You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running scan in Docker...
Traceback (most recent call last):
File "/home/user/./crawler.py", line 1203, in <module>
domains = crawler.get_sitelist()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/./crawler.py", line 897, in get_sitelist
domains = Tranco(cache_dir=tempfile.gettempdir()).list(TRANCO_VERSION).top()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^
File "/home/user/.local/lib/python3.12/site-packages/tranco/tranco.py", line 65, in list
top_list_text = self._download_zip_file(list_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.local/lib/python3.12/site-packages/tranco/tranco.py", line 106, in _download_zip_file
raise AttributeError("The daily list for this date is currently unavailable.")
AttributeError: The daily list for this date is currently unavailable.
Scan failed. See log.txt for details.
The text was updated successfully, but these errors were encountered:
ghostwords
changed the title
Scheduled scans periodically failing because of missing Tranco list
Scheduled scans periodically fail because of missing Tranco list
Mar 24, 2025
Seems to happen fairly frequently at this point.
The text was updated successfully, but these errors were encountered: