Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels