Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to authenticate #149

Closed
Devinaut opened this issue Feb 28, 2023 · 4 comments
Closed

Failed to authenticate #149

Devinaut opened this issue Feb 28, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Devinaut
Copy link

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.

@Devinaut Devinaut added the bug Something isn't working label Feb 28, 2023
@apprehensions
Copy link
Contributor

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

@apprehensions
Copy link
Contributor

apprehensions commented Feb 28, 2023

Premium Student

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

@aome510
Copy link
Owner

aome510 commented Feb 28, 2023

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

@Devinaut
Copy link
Author

Devinaut commented Mar 4, 2023

Username needs to be email; that fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants