-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
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
Labels
No labels