mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #514] get_library_playlists returns at most 25 playlists #375
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rtammekivi on GitHub (Jan 13, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/514
Describe the bug
I recently made some new playlists and noticed that the API is not detecting some playlists anymore. After fiddling around with
limit=parameter, it seems like at most, 25 playlists are always returned, regardless of what the limit is.To Reproduce
Create more than 25 playlists in YouTube Music.
ytmusicapi 1.4.2
@rtammekivi commented on GitHub (Jan 13, 2024):
After more digging, this actually seems broken on website client aswell 🤯 . When scrolling down in https://music.youtube.com/library/playlists , it will show loading infinitely. The problem does not appear when going through YouTube interface, but I guess there is no way to fix this on this library side then ¯_(ツ)_/¯
@sigma67 commented on GitHub (Jan 13, 2024):
Thanks for cross-checking. I assume it's a server-side problem that will probably be solved in a few days.
Don't hesitate to pester Google support about it 😉