Timeout loop where every website times out
- Dominant language
- Python
- Stars
- 143
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
And then we fail to write out results because we time out retrieving Badger storage.
For example, in Chrome:
```
...
2026-02-25 08:08:57,172 Visited programme-tv.net on https://www.programme-tv.net/news/people/398230-j-avais-peur-de-mourir-juju-fitcats-danse-avec-les-stars-se-confie-sur-la-maladie-qu-elle-a-depuis-ses-8-ans-et-qui-a-bouleverse-son-quotidien/
2026-02-25 08:09:27,638 Timed out loading swr.de
2026-02-25 08:09:58,004 Timed out loading ss.com
...
2026-02-25 11:20:01,115 Timed out loading labs.google
2026-02-25 11:20:01,116 Finished scan. Visited 4647 sites and errored on 853 (15.5%)
2026-02-25 11:20:31,427 Could not get Badger storage!
TimeoutException: script timeout
(Session info: chrome=145.0.7632.116)
```
We should detect when we're constantly timing out and restart the browser.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.