How can I play a playlist using Spotify API in Python?

880 views Asked by At

I have been trying to play a spotify playlist using spotipy using the authorization code flow and I keep getting that error :

HTTP Error for PUT to https://api.spotify.com/v1/me/player/play returned 403 due to Player command failed: Premium required

I checked and I am a prenium user. I managed to have access to the playlist as I can print them, but I can not modify or play one of the playlist.

0

There are 0 answers