mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #274] Unable to get all singles for artist #211
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#211
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 @fabi321 on GitHub (May 28, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/274
I am unable to get all singles for an artist. I only get the first few, and the call to
get_artist_albumsfails.@sigma67 commented on GitHub (May 28, 2022):
Works flawlessly for me. It's normal that
get_artistonly returns the first few. You need to fix your call toget_artist_albums:See tests here:
github.com/sigma67/ytmusicapi@7e5697596c/tests/test.py (L108-L111)