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

"Handshake failed." -- scrobbling no longer occurs. Probably outdated API usage. #64

Closed
AndydeCleyre opened this issue Sep 4, 2012 · 2 comments

Comments

@AndydeCleyre
Copy link

As of September 3rd, each time a new song begins, shell-fm prints "Handshake failed." and no tracks are scrobbled to the user's profile. I believe shell-fm is using an outdated Last.fm API protocol.

Requests should be made to http://ws.audioscrobbler.com/2.0/ and provide the required parameters listed at http://www.last.fm/api/show/track.scrobble, but shell-fm appears to converse with http://post.audioscrobbler.com/ instead -- at least in submit.c and service.c.

@AndydeCleyre
Copy link
Author

Today scrobbling works again, even though there has been no shell-fm code change, and even though shell-fm complains
"DEBUG: Chunked!
DEBUG: Chunked!
Couldn't scrobble track(s)."

In shell-fm's wisdom it has also successfully submitted all of yesterday's activities. That's great.

Still, I think the API protocol used in shell-fm should be updated for reliability and future-safety.

@jkramer
Copy link
Owner

jkramer commented Nov 29, 2012

Please check out the api-v2 branch for the implementation of the new API.

@jkramer jkramer closed this as completed Nov 29, 2012
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