fow5040 / Flow.Launcher.Plugin.SpotifyPremium

Spotify Premium plug-in for Flow Launcher
MIT License
31 stars 2 forks source link

Volume Control Permission 403 Forbidden #16

Closed fow5040 closed 1 year ago

fow5040 commented 1 year ago

Issue Description

I think the volume API changed - changing volume (even through the developer console) returns this error:

{
  "error": {
    "status": 403,
    "message": "Player command failed: Cannot control device volume",
    "reason": "VOLUME_CONTROL_DISALLOW"
  }
}

https://developer.spotify.com/console/put-volume/?volume_percent=&device_id=

They may have changed their API settings, I'll need to take a closer look later this week.

Functionality Affected

Please mark the functionality of the plugin that is affected by the issue:

Software Versions

Please fill in the following information:

fow5040 commented 1 year ago

@dharrison27

fow5040 commented 1 year ago

I think this was a transient issue with Spotify's API - it's not happening anymore on my client.

dharrison4 commented 1 year ago

Tested, works for me :)

Thanks again for all the free and amazing work you put in to make amazing tools such as this, @fow5040 <3