Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Last.fm geo.getEvents returns Invalid Method - No method with that name in this package

I have a problem running a test query with geo.getEvents method to the last.fm API. Weird thing is that it has been working for a while, then it just stopped suddenly. I wonder if the method has been disabled, or am I doing something wrong?

This is the test query generated by api documentation on last.fm : http://ws.audioscrobbler.com/2.0/?method=geo.getevents&location=madrid&api_key=44b222651afcfdc3244da1b97708be17&format=json

It always returns:

{"error":3,"message":"Invalid Method - No method with that name in this package"}

Other methods seem to work just fine.

Any pointers? Thank you!

like image 926
user5302711 Avatar asked Sep 05 '15 02:09

user5302711


1 Answers

This and a lots of other errors started with the relaunch of lastfm 3(!) weeks ago... and they are still not resolved.

Follow the dilemma here: https://getsatisfaction.com/lastfm/topics/api-known-issues

like image 107
mbo Avatar answered Oct 05 '22 13:10

mbo