You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
The text was updated successfully, but these errors were encountered: