mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #42] Config broken #31
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#31
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 @jerozerbib on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/42
It seems that after downloading the binary from
cargo, I do not have a working config filePosting a blank config working could solve this issue.
Error: Message("invalid type: unit value, expected struct ClientConfig", Some(Pos { marker: Marker { index: 6, line: 4, col: 0 }, path: "." }))This is my error message.
@Rigellute commented on GitHub (Oct 10, 2019):
Hmm... could you have a look at the config file itself?
Located here
Please post the contents here.
And could you try deleting that directory and starting up
spotify-tuiagain (that should take you throught the installation steps to create this file).@jerozerbib commented on GitHub (Oct 10, 2019):
That's the config
But deleting it fixed it !
@Rigellute commented on GitHub (Oct 10, 2019):
Hmm... something must have gone wrong during first setup.
Great that it's fixed 👍