KumoKairo / Spotify-Twitch-Song-Requests

30 stars 10 forks source link

Claims I don't have premium when I do... #33

Open Emmsywemmsy opened 1 year ago

Emmsywemmsy commented 1 year ago

Whenever I use the !songrequest command, the bot responds with "I It looks like you don't have Spotify Premium. Spotify doesn't allow adding songs to the Queue without having Spotify Premium OSFrog"

KumoKairo commented 1 year ago

This message indicates that Spotify backend returned a specific error (namely error 403 - see code here https://github.com/KumoKairo/Spotify-Twitch-Song-Requests/blob/d3479803d817954efb7e32f02a974f24500a62a1/index.js#L324) that was only tied to NOT having spotify Premium on that account. This error usually indicates that something is "forbidden" to do. My take on this is that you don't have required scope enabled on your Spotify app? Remember the step where you allow your local app to read and write current playback state? Maybe you didn't consent to that and Spotify returns this error. Try doing the setup steps from the beginning and check again. We will rephrase the error message so it's more clear