mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #569] Spotify auth failed #234
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#234
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 @swarfega on GitHub (Sep 2, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/569
I have installed spotify-tui by AUR and followed the instructions but the link provided gives an INVALID_CLIENT: Invalid redirect URI error.
(I also have a login problem with ncspot).
@fnuttens commented on GitHub (Sep 14, 2020):
I have the same problem on Windows.
@miku86 commented on GitHub (Sep 15, 2020):
I had the same problem.
I had to copy the
client_idandclient_secretinto${HOME}/.config/spotify-tui/client.ymlmanually.@oising commented on GitHub (Sep 25, 2020):
did you add the redirect url in your spotifiy develop app settings? You have to explicitly add http://localhost:8888/callback as a redirect uri on spotify dev dashboard or it won't work (as well as providing the clientid + secret to the tui app)
@Rigellute commented on GitHub (Sep 30, 2020):
Thanks for the tips @oising @miku86. Any luck @swarfega? It does sound like the callback wasn't registered in the spotify dev console
@swarfega commented on GitHub (Sep 30, 2020):
This time around I just installed the AUR and it worked fine.
On Wed, 30 Sep 2020 at 16:22, Alexander Keliris notifications@github.com
wrote:
@Rigellute commented on GitHub (Oct 1, 2020):
Great, thanks
@acewave commented on GitHub (Mar 22, 2024):
This worked for me too.