-
Notifications
You must be signed in to change notification settings - Fork 13
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 on last.fm #65
Comments
Have you been able to authenticate before? (ie. the If yes, try removing it and logging in again with username/password. If no, could you try using a different API key/secret to see if that works? |
Hi, sorry for taking so long to reply.
I ended migrating my scrobbling and all my data (~9 years) to listenbrainz, but I can help debug, just need some instructions of how to get more verbose logs or something like that. Ps: Before getting to your application (which is very nice) I tried both mpdscribble and mpdas without success (both with problems with authentication) so the problem may not be on your end. EDIT: Also tried mpris-scrobbler and encountered the same problems with authentication |
Interesting, not sure what the problem could be then. I'd be happy to investigate this further but I'm really busy at the moment. I'll get back to you later, debugging help would be much appreciated! |
@xmalbertox Hi, I finally have some more time to look into this. Apologies for the delay. I've created a fork of the Last.fm library (rustfm-scrobble) which uses a different HTTP library. A build of rescrobbled that uses this fork can be found on the I have no idea if this helps, but #67 also seems to have issues authenticating, so maybe it's worth a try. Thanks! |
I had the same issue with last.fm, and wasn't able to use the master branch binary on my work laptop (while it works well on my personal laptop). The |
@hegdenischay Thank you for confirming! It could very well be a proxy issue then. |
Hi, i have the same issue: Log in to Last.fm
Username: uname
Password: pass
Failed to authenticate with Last.fm
Caused by:
Authentication failed: Status code 403 Forbidden indicates failure I can't see the fork you are mentioning. |
Yes, proxy support is now in the main program (version 0.6.0), but looks like it's not a proxy issue in your case. Have you tried using different API key/secret? Not sure why you're getting a 403 |
Hi, getting an "authentication failed" error:
My config is simply:
The user and pass is correct and working, tested both on the website and other applications.
The text was updated successfully, but these errors were encountered: