kmille / deezer-downloader

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

yt-dlp error #70

Closed Mushebeq closed 1 year ago

Mushebeq commented 2 years ago

i'm geting this error everytime i try to run the app yt-dlp not found at /usr/bin/yt-dlp

Mushebeq commented 2 years ago

also getting this error while downloading by using docker

User request: /search with {'type': 'track', 'query': 'eminem'}
User request: /download with {'type': 'track', 'music_id': 1109731, 'add_to_playlist': False, 'create_zip': False}
Worker 0 is now working on task: {'track_id': 1109731, 'add_to_playlist': False}
Downloading 'Eminem - Lose Yourself.mp3'
ERROR: Can not download this song. Got a 403
dontbanmeplz commented 2 years ago

You need to change the path of where it thinks ydl is heading in the config file

kmille commented 2 years ago
User request: /search with {'type': 'track', 'query': 'eminem'}
127.0.0.1 - - [23/Jan/2022 08:59:25] "POST /search HTTP/1.1" 200 -
127.0.0.1 - - [23/Jan/2022 08:59:46] "GET /favicon.ico HTTP/1.1" 404 -
User request: /download with {'type': 'track', 'music_id': 1109731, 'add_to_playlist': False, 'create_zip': False}
127.0.0.1 - - [23/Jan/2022 08:59:50] "POST /download HTTP/1.1" 200 -
Worker 0 is now working on task: {'track_id': 1109731, 'add_to_playlist': False}
Downloading 'Eminem - Lose Yourself.mp3'
Dowload finished: /tmp/deezer-downloader/songs/Eminem - Lose Yourself.mp3
worker 0 is done with task: {'track_id': 1109731, 'add_to_playlist': False} (state=mission accomplished)

works for me. Can you please retry with a valid cookie and an up-to-date version of the deezer downloader?