Skip to content

Favorite.videos() throws error #377

@exislow

Description

@exislow

If I call the the Favorite.videos() method it throws an error. Other methods from Favorites work perfectly fine.

 File "/Users/redacted/Documents/Workspace/IntelliJ/Python/tidal-dl-ng/.venv/lib/python3.13/site-packages/tidalapi/user.py", line 873, in videos
    self.requests.map_request(
    ~~~~~~~~~~~~~~~~~~~~~~~~~^
        f"{self.base_url}/videos",
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        params=params,
        ^^^^^^^^^^^^^^
        parse=self.session.parse_media,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ),
    ^
  File "/Users/redacted/Documents/Workspace/IntelliJ/Python/tidal-dl-ng/.venv/lib/python3.13/site-packages/tidalapi/request.py", line 204, in map_request
    json_obj = self.request("GET", url, params).json()
               ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/Users/redacted/Documents/Workspace/IntelliJ/Python/tidal-dl-ng/.venv/lib/python3.13/site-packages/tidalapi/request.py", line 153, in request
    request.raise_for_status()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/Users/redacted/Documents/Workspace/IntelliJ/Python/tidal-dl-ng/.venv/lib/python3.13/site-packages/requests/models.py", line 1026, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.tidal.com/v1/users/redacted/favorites/videos?sessionId=redacted&countryCode=NG&limit=10000&offset=0

Is this already known?

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