mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #787] Windows error on setup (device) #317
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#317
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 @g-avalos on GitHub (Apr 13, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/787
I've installed on windows 10, i complete all the data but when i accept on spotify and callback localhost:8888 i got a not connection.

In the readme says i must copy and paste the url in the prompt but it doesnt work.
I check client.yml got all data except device it got -
I delete the app, re install, redo de process but always are the same.
Spt stops running
@auchtopus commented on GitHub (Apr 29, 2021):
I'm also having the same problem on mac
I copied the link in and it resulted in the same problem
Error message:
@souxd commented on GitHub (Jun 1, 2021):
Win10 user here. Check if the spotify app redirect link is there
https://i.imgur.com/8q93GSb.png
Also you can edit your client ID and client secret at C:\Users\Username.config\spotify-tui\client.yml
Create the .yml yourself if needed
@aleksanderwalczuk commented on GitHub (Sep 14, 2021):
@g-avalos in my case it was a trailing slash in the localhost port. To fix it I've added both
http://localhost:8888/callback/andhttp://localhost:8888/callbackas whitelisted URIs@g-avalos commented on GitHub (Sep 14, 2021):
Thanks to souxd and aleksander
i put both with / and without, rerun and works
@aleksanderwalczuk commented on GitHub (Sep 15, 2021):
Great! Then you can close the issue I guess 🙂
@g-avalos commented on GitHub (Sep 15, 2021):
yes so sorry!!!!