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!