Skip to content

AttributeError: The daily list for this date is currently unavailable - date 2025-03-05 #12

@nandishaivalli

Description

@nandishaivalli
>>>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: victor.lepochat@kuleuven.be
License: 
Location: /usr/local/lib/python3.11/site-packages
Requires: requests
Required-by: 

help me resolve

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions