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
{{ message }}
This repository was archived by the owner on Mar 11, 2026. It is now read-only.
If a user has no playlists, the app will crash with the error
TypeError: list indices must be integers, not strThis can be avoided by changing the line
playlists = list_playlists(api,playlist_ids)with an if loop:
This results however in the error: