It's not a feature I use anyway (I just use the song info from the music control dock), so it doesn't affect me. I did note that it didn't work before, but I just chalked that up to me not updating the plugin regularly. I have written a few scripts of my own that use the Spotify API and its incredibly finicky/inconsistent - Spotify API is notoriously awful. 403 in this case is supposed to mean that there are missing scopes on the authentication, but refreshing providesCode:11:17:55.157: [tuna] Response: { 11:17:55.157: "error": { 11:17:55.157: "message": "Player command failed: Restriction violated", 11:17:55.157: "reason": "UNKNOWN", 11:17:55.157: "status": 403 11:17:55.157: } 11:17:55.157: } 11:17:55.157:
No clue what that means, I don't have spotify premium so I can't test this features. The controls used to not work at all because the API for them were broken, so I'm surprised they work at all.
Code:
"scope": "user-modify-playback-state user-read-playback-state user-read-currently-playing user-read-recently-played user-read-private"