-
spotDL Version
4.2.5 -
Operating System
Windows 11 23H2 (22631.3447) -
The Command You Ran
spotdl download saved --user-auth --client-id "ID" --client-secret "SECRET" --auth-token "auth token" --proxy "http://xxx.xxx.xxx158:46661" --max-retries 100 --output 'D:\lasky' -
Screenshots
https://i.imgur.com/u5owJb8.png - Photo taken 10 mins into running the command.
#Getting stuck on Processing.
18 messages · Page 1 of 1 (latest)
Please continue adding more information into this thread.
You should include the following information:
spotDL Version
Eg. 4.0.0
Operating System
Eg. Windows 22H2
The Command You Ran
Please include Spotify links.
Screenshots or Pasted Error Messages
Only send these if they are relevant.
To send pasted error messages use three backticks (```)
Here's info on how to use code blocks.
@indigo tendon
^^
Python version is 3.12, and I have tried after a day, since yesterday I was getting 429 error.
Trying on my VPS from Contabo, still the same.
https://i.imgur.com/UdAsvck.png
spotdl download saved --user-auth --client-id "ID" --client-secret "SCRT" --auth-token "TOKEN" --max-retries 100 --log-level DEBUG --threads 10
well it works, but getting these errors
getting yt-dlp errors,
debug tells me:
AudioProviderError: ERROR: [youtube] qpXpNmerjLI: Sign in to confirm you’re not a bot. This helps protect our community. Learn
more
Having this problem too
I'm having "stuck on processing" problem too. Maybe it's because of too many requests in a short amount of time. I did download a whole playlist of 500 songs in 5 minutes.
Apparently, there is a rate limit to the amount of requests the app sends to Spotify using the Client ID.
Creating your own app on Spotify Developers page will get rid of 429 error and processing getting stuck too. Just remember to keep the requests slow.
Kill the --client-id
It works fine without it
I downloaded yesterday everything ok
isn't actually client-id needed when i want to download saved songs?
I think you need --user-auth for that to work too, along with --client-id and --client-secret.
BTW, this happened to me too but it fixed itself today. Strange behaviour.
This happens when the rate limit has been hit. Create a new Spotify Developer app and it will work again.
alright