Coder Social home page Coder Social logo

Comments (1)

Hexxeh avatar Hexxeh commented on August 12, 2024

Sounds like a temporarily failure (occasionally we get an error from
Spotify where the API just returns False denoting you should try the
request again). This isn't handled everywhere it should be.

On 17 February 2013 05:16, bradleyjones [email protected] wrote:

When I subscribe to a specific users playlist through the spotify desktop
client then call list in respotify I see the following error:

Playlists

[1] Starred
Traceback (most recent call last):
File "respotify.py", line 285, in
command_loop()
File "respotify.py", line 251, in command_loop
command_map[command_name]0
File "respotify.py", line 91, in command_list
print " ["+str(index)+"] "+playlist.getName()
File "../../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'
Exception in thread Thread-1 (most likely raised during interpreter
shutdown):
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
File "/usr/lib/python2.7/threading.py", line 505, in run
File "../../spotify_web/spotify.py", line 740, in heartbeat_handler
File "../../spotify_web/spotify.py", line 594, in heartbeat
File "../../spotify_web/spotify.py", line 643, in send_command
: 'NoneType' object is not callable

However if I unsubscribe and then call list it shows me my playlists as
expected despite a number of them being playlists I am subscribed to (e.g.
Digster playlists) not sure if this is a bug or one of the yet
unimplemented social features?

Thanks for any help in advance


Reply to this email directly or view it on GitHubhttps://github.com//issues/30.

from spotify-websocket-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.