getting musicCarouselShelfRenderer for get_artist_albums function #525
Replies: 1 comment 2 replies
-
no issue resolved, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
here is the code i am using
error:
File "/Users/z/Desktop/air/backend/venv/lib/python3.10/site-packages/ytmusicapi/mixins/browsing.py", line 269, in get_artist_albums
results = nav(results, GRID_ITEMS, True) or nav(results, CAROUSEL_CONTENTS)
File "/Users/z/Desktop/air/backend/venv/lib/python3.10/site-packages/ytmusicapi/navigation.py", line 92, in nav
raise err
File "/Users/z/Desktop/air/backend/venv/lib/python3.10/site-packages/ytmusicapi/navigation.py", line 86, in nav
root = root[k]
KeyError: 'musicCarouselShelfRenderer'
Beta Was this translation helpful? Give feedback.
All reactions