mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #149] Failed to authenticate #70
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#70
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 @Devinaut on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/149
Describe the bug
I try to authenticate with my Spotify username and password (as uncomfortable as that makes me), but authentication fails. I have a Premium Student account.
To Reproduce
Execute spotify-player, type username, then type password
Expected behavior
Authentication succeeds and I can finally listen to my music
Log and backtrace
Doesn't get far enough to generate a log
Environment
cargo build -r --target x86_64-unknown-linux-gnu -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abortand the following added to allCargo.tomlfiles:Additional context
I suspect my password having unusual characters, specifically a double-quote, may be causing this issue.
@sewnie commented on GitHub (Feb 28, 2023):
cannot reproduce, i put my spotify email and password and it works just fine, my password is something of the following:
MCiickue$GYdNoTX#HLu94Pxvtj@&cRnnGxfm&6baQ*uYZLi@T7KxfxL5qpaagWD@sewnie commented on GitHub (Feb 28, 2023):
what is this? i believe im on Premium Duo as well, try building without those flags.
@aome510 commented on GitHub (Feb 28, 2023):
I'm also on my premium student account right now. However, I've never failed to authenticate.
@Devinaut commented on GitHub (Mar 4, 2023):
Username needs to be email; that fixes it.