#well thanks first Some of those
1 messages · Page 1 of 1 (latest)
I'm deleting mine, and walking through the process here now, to see if I can repro any existing issues:
https://www.home-assistant.io/integrations/spotify/#create-a-spotify-application . I'm going to delete my integration from the Spotify Developer Dashboard and start from scratch...
thank you a lot for your help 🙂
So yeah, it does appear to be broken. 😦
I started in an in-private window, and logged into both Spotify Developer Dashboard and Home Assistant.
um. I'm very sorry for kinda breaking your Integration 😦
I then followed the link here (https://www.home-assistant.io/integrations/spotify/#create-a-spotify-application) to the "My... Add Integration"...
At that point, it gave me a bad Spotify Client ID in the URL, and I manually changed the URL to the correct Client ID and re-submitted.
I then got a prompt to link HASS and Spotify, and after submitting, it threw the error, and showed the 400 error in the logs for the Spotify API token
Will try a few different ways, and then maybe update the issue in Github
The new Oauth code definitely still seems to be hit and miss
that's exactly the problem I'm having, although sometimes I'm getting a 500 error
OK, I got this reconnected
I didn't use the new integration at all. I just went back to the old setup of adding it through the local integrations. But there was a cached Spotify client id that was wrong for which the only way I found to delete was to go into my /config/.storage directory, and delete it there
file name was application_credentials, and the only thing it contained was my spotify cred info. I deleted that, and then restarted home assistant, and then re-added the integration, and it actually went through that time.
by "old setup", you mean the yaml way?
like with adding username and password?
(IIRC)
has been a while since I've setup this up but moved and had to redo complete setup
No, I didn’t do any yaml on this one. I just went to the integration screen and added it from there, after I cleared the cached credential from .storage
If you go to developer.spotify.com/dashboard and go to your home assistant app, and go edit settings, did you confirm your redirect URI? I believe you need:
https://my.home-assistant.io/redirect/oauth
yup, did so