INVALID_CLIENT: Invalid redirect URI when clicking on link account…
http://alxndrjam.es/controlling-spotify-through-home-assistant/
I am trying to follow this guide;
- Log into the SPOTIFY DEVELOPER website and go to the MY APPLICATIONS page.
- Select Create An App .
- Enter anything you want into Application Name and Application Description .
- Take note of the Client ID and Client Secret . You’ll need those for your configuration in Home Assistant.
- Select Edit Settings and add a Redirect URI .
- No SSL: http://[your_home_assistant_url_or_local_ip]:[port]/api/spotify
- If using SSL: https://[your_home_assistant_url_or_local_ip]:[port]/api/spotify
- Select Save and you’re done with the Spotify Developer site.
I do all this, confused on step 5, is this my 192. address or public ip, when i use my PRIVATE address 192.168.1… i get directed to login, as soon as i login with my email/password for spotift i get the following error INVALID_CLIENT: Invalid redirect URI.