mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #629] "KeyError: navigationEndpoint" with get_album() using certain browseIDs #429
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#429
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 @ClintGreen5150 on GitHub (Jul 19, 2024).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/629
Good day :)
I keep getting a "KeyError: navigationEndpoint" when using get_album() with some browseIDs.
Steps to reproduce the behavior (I am using Python):
some browseIDs that raise the error:
browse_id = 'MPREb_6Su0FBvTUoc'
browse_id = 'MPREb_3QkMjuZjA2M'
browse_id = 'MPREb_961nHuiyMGu'
#working browseID:
browse_id = 'MPREb_C2GToaFlHuJ'
@sigma67 commented on GitHub (Jul 19, 2024):
What version of ytmusicapi are you using - probably not latest