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

404 errors when loading spotify playlists via API #84

Open
rab2g13 opened this issue Jan 5, 2025 · 0 comments
Open

404 errors when loading spotify playlists via API #84

rab2g13 opened this issue Jan 5, 2025 · 0 comments

Comments

@rab2g13
Copy link

rab2g13 commented Jan 5, 2025

I'm getting a 404 error when loading my Spotify playlists with the Spotify API. I think the issue may be related to the recent Spotify API changes discussed here and article here:

I've tested the SSL connection using "openssl s_client -connect api.spotify.com:443" plus DNS issues with "nslookup api.spotify.com". Everything seems OK.

Error from GUI log:
Loading user info...
Logged in as redacted (redacted)
Loading liked albums and songs...
Couldn't load URL: https://api.spotify.com/v1/users/redacted/tracks?limit=50 (HTTP Error 404: Not Found)
Trying again...
Couldn't load URL: https://api.spotify.com/v1/users/redacted/tracks?limit=50 (HTTP Error 404: Not Found)
Trying again...
Couldn't load URL: https://api.spotify.com/v1/users/redacted/tracks?limit=50 (HTTP Error 404: Not Found)
Trying again...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant