Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spotify API - Invalid request URI #376

Closed
ChrisFredriksson opened this issue Jul 25, 2021 · 4 comments
Closed

Spotify API - Invalid request URI #376

ChrisFredriksson opened this issue Jul 25, 2021 · 4 comments
Labels
api 📡 Related to Spotify or LastFM API duplicate 👥 invalid 🕳 Issue out of scope

Comments

@ChrisFredriksson
Copy link

What is the bug ?
Starting Spytify, entering Spotify API details, save and press "Start" button. Program opens up browser with link https://accounts.spotify.com/authorize/?client_id=XXX&response_type=code&redirect_uri=http://localhost:4002&state=7b66858a&scope=streaming%20playlist-read-collaborative%20user-read-recently-played%20user-read-playback-state%20user-read-currently-playing&show_dialog=True

Error in the browser from the page opened is;
"INVALID_CLIENT: Invalid redirect URI"

spytify_error

@jwallet
Copy link
Owner

jwallet commented Jul 26, 2021

did you follow the faq? https://jwallet.github.io/spy-spotify/faq.html#media-tags-not-found

It looks like you are no using the same "Redirect URL" than the one you set in Spotify dashboard
image

@jwallet jwallet added needs feedback 📬 Cannot be close/fixed until users give more feedback api 📡 Related to Spotify or LastFM API and removed bug 🐞 labels Jul 27, 2021
@jwallet jwallet closed this as completed Jul 27, 2021
@jwallet
Copy link
Owner

jwallet commented Jul 27, 2021

moving the discussion to #370

@jwallet jwallet added invalid 🕳 Issue out of scope and removed needs feedback 📬 Cannot be close/fixed until users give more feedback labels Aug 4, 2021
@kekersdev
Copy link

kekersdev commented May 3, 2022

Having the same issue
Added http://localhost:4002 to RedirectURIs, port 4002 is available on computer (also tried different ports with the same result)

@kekersdev
Copy link

Never mind
Tried messing up with / after port and it spontaneously started working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api 📡 Related to Spotify or LastFM API duplicate 👥 invalid 🕳 Issue out of scope
Projects
None yet
Development

No branches or pull requests

3 participants