Spotify Websocket API is a fully open source Spotify library based on the WebSocket API used in the Spotify Web beta
395
stars
67
forks
source link
Able to authorise username and password but not able to do anything else #61
Open
neo01124 opened 10 years ago
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
In [4]: sp.metadata_request('spotify:track:4O2okbnHlCrU76QdtCE0Bl') spotify:track:4O2okbnHlCrU76QdtCE0Bl 9df2018365cd4f0bb1575732b96a8bcb
[0, 'CjRobTovL21ldGFkYXRhL3RyYWNrLzlkZjIwMTgzNjVjZDRmMGJiMTU3NTczMmI5NmE4YmNiGgNH\nRVQ=\n']
AttributeError Traceback (most recent call last)