mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1003] EOF Error preventing launch #444
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#444
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 @TheWonkyTestube on GitHub (Jul 15, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1003
I recently tried to reinstall spt after a lil distro hop, and every current version i can access gives the following error when I try to launch it:
Error: EOF while parsing a valueI have installed via Cargo, AUR, Snap and by downloading the binaries from the repo, and all yield the same error.
This is such an awesome project, thanks so much for it. I have used it extensively in the past, and I would love to keep on doing so!
@sewnie commented on GitHub (Jul 17, 2022):
cannot reproduce, probably something wrong with ya system
@Staberinde commented on GitHub (Nov 25, 2022):
I can reproduce this error with a symlink at
~/.config/spotify-tui/client.ymlthat points to an empty file. Removing the symlink and runningsptagain fixes the issue.