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 "respotify.py", line 285, in <module> command_loop() File "respotify.py", line 251, in command_loop command_map[command_name][0](command[1:]) File "respotify.py", line 91, in command_list print " ["+str(index)+"] "+playlist.getName() File "/usr/local/lib/python2.7/dist-packages/SpotifyWebsocketAPI-0.2-py2.7.egg/spotify_web/friendly.py", line 254, in getName return "Starred" if self.getID() == "starred" else self.obj.attributes.name AttributeError: 'bool' object has no attribute 'attributes'
The text was updated successfully, but these errors were encountered:
I get this when I want to list my playlists:
Traceback (most recent call last): File "respotify.py", line 285, in <module> command_loop() File "respotify.py", line 251, in command_loop command_map[command_name][0](command[1:]) File "respotify.py", line 91, in command_list print " ["+str(index)+"] "+playlist.getName() File "/usr/local/lib/python2.7/dist-packages/SpotifyWebsocketAPI-0.2-py2.7.egg/spotify_web/friendly.py", line 254, in getName return "Starred" if self.getID() == "starred" else self.obj.attributes.name AttributeError: 'bool' object has no attribute 'attributes'
The text was updated successfully, but these errors were encountered: