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
>>>tranco.list(date="2025-03-05")
<tranco.tranco.TrancoList object at 0x76515ff57d90>
>>> tranco.list(date="2025-03-06")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.11/site-packages/tranco/tranco.py", line 125, in list
list_id = self._get_list_id_for_date(date, subdomains=subdomains)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/tranco/tranco.py", line 143, in _get_list_id_for_date
raise AttributeError("The daily list for this date is currently unavailable.")
AttributeError: The daily list for this date is currently unavailable.
pip show tranco
Name: tranco
Version: 0.8.1
Summary: Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation
Home-page: https://github.com/DistriNet/tranco-python-package
Author: Victor Le Pochat
Author-email: [email protected]
License:
Location: /usr/local/lib/python3.11/site-packages
Requires: requests
Required-by:
help me resolve
The text was updated successfully, but these errors were encountered:
When that happens your best bet is to request the list for an earlier date. The only other option I know of is to wait until they fix the issue on the Tranco backend.
help me resolve
The text was updated successfully, but these errors were encountered: