kmille / deezer-downloader

Download music from Deezer with a nice front end
MIT License
652 stars 91 forks source link

Favourite downloaded stuck on init #121

Open GingrPowr opened 2 months ago

GingrPowr commented 2 months ago

All seem to be properly configured. Playlists download works like a charm (only ~100 403 errors on 2200 songs). But favourite download don't work:

D:\Programs\Python\Python312\Lib\site-packages\giphypop.py:241: UserWarning: You are using the giphy public api key. This should be used for testing only and may be deactivated in the future. See https://github.com/Giphy/GiphyAPI.
  warnings.warn('You are using the giphy public api key. This '
Worker 0 is waiting for a task
Worker 1 is waiting for a task
Worker 2 is waiting for a task
Worker 3 is waiting for a task
Worker 4 is waiting for a task
Worker 5 is waiting for a task
Worker 6 is waiting for a task
Worker 7 is waiting for a task
Worker 8 is waiting for a task
Worker 9 is waiting for a task
User request: /favorites/deezer with {'user_id': 'https://www.deezer.com/en/profile/[my_deezer_id]', 'add_to_playlist': False, 'create_zip': False}

Been waiting for more than 10 minutes, it stucks, no error. On Ctrl+C, workers exit one after the other as expected. The field user_id is copy-pasted from the Deezer favourite page, no typo.