jonashcroft / Nowify

A Spotify 'Now Playing' screen designed for Raspberry Pi
MIT License
223 stars 415 forks source link

INVALID_CLIENT: Invalid client #12

Closed kana7577 closed 3 years ago

kana7577 commented 3 years ago

INVALID_CLIENT: Invalid clientt If you click on Login with Spotify you will see this.

What are Redirect URIs?

jonashcroft commented 3 years ago

When you create a new client in the Spotify Dashboard, you add in a Redirect URI here. This is essentially the URL of your app. It'll be something like 'http://localhost:8080' or 'https://myurl.com' - depending on what you're doing. It's the URL for your Spotify client to redirect back to when the user logs in.

You're right that I forgot to add this into the README, I'll add it in.

Read the Spotify docs: https://developer.spotify.com/documentation/general/guides/app-settings/

kana7577 commented 3 years ago

localhost&myurlI tried both. It didn't work. Do you have a solution for me?

kana7577 commented 3 years ago

Sorry, I didn't check. The url was wrong.

jonashcroft commented 3 years ago

Great! Glad you got it.