mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
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#293
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 @PtitFils on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/732
Dear,
when I am running set at the first time to install, I got an error like :
And I don't understand
I type the ClientID
I type the secretID
Continue by enter for the 8888 port.
And after I got this error.
On the issue #136, I can understand that (tell me if it's right) :
I think he never listen on the 8888 port in my case ...
I type a netstat command, and I see no pid for the 8888 port.
Like the #136 issue, I am trying to install spotify-tui on a non-gui Linux system.
And I just have Lynx or other eLinks browser that no support JS.
I'm connected to the Linux Machine by ssh too.
But if I understand,I can copy the link, paste in a web browser on another computer with a browser and change the http://localhost:8888/... to http://:8888/... ??? No ??
or Maybe copy the response link to the prompt ??
But, I think, the process don't listen on 8888 port ...
Could'you help me please ?
@PtitFils commented on GitHub (Feb 4, 2021):
I am already running an apache server on this machine on port 80.
But I also tried to stop the apache server before running the spt command...
@OrangeFran commented on GitHub (Feb 6, 2021):
You can do the following:
ssh -L 8888:localhost:8888 username@server-ipon your local machine.spton your server:spt. Enter your id, secret and the port 8888 and wait for the error message to appear. The error just says that you are on a headless machine and thus it could not open a suitable browser.https://accounts.spotify.com/...url and put it into your local gui browser. And tada, you should be authorized!@OrangeFran commented on GitHub (Feb 6, 2021):
I just read that running
curl "https://accounts.spotify.com/...on your server should work as well. You can try that too.