caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Issue when exporting liked songs playlist #52

Open Skwisgaarz opened 1 year ago

Skwisgaarz commented 1 year ago

I keep getting the error "[01:10:42] Couldn't load URL: https://api.spotify.com/v1/me/tracks?offset=1400&limit=50 (HTTP Error 500: Internal Server Error)" when running the liked songs command. It goes to try again and does load some more each time but the error keeps happening. Eventually it got up to about 10000 of the 16500 songs loaded and the script just stopped running with no file created. Tried it again and this time the api error is happening every 5 seconds and just times out again.

Is this likely a spotify server side issue/is there a way to get the command to not time out and just brute force it through the api errors until all the songs are loaded?