SwapnilSoni1999 / spotify-dl

Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If I want to download a public playlist, I get an error

mpskyman opened this issue · comments

If I want to download one of my public playlist that is linked on my profile I get the error: "Got a spotify api error (WebapiError: [object Object])"

Command that I used

maybe it is some sort of rate limiting?

commented

is it a private playlist?

No, it is Public, you can check the link to see for yourself.

commented

hmm did you get this part way through or straight away?

Straight away.
"
ℹ Starting processing of playlist (https://open.spotify.com/playlist/5QHkN2f196ivsEgD0zsUGZ)
ℹ Generating new access token
ℹ extracting 3930 tracks
ℹ Got a spotify api error (WebapiError: [object Object])
Timing out for 5 minutes x 1
"
is the command line output

I don't know what I just did, but after retrying it a few times on different computers and all the time with the npm package, and the GitHub release it just worked. I also tried it on Linux (WSL Debian and Arch on my Laptop) and Windows 11 before and there it didn't work, but it just started working on my Windows Computer.

commented

@mpskyman it could be rate limit related, it could also have been the github source version generated a token that the npm version wasnt able to. but now the npm version can reuse

Ahwell good to hear it worked