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

No longer scrobbling #1

Open
rakiru opened this issue Sep 27, 2013 · 5 comments
Open

No longer scrobbling #1

rakiru opened this issue Sep 27, 2013 · 5 comments

Comments

@rakiru
Copy link

rakiru commented Sep 27, 2013

The app used to scrobble fine, but no longer does. When I try to test authentication, it tells me it failed. The credentials are definitely correct (tried re-entering them several times, after confirming them by logging in with a browser). I'm not sure why it's failing as the error is pretty vague, and I'm unable to mess around with it myself. Any ideas?

@yourealwaysbe
Copy link
Owner

Aha, well spotted. Thanks for reporting. I'm getting a "no peer certificate" error in my debug logs. I guess last.fm changed something, i'll look into it :)

@yourealwaysbe
Copy link
Owner

Can i ask what version of Android you're using. It looks like 2.3.3 and 2.3.4 have some sensitivities with certificate authentication that later versions of Android do not have. Last.fm might just have started trampling on them...

@yourealwaysbe
Copy link
Owner

I finally managed to get the certificate chain from ws.audioscrobbler.com, and it does look like it's being returned out of order. I'm not sure how easy it is to workaround it on Android 2.3.3, but i've posted something on the last.fm API group (since i think technically they should be returning things in the right order). Hopefully they'll get on to it.

http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/2215870

@rakiru
Copy link
Author

rakiru commented Sep 27, 2013

Oh, yeah, sorry, Android 2.3.7 (CM 7.2). Glad that you've found the problem, although I'm not sure how quickly they'll get it fixed.

Thanks for the great app btw.

@yourealwaysbe
Copy link
Owner

Ok! -- think it's fixed. I borrowed and modified a Chariot Solutions fix for this.

It works for me. Hopefully it works in general :) I put a new tag (v1.4) on it so it should make it to f-droid sooner or later.

Thanks for the great app btw.

Cheers :) Glad you like it.

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

2 participants