[GH-ISSUE #149] Failed to authenticate #70

Closed
opened 2026-03-02 23:44:15 +03:00 by kerem · 4 comments
Owner

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

  • OS: Void Linux x86_64 glibc
  • Application version: latest commit
  • Application features: built with cargo build -r --target x86_64-unknown-linux-gnu -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort and the following added to all Cargo.toml files:
[profile.release]
strip = true
lto = true
opt-level = 3
panic = "abort"

Additional context
I suspect my password having unusual characters, specifically a double-quote, may be causing this issue.

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** - OS: Void Linux x86_64 glibc - Application version: latest commit - Application features: built with `cargo build -r --target x86_64-unknown-linux-gnu -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort` and the following added to all `Cargo.toml` files: ```toml [profile.release] strip = true lto = true opt-level = 3 panic = "abort" ``` **Additional context** I suspect my password having unusual characters, specifically a double-quote, may be causing this issue.
kerem 2026-03-02 23:44:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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

<!-- gh-comment-id:1448179767 --> @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`
Author
Owner

@sewnie commented on GitHub (Feb 28, 2023):

Premium Student

what is this? i believe im on Premium Duo as well, try building without those flags.

<!-- gh-comment-id:1448180203 --> @sewnie commented on GitHub (Feb 28, 2023): > Premium Student what is this? i believe im on Premium Duo as well, try building without those flags.
Author
Owner

@aome510 commented on GitHub (Feb 28, 2023):

I'm also on my premium student account right now. However, I've never failed to authenticate.

<!-- gh-comment-id:1448679705 --> @aome510 commented on GitHub (Feb 28, 2023): I'm also on my premium student account right now. However, I've never failed to authenticate.
Author
Owner

@Devinaut commented on GitHub (Mar 4, 2023):

Username needs to be email; that fixes it.

<!-- gh-comment-id:1454299068 --> @Devinaut commented on GitHub (Mar 4, 2023): Username needs to be email; that fixes it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#70
No description provided.