Spotify won't work after they reset my password #408
-
I've been trying to get Spotify working on my Raspberry Pi for a while now. This morning I was able to compile the forked GStreamer plugin on the Pi (never managed to get it to cross-compile), and updated mopidy-spotify to the a3 version from a2, and at last it worked. Couple of hours later, I get an email from Spotify saying they've reset my password due to suspicious activity, which also happened last time I was trying to get this working. I reset my password, and reissued API keys, but it won't work, and the GST debug logs have the Bad credentials error. Any ideas? I'm stumped. As far as I can tell it still has the correct versions of mopidy-spotify and the GStreamer plugin, it can play local files, the access tokens are all there. And does the client authentication need to be done on the mopidy machine, or can I get a token on any computer and set it via SSH? This is one of the things I tried earlier when I had no idea why it wasn't working (before updating to the latest mopidy-spotify), but if I can do it over SSH then that's a little easier. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Can you provide |
Beta Was this translation helpful? Give feedback.
-
That exact branch from that fork? Your log is missing all the librespot debugging that should be shown with that GST_DEBUG command.
EDIT: also, don't bother with Mopidy's |
Beta Was this translation helpful? Give feedback.
-
I've got spotify playback working again. Deleted everything I could find called
I'm half-expecting Spotify to reset my account again this afternoon, but at least I'll know what to do :-) |
Beta Was this translation helpful? Give feedback.
I've got spotify playback working again. Deleted everything I could find called
credentials-cache
, removed all app authorisations from Spotify, logged out Iris, then started everything up again.I'm half-expecting Spotify to reset my account again this afternoon, but at least I'll know what to do :-)