Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constant error when downloading playlist "MaxRetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url: /v1/playlists/4k9P8e9c3fIXIWWfCV08Qq?additional_types=track (Caused by ResponseError('too many 404 error responses'))" #2094

Open
RadioactiveBen opened this issue May 13, 2024 · 0 comments
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed

Comments

@RadioactiveBen
Copy link

System OS

Windows

Python Version

3.11 (CPython)

Install Source

GitHub

Install version / commit hash

spotdl-4.2.4-win32.exe, spotdl-v4.2.5

Expected Behavior vs Actual Behavior

This is what happens no matter what i do i was using the latest version but it didnt work so i went to the version i listed and my python version is 3.12

Steps to reproduce - Ensure to include actual links!

I dont really know

Traceback

C:\Users\benvl\OneDrive\Desktop\joycons suck>spotdl-4.2.4-win32.exe https://open.spotify.com/playlist/4k9P8e9c3fIXIWWfCV08Qq
Processing query: https://open.spotify.com/playlist/4k9P8e9c3fIXIWWfCV08Qq
Max Retries reached

An error occurred
╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ in send:486                                                                                                          │
│                                                                                                                      │
│ in urlopen:894                                                                                                       │
│                                                                                                                      │
│ in urlopen:894                                                                                                       │
│                                                                                                                      │
│ in urlopen:894                                                                                                       │
│                                                                                                                      │
│ in urlopen:884                                                                                                       │
│                                                                                                                      │
│ in increment:592                                                                                                     │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
MaxRetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url:
/v1/playlists/4k9P8e9c3fIXIWWfCV08Qq?additional_types=track (Caused by ResponseError('too many 404 error responses'))

During handling of the above exception, another exception occurred:

╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ in _internal_call:266                                                                                                │
│                                                                                                                      │
│ in request:589                                                                                                       │
│                                                                                                                      │
│ in send:703                                                                                                          │
│                                                                                                                      │
│ in send:510                                                                                                          │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
RetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url:
/v1/playlists/4k9P8e9c3fIXIWWfCV08Qq?additional_types=track (Caused by ResponseError('too many 404 error responses'))

During handling of the above exception, another exception occurred:

╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ in console_entry_point:137                                                                                           │
│                                                                                                                      │
│ in download:25                                                                                                       │
│                                                                                                                      │
│ in get_simple_songs:254                                                                                              │
│                                                                                                                      │
│ in from_url:298                                                                                                      │
│                                                                                                                      │
│ in get_metadata:48                                                                                                   │
│                                                                                                                      │
│ in playlist:651                                                                                                      │
│                                                                                                                      │
│ in _get:195                                                                                                          │
│                                                                                                                      │
│ in _internal_call:307                                                                                                │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
SpotifyException: http status: 429, code:-1 - /v1/playlists/4k9P8e9c3fIXIWWfCV08Qq?additional_types=track:
 Max Retries, reason: too many 404 error responses

C:\Users\benvl\OneDrive\Desktop\joycons suck>

Other details

No response

@RadioactiveBen RadioactiveBen added the Bug Unexpected problem or unintended behavior that needs to be fixed label May 13, 2024
@RadioactiveBen RadioactiveBen changed the title Change this title, poorly formatted issues will not be handled Constant error when downloading playlist "MaxRetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url: /v1/playlists/4k9P8e9c3fIXIWWfCV08Qq?additional_types=track (Caused by ResponseError('too many 404 error responses'))" May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Unexpected problem or unintended behavior that needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant