-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
13.0.0
getPlaylist
Type mismatch
#904
Comments
read the docs, it returns playlists in pages basically
|
Sorry for bursting in here like a stray cat - i was the guy who initially reported this "issue"/quirk @ th-ch's youtubemusicclient (as linked by DeathCamel) - do i understand you and the documentation correctly when i sum it up as "that means one would have to tell the Downloader what page of the playlist to fetch" and as such is intended this way? Clarification would be appreciated as i am sure this would help th-ch or others involved with that project approach what i was experiencing. |
You'll have to call |
Let me provide some more information. Using this code:
Playlsit At the
At line 16 in MusicPlaylistShelf.ts, Unless I'm misunderstanding something, |
Steps to reproduce
Using
13.0.0
, getting a playlist with more than 100 songs results in an error, and will only return the first 100 tracks.To reproduce, use this code:
Using a playlist ID with a playlist with a maximum of 100 tracks does not yield this error.
Failure Logs
Expected behavior
Expected no error, with the data of all tracks in the playlist.
Current behavior
Only 100 tracks are returned, along with a type mismatch error.
Version
Default
Anything else?
No response
Checklist
The text was updated successfully, but these errors were encountered: