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

new last.fm beta site rejecting my mpdas login #22

Closed
pcwalden opened this issue Aug 18, 2015 · 21 comments
Closed

new last.fm beta site rejecting my mpdas login #22

pcwalden opened this issue Aug 18, 2015 · 21 comments

Comments

@pcwalden
Copy link

A day or two ago I was forced to the new last.fm beta site and my mpdas scrobbling stopped working.

I have not changed my .mpdasrc. Are they using something other than an MD5 hashed password now? I also noticed I had to use my email address to login to last.fm, not my original last.fm user name. I tried switching to my email address in the mpdasrc, but that did not work either.

$ /usr/local/bin/mpdas
(15:30:12) [INFO] Config file (/usr/local/etc/mpdasrc) does not exist or is not readable.
(15:30:12) [INFO] Connected to MPD.
(15:30:16) [ERROR] Code: 4
(15:30:16) [ERROR] Authentification failed. Please check your login data.
(15:30:16) [INFO] Closing mpdas.

Anyone has issues with the new site?

@ghost
Copy link

ghost commented Aug 19, 2015

I have the same problem:

~ ❯❯❯ mpdas                                                                                   
(19:02:42) [ERROR] You are not root. Not changing user ..                             
(19:02:42) [INFO] Connected to MPD.                                                              
(19:02:46) [ERROR] Code: 4                                                                      
(19:02:46) [ERROR] Authentication failed. Please check your login data.                         
(19:02:46) [INFO] Closing mpdas.

@mkody
Copy link

mkody commented Aug 19, 2015

They're doing some migrations, so it's down for... some days?

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 20, 2015

Yeah, it seems to be due to the migration. I can't scrobble from other clients, either.

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 20, 2015

http://status.last.fm/ seems to confirm this.

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 27, 2015

Are you still having problems?

@ghost
Copy link

ghost commented Aug 27, 2015

still
2015-08-27-152457_711x177_scrot

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 27, 2015

Okay thanks, I'll take a look at it later.

@pcwalden
Copy link
Author

My account is now scrobbling correctly

@ghost
Copy link

ghost commented Aug 28, 2015

@pcwalden - you rehashed passwd again or just do nothing?

@pcwalden
Copy link
Author

I did nothing, it just started working again.

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 30, 2015

I can not confirm this problem, either. Can you please double check your configuration?

@noinia
Copy link

noinia commented Aug 30, 2015

I'm having the same issues. mpdas gives me:

(15:41:57) [ERROR] Code: 4
(15:41:57) [ERROR] Authentication failed. Please check your login data.

as above. Scrobbling from herrie works fine though, with the same credentials. Maybe it depends on the exact server one is authenticating to?

@ghost
Copy link

ghost commented Aug 30, 2015

ill check my configuration :) i rehashed psswd again, with this command:

echo -n "psswd" | md5sum

still not working

@mkody
Copy link

mkody commented Aug 31, 2015

Doesn't work for me neither.
Also, when using Scrobb from my phone, it doesn't scrobble directly. Maybe Last.FM still has issues with scrobbling?

@hrkfdn
Copy link
Owner

hrkfdn commented Aug 31, 2015

Since the migration isn't complete yet, I'd blame it on that. The protocol hasn't changed, mpdas worked before and it still works for some people. I don't think mpdas is the issue here..

@pcwalden
Copy link
Author

Still working for me.

@agjacome
Copy link
Contributor

agjacome commented Sep 4, 2015

My last.fm username has uppercase letters. If I use it as is in mpdas config the login fails as described in the issue (since the beta site launched), but if I put it all lowercased, mpdas can log in successfully. Can anyone else of the people having login problems confirm that this uppercase/lowercase nonsense is the cause?

Anyway, it looks that this is not exactly a mpdas issue, since authentication is rejected directly by the Last.fm API. I don't know where to look to see if this is a documented change or if it should be reported to them.

@noinia
Copy link

noinia commented Sep 4, 2015

Jep, after changing the upercase letters in my username to lowercase ones in mpdasrc I am able to authenticate and scrobble.

@hrkfdn
Copy link
Owner

hrkfdn commented Sep 4, 2015

Glad to hear that! I will merge the patch submitted by agjacome. Thanks everyone!

@hrkfdn hrkfdn closed this as completed Sep 4, 2015
@clasick
Copy link

clasick commented Oct 8, 2017

Just a heads up, the bug is still present in mpdas 0.4.3-1.

The fix is the same as @agjacome mentioned.

@hrkfdn
Copy link
Owner

hrkfdn commented Oct 11, 2017

Mhh, that's a little odd. The fix by @agjacome should be merged since 0.4.0..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@hrkfdn @agjacome @mkody @noinia @pcwalden @clasick and others