-
-
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
Spotdl download command getting stuck on 'Processing query' after downloading several songs #2050
Comments
I've also been facing this/similar issue for quite some time now. Try updating python and all related files. If anyone has additional info, it would be appreciated. |
yes this is the same for me. Did anyone find a way to fix it? |
Same for me. That's weird. It slowed down first significantly. Then got stuck in "Processing". In DEBUG mode it only throws this and doesn't continue from this point on. I downloaded like a thousand song yesterday following the exact steps. [14:23:31] DEBUG MainThread - Downloader settings: {'audio_providers': ['youtube-music'], 'lyrics_providers': downloader.py:131 |
Same for me! I get the same DEBUG output too:
|
Happening to me too, |
I have created a new app and set in the config file the client_id and client_secret but it seems to not be picked by spotdl... So i have typed in cmd : spotdl web --client-id ........... --client-secret ........... |
follow #2142 for updates |
System OS
Linux
Python Version
3.9 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.4
Expected Behavior vs Actual Behavior
Expected: Expect it to download the MP3, SpotDL file and LRC (if available)
Actual: gets stuck on
processing query
Steps to reproduce - Ensure to include actual links!
After having downloaded 3000 songs, running a command to download a single track results in the process hanging at
processing query
.Ran the following command:
spotdl download https://open.spotify.com/track/7w5BiU7FKTioZLF9btCx1R --save-file 7w5BiU7FKTioZLF9btCx1R.spotdl --log-level DEBUG
Traceback
Other details
This seems to be a very recent issue that started on 22/03/2024, where now after downloading a certain amount of songs the process hangs at the
processing query
stage. Before that I could download several songs continously without any issue. I'm not sure if some new rate limits have been introduced in the Youtube or Spotify APIs, but something has certainly changed.The text was updated successfully, but these errors were encountered: