You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: