mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 16:45:59 +03:00
[GH-ISSUE #886] Fixed: failed Spotify’s API setup - Invalid client: Invalid URI #376
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aleksanderwalczuk on GitHub (Sep 15, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/886
Hi there 👋
I got stucked during configuration process. I was basically copy-pasting the documentation, but it took me about 2 hours to pass the whitelisting tui's url.
What I've noted is:
redirect_uriparameter pointing tohttp://localhost:8888Solved by whitelisting both
http://localhost:8888andhttp://localhost:8888/, worked as a charm.Hope it saves some of your time, gl
tui installed via brew on OSX 10.15.7
@benfrain commented on GitHub (Sep 24, 2021):
Same issue here. When you say 'whitelist' – are you just adding them to
/etc/hosts/?@aleksanderwalczuk commented on GitHub (Sep 24, 2021):
@benfrain you have to whitelist it on the Spotify WebAPI side:
Edit Settingsbutton and find Redirect URIs@benfrain commented on GitHub (Sep 24, 2021):
Thanks @aleksanderwalczuk up and running now 👍
@hejtlo0p commented on GitHub (Aug 8, 2022):
I had my http://"IP address":8888 instead of http://localhost:8888 🤦
Thanks! That did the trick! xD <3