sigma67 / ytmusicapi

Unofficial API for YouTube Music
https://ytmusicapi.readthedocs.io
MIT License
1.76k stars 209 forks source link

"KeyError: navigationEndpoint" with get_album() using certain browseIDs #629

Closed ClintGreen5150 closed 4 months ago

ClintGreen5150 commented 4 months ago

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 4 months ago

What version of ytmusicapi are you using - probably not latest