spotify-websocket-api icon indicating copy to clipboard operation
spotify-websocket-api copied to clipboard

Spotify Websocket API is a fully open source Spotify library based on the WebSocket API used in the Spotify Web beta

Results 14 spotify-websocket-api issues
Sort by recently updated
recently updated
newest added

It seems the main library is broken somehow. Running ./respotify results in this: [NOTICE] Connecting to wss://lon2-linkap-a4.ap.spotify.com/ [NOTICE] Logging in [DEBUG] sent {..... A lot of stuff.....} [DEBUG] recv {"id":0,"result":"ok"}...

Hi there, This looks like an interesting project. I'm looking for alternatives to using libspotify and came across this. What is this project's status? Is it still being maintained? Is...

The following is the trace. Any ideas how it could be fixed ? In [1]: from spotify_web.spotify import SpotifyAPI In [2]: sp = SpotifyAPI() In [3]: sp.auth('uname', 'pwd') Out[3]: True...

Are there any other ways to authenticate a user with Spotify other than a straight username/password? The developer website makes reference to OAuth but I'm not clear if that's something...

According to the `debian/copyright` you have a GPL3 license, you should probably add a COPYING or LICENSE file at the top level to make this more clear to people.

I get the following error when I run: ``` bash USERNAME=myusername PASSWORD=mypassword python test.py ``` Output: ``` bash [ERROR] There was a problem authenticating, authentication failed Login failed E[ERROR] There...

When trying to get track url, "Track error" is returned (search etc. functions work). Track is playable in browser and desktop client. What is the reason (may be it is...

Would you consider this feature request for you to add spotyxbmc2 as proof-of-concept Spotify binary addon for XBMC? http://forum.xbmc.org/showthread.php?tid=67012 Arne Morten Kvarving (a.k.a. spiff, a.k.a. cptspiff) have forked XBMC and...

The web client now has inbox support. Adding a reminder to add this - I may get a chance in the new year to implement this.