mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #369] 'Premium required' even with error #217
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FryPhilip on GitHub (Apr 16, 2019).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/369
I get the ' Player command failed: Premium required ' error even tho I have Premium.
I tried making a second account with the free premium but that resulted in the same error.
But what really confuses me is that the response link given with says:
'https://api.spotify.com/v1/me/player/shuffle?state=true'
}
"error": {
"status": 401,
"message": "No token provided"
}
}
Has anyone else had this?
@slow-down commented on GitHub (Apr 23, 2019):
At the first sentence I already thought that you might forgot to enter you token.
Then further down I read "No token provided".
Well, you now know what to do
@FryPhilip commented on GitHub (Apr 23, 2019):
Ohh, yeah. Turns out i used the worng credentioal flow. Tried using the Client Credentials Flow but the shuffle command is user specific so you need to use the Authorization Code Flow. Now it works fine.