mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #1014] Issue after entering Client Secret #450
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#450
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 @rjcab on GitHub (Aug 29, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1014
Hello,
First, thank you for this projet, impatient to get it worked.
I am on Ubuntu and I followed this:
snap install sptthen this:
Go to the Spotify dashboard
Click Create an app
You now can see your Client ID and Client Secret
Now click Edit Settings
Add http://localhost:8888/callback to the Redirect URIs
Scroll down and click Save
You are now ready to authenticate with Spotify!
Go back to the terminal
Run spt
Enter your Client ID
Enter your Client Secret
Press enter to confirm the default port (8888) or enter a custom port
After that, I got the folowing error:
Enter port of redirect uri (default 8888):
Then I take another computer as on my ubuntu only terminal, no desktop and it says:
localhost does not allow connection.
Do you have an idea ?
Many thanks