Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large Playlist Downloads Fail #337

Open
gcottom opened this issue Aug 6, 2024 · 0 comments
Open

Large Playlist Downloads Fail #337

gcottom opened this issue Aug 6, 2024 · 0 comments

Comments

@gcottom
Copy link

gcottom commented Aug 6, 2024

Any playlist over 500 entries can not be downloaded, when attempting these downloads we get the error "unexpected status code: 400". However, using this api I'm able to get the playlist tracks: https://github.com/sigma67/ytmusicapi

I do individual downloads for each track but when the program gets to the 750 ish mark, all subsequent downloads fail with an error similar to this: failed to read stream: chunk at offset 0 has invalid size: expected=2926588 actual=0

I've tried reinitializing http client and yt client but nothing seems to want to download after this point, my code is here for reference: https://github.com/gcottom/yt-dl-services under the downloader folder

an offending playlist id: PLsNH_Zl8WBZ0QjjzjxHRGTmAzUi70wbY8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant