supki / scrobblers

Lastfm scrobblers making library
http://supki.github.io/scrobblers
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Update to latest http-client #6

Closed dmalikov closed 7 years ago

dmalikov commented 7 years ago

Not sure how to update to latest liblastfm and http-client-0.5 having all the necessary functionality :(

dmalikov commented 7 years ago

It's also necessary to check "error" field in the response body - "11" / "16" values could be retried

https://www.last.fm/api/show/track.scrobble

supki commented 7 years ago

Are you blocked on something or just figured it's not worth it ?

dmalikov commented 7 years ago

Yep, everything just works fine even without retrying. Frankly speaking, it's hard for me to decide if 11/16 should be retried or not.

supki commented 7 years ago

Well, the docs explicitly say to retry in case of 11 or 16, so I'd say it's reasonable. it's great that it works for you anyway, though!