-
Notifications
You must be signed in to change notification settings - Fork 41
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
"authentication failed" #23
Comments
Not that I have a solution for you, but I can say "It works just fine for me", so I suspect it's something you are doing wrong. |
Just throwing my experience in as well, I get the same issue.. |
Same issue: login failed with username/password. I added a "vote": please add 👍 to issue top if username+password authentication fails for you too! |
Seems to be about using a free account. After I updated to Premium, it started working. This is based on librespot, and it says:
See also: librespot-org/librespot#862 |
This issue can be closed. |
Pro-tip: if the auth blob doesn't work for you, you can generate the auth blob in some other software (like the Rust version of librespot which seems very actively maintained) and steal its auth blob for use in librespot-golang! If you use the Rust librespot, you can run: $ target/release/librespot --name foobar --username <yourUsername> it asks for your password, and then you can find the auth blob in Line 42 in 31669e5
|
I attempted to run the main.go with my personal username and password as flags, but program throws "authentication failed" error every time. I know these credentials are correct and that it's parsing the flags properly and passing them to librespot.Login function. I've also tried with another valid account and gotten same response. Must be an issue with how login is handled, etc.
The text was updated successfully, but these errors were encountered: