You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/youtube-music-scrobbler/test.py", line 4, in <module>
history = conn.get_history()
File "/root/miniconda3/envs/ytmusic-scrobbler/lib/python3.9/site-packages/ytmusicapi/mixins/library.py", line 216, in get_history
songlist = parse_playlist_items(data, menu_entries)
File "/root/miniconda3/envs/ytmusic-scrobbler/lib/python3.9/site-packages/ytmusicapi/parsers/playlists.py", line 91, in parse_playlist_items
song[menu_entry[-1]] = nav(data, MENU_ITEMS + menu_entry)
File "/root/miniconda3/envs/ytmusic-scrobbler/lib/python3.9/site-packages/ytmusicapi/navigation.py", line 81, in nav
raise err
File "/root/miniconda3/envs/ytmusic-scrobbler/lib/python3.9/site-packages/ytmusicapi/navigation.py", line 75, in nav
root = root[k]
KeyError: 'menuServiceItemRenderer'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have been able to get the API to work with the browser token, but getHistory() is not working for me. I tried running a test.
I am getting this error.
Beta Was this translation helpful? Give feedback.
All reactions