onnowhere / youtube_music_playlist_downloader

YouTube Music Playlist Downloader
MIT License
115 stars 7 forks source link

Errors on some playlists #12

Closed neoneddy closed 6 months ago

neoneddy commented 7 months ago

I'm getting an error on a playlist.

`Please enter the URL of the playlist you wish to download: https://www.youtube.com/playlist?list=PLV3fIXhaMZIFE6gicaevVmiQjfua-GcUB Reverse playlist? (y/N): Use title instead of track name? (Y/n): Use uploader instead of artist? (Y/n): Use playlist name for album? (Y/n): WARNING: [youtube:tab] Incomplete data received. Retrying (1/3)... WARNING: [youtube:tab] Incomplete data received. Retrying (2/3)... WARNING: [youtube:tab] Incomplete data received. Retrying (3/3)... ERROR: Incomplete data received ERROR: Incomplete data received Error encountered while generating. Please try again.

`

I tried creating my own playlist as well from the videos no luck there. Any ideas?

onnowhere commented 7 months ago

Looks like the yt-dlp package needed an upgrade to a newer version where they patched the issue. I've updated the release. If you are using a local copy of the repo, reinstall the requirements.txt with the new changes. It will still say incomplete data received but will continue to the video downloads instead of completely failing. Let me know if the issue is fixed.