Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When listing playlists #46

Open
jackbillstrom opened this issue Nov 11, 2013 · 0 comments
Open

When listing playlists #46

jackbillstrom opened this issue Nov 11, 2013 · 0 comments

Comments

@jackbillstrom
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant