mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #633] Putting my credentials in quotes causes panic and fails authentication #258
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#258
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 @noir-Z on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/633
version 0.2.24
Putting my credentials in quotes, as per the readme, will make spotifyd panic.
Without quotes it authenticates.
Because it might be relevant:
my username starts with a ".", the password has no special characters
username = ".****" password = "****"if I put this in the config, authentication will fail.
@noir-Z commented on GitHub (Oct 24, 2020):
wrong repository, please delete.