mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 15:26:01 +03:00
[GH-ISSUE #168] get_library_songs not returning the number of songs in limit parameter for me #129
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#129
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 @aa-dank on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/168
Library of More than 30k songs from GPM. get_library_songs is not behaving as expected:

What can I provide to help with this issue?
@sigma67 commented on GitHub (Feb 7, 2021):
It's a well-known server-side problem, see for example #52, #155. Perhaps should add this to the FAQ at this point.
validate_responsesin #52 to retry requests until the API returns the actual amount of 25 songs for that continuation (you can try that). But even then it sometimes returns lessIf you can figure out some way to get around this issue please let us know.