-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
After patching my deezer-downloader with the deezer.py from @alouradou, There is the following error when I try to download an album from "sasson ifram shaukov" :
User request: /search with {'type': 'album', 'query': 'sasson ifram shaukov'}
User request: /download with {'type': 'album', 'music_id': 702514871, 'add_to_playlist': False, 'create_zip': False}
Worker 3 is now working on task: {'album_id': 702514871, 'add_to_playlist': False, 'create_zip': False}
Got an Exception in function download_deezer_album_and_queue_and_zip with parameters '{'album_id': 702514871, 'add_to_playlist': False, 'create_zip': False}
ERROR: we are not logged in on deezer.com. Please update the cookie'
worker 3 is done with task: {'album_id': 702514871, 'add_to_playlist': False, 'create_zip': False} (state=failed)
Worker 3 is waiting for a task
It works for individual tracks :
User request: /search with {'type': 'track', 'query': 'sasson ifram shaukov'}
User request: /download with {'type': 'track', 'music_id': 2999155771, 'add_to_playlist': False, 'create_zip': False}
Worker 1 is now working on task: {'track_id': 2999155771, 'add_to_playlist': False}
Downloading 'ששון איפרם שאולוב - תמיד אוהב אותי.mp3'
Dowload finished: /tmp/deezer-downloader/songs\ששון איפרם שאולוב - תמיד אוהב אותי.mp3
Setting state to mission accomplished to worker 1
worker 1 is done with task: {'track_id': 2999155771, 'add_to_playlist': False} (state=mission accomplished)
Worker 1 is waiting for a task
User request: /download with {'type': 'track', 'music_id': 3201274801, 'add_to_playlist': False, 'create_zip': False}
Worker 0 is now working on task: {'track_id': 3201274801, 'add_to_playlist': False}
Downloading 'ישראל בידור - כלבויניקית (ישראל מיוזיק).mp3'
Dowload finished: /tmp/deezer-downloader/songs\ישראל בידור - כלבויניקית (ישראל מיוזיק).mp3
Setting state to mission accomplished to worker 0
worker 0 is done with task: {'track_id': 3201274801, 'add_to_playlist': False} (state=mission accomplished)
Worker 0 is waiting for a task
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels