-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Max Treies reached: an error occured. ResponseError: too many 429 error responses #2209
Comments
Encountered the same problem on any playlist Problem occurs sometimes also with a single song ( no playlist), after waiting some time and retry : the single song suddenly starts downloading without error. Found a solution for anyone reading : Your problem will be solved this way and you can download playlists again without 429 error. On spotipy (underlaying for spotdl) they write about new rate limit mechanisam. I think its more strict on anonymous requests. |
The error message comes when it can not find the equivalent link on youtube I am guessing. I wrote a little bash file that goes thru track links in a .vim file (manually copy pasted from the album) and downloads the ones it can find and skips the ones it can't.
#!/bin/bash if [ $# -eq 0 ]; then while IFS= read -r link
|
I dont agree, and tried what you said to see if it cannot find. True in some cases but not all cases. I was able to download a playlist > 100 tracks this way. I am sure its on the spotify side initiated with 3 missing tracks |
System OS
Windows
Python Version
3.11 (CPython)
Install Source
pip / PyPi
Install version / commit hash
v4.2.8
Expected Behavior vs Actual Behavior
Wanted do download a playlist but it showd up some error.
Tried it with an single song and it worked.
Steps to reproduce - Ensure to include actual links!
I hope u can help me.
At the end it says: The command ‘pt’ is either misspelled or could not be found.
Traceback
Other details
No response
The text was updated successfully, but these errors were encountered: