fix: BroxtoweBoroughCouncil - fall back to house number text match#1993
fix: BroxtoweBoroughCouncil - fall back to house number text match#1993InertiaUK wants to merge 1 commit into
Conversation
… dropdown The scraper selected addresses by UPRN value in the dropdown, which fails when the resolved UPRN doesn't exactly match one of the council's dropdown option values. Now tries UPRN match first, then falls back to matching the dropdown option text by house number prefix.
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1993 +/- ##
=======================================
Coverage 86.67% 86.67%
=======================================
Files 9 9
Lines 1141 1141
=======================================
Hits 989 989
Misses 152 152 ☔ View full report in Codecov by Sentry. |
|
Included in May 2026 Release (PR #1992). Closing. |
The scraper selected addresses by UPRN value in the dropdown (
select_by_value("U" + uprn)), which fails when the resolved UPRN doesn't match the council's dropdown option values.Now tries UPRN match first, then falls back to matching dropdown option text by house number prefix (case-insensitive).
Testing: Verified with NG9 3QR / 25 Derbyshire Avenue — returns 3 bins.