Daenges / Spotify-Downloader-Bash

An automation script to download Spotify exported songs using yt-dlp / youtube-dl and FFMPEG.
Apache License 2.0
42 stars 0 forks source link

ERROR: [youtube] #2

Closed Yorksik closed 1 year ago

Yorksik commented 1 year ago

Hi. Can you please tell me what the problem is? I want to download tracks from the list, but the following error pops up.

scrin

./Downloader.sh liked.csv Using 'yt-dlp' as downloader. Found: 4 entries Status: #1 downloads started - 25% Status: #2 downloads started - 50% Status: #3 downloads started - 75% Status: #4 downloads started - 100% All downloads have been started. Waiting for completion. ERROR: [youtube] Q0oIoR9mLwc: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U ERROR: [youtube] dqVZaN4lnwQ: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U ERROR: [youtube] Wv2rLZmbPMA: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U ERROR: [youtube] qN4ooNx77u0: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U /tmp/Dark Necessities.mp3: No such file or directory /tmp/Never Go Away.mp3: No such file or directory Finished: Dark Necessities Finished: Never Go Away /tmp/Dive.mp3: No such file or directory Finished: Dive /tmp/Sign of the Times.mp3: No such file or directory Finished: Sign of the Times

Daenges commented 1 year ago

Most likely an old version of yt-dlp. Do yt-dlp -v and compare it to their releases. To get a recent version install it with pip.

Yorksik commented 1 year ago

Thanks