-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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 :) |
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... |
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 |
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. |
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.
Cheers :) Glad you like it. |
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?
The text was updated successfully, but these errors were encountered: