mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #297] stuck after "Enter port of redirect uri (default 8888):" #120
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#120
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 @hedich on GitHub (Feb 15, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/297
expected this: "You will be redirected to an official Spotify webpage to ask you for permissions."
however nothing happens at all (no webpage opens), what am i missing?
using spotify-tui-0.14.0-1 from AUR
@hedich commented on GitHub (Feb 15, 2020):
i had for some reason not setup a browser properly for the terminal i was using, fixed now.
@hongkongkiwi commented on GitHub (Feb 24, 2020):
Can you have a headless option? It does produce a URL but it seems to not be listening for a response on it if it can't open a browser (I'm trying to setup a docker).
@Rigellute commented on GitHub (Feb 24, 2020):
The closest thing we have to a headless option at the moment is to take the url returned by the redirect uri and making a curl get request to spotify-tui server