pckhib / node-red-contrib-spotify

Node-RED node for Spotify Web API
MIT License
13 stars 16 forks source link

INVALID_CLIENT: Invalid redirect URI #5

Closed stoneobscurity closed 5 years ago

stoneobscurity commented 5 years ago

getting this error when i try to auth.

also, how do i format the scope list? commas, json, semi-colons, what?

k1ngf15h3r commented 5 years ago

how could you fix this? I have the same error and I can not find the reason or a fix for it

k1ngf15h3r commented 5 years ago

The Trick was to replace localhost with the Interface IP like "192.168.1.1" or whatever IP your Node-RED Host is listening on

dumdiedum commented 5 years ago

@k1ngf15h3r How exactly did you this? Just replacing the url http://localhost:1880 with http://x.x.x.x:1880 didn't fixed this error...

Is this a change in settings.js? Sorry, I'm a newb in node red.

k1ngf15h3r commented 5 years ago

@dumdiedum I changed this in the redirect URI in the Spotify Client ID Settings in the Developer dashboard. That was the only thing I changed.

But for now I could not link the Spotify Node to my google cast node to play a playlist on it. Hope this will be possible in future updates

dumdiedum commented 5 years ago

yes, thx! I missed point 3 of the configuration guideline, this was my error.

nortuzar commented 4 years ago

Hi! I try everything but can't pass the INVALID_CLIENT: Invalid redirect URI Try all the combinations on the Developer dashboard. All the combinations between ip/dns and http/https, https://xxxxxx.duckdns.org:1880/spotify-credentials/auth/callback http://192.168.1.4:1880/spotify-credentials/auth/callback

Any clue? THANKS

sniperxnl commented 4 years ago

i have the same problem, any news?