Announcements

Help Wizard

Step 1

NEXT STEP

Spotify says I need premium when I already have it

Spotify says I need premium when I already have it

Hello everyone, I just upgraded to spotify premium 3 to 4 hours ago, however when I run my application in pycharm it keeps saying I still need to upgrade it:

 

Error starting playback: 403 - {
"error" : {
"status" : 403,
"message" : "Player command failed: Premium required",
"reason" : "PREMIUM_REQUIRED"
}
}

Reply
2 Replies

For context I am trying to create an app that plays a playlist for a school project

You are possibly trying to use that endpoint with an access token that is generated through the Client Credentials flow. You need an access toke that's generated through the Authorization Code Flow to use that endpoint.

Suggested posts