mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #66] thread '<unnamed>' panicked at 'called Result::unwrap() #43
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#43
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 @tamert on GitHub (Oct 15, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/66
thread '' panicked at 'called
Result::unwrap()on anErrvalue: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:999:5note: run with
RUST_BACKTRACE=1environment variable to display a backtrace.@haitech commented on GitHub (Oct 15, 2019):
Getting similar error.
Seems like the http-server is not running?
On osx 10.14.4, installed with brew
@haitech commented on GitHub (Oct 15, 2019):
Got it to work with running
sudo spt. And then afterspt(without sudo) worked.@tamert commented on GitHub (Oct 15, 2019):
i am waiting for a very long time but not response
@tamert commented on GitHub (Oct 15, 2019):
@tigrato commented on GitHub (Oct 15, 2019):
@tamert copy the url and paste into the terminal
@Rigellute commented on GitHub (Oct 15, 2019):
Sorry about this. Something must be going wrong with the local webserver on first set up.
Will investigate.
@tamert commented on GitHub (Oct 15, 2019):
:) yes i see now .. i was couldnt see because i just focus error
@Rigellute commented on GitHub (Oct 15, 2019):
Did you install via
brewand running on macOS?Or are you on linux and installed via
cargo?@abusch commented on GitHub (Oct 15, 2019):
Seeing this as well on Linux (Arch),
sptinstalled viacargo. It opens up a web browser, then panics with the error above.@Rigellute commented on GitHub (Oct 15, 2019):
I know the issue, will create fix shortly.
@Rigellute commented on GitHub (Oct 15, 2019):
Apologies once again, the fix is here
github.com/Rigellute/spotify-tui@ca79472fa2and is released to brew and cargo, you can now update.@Rigellute commented on GitHub (Oct 15, 2019):
Looks like this is only fixed for macOS, reopening.
@Rigellute commented on GitHub (Oct 15, 2019):
Latest release
0.6.2now finally contains the fix 👍