8

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!

  • Can you post the code you're using to make the request? – F. Stephen Q Sep 05 '15 at 02:50
  • For anyone checking up on this issue: I reported this problem 2 months ago: https://getsatisfaction.com/lastfm/topics/event-getinfo-and-geo-getevents-returning-error-no-method-name Unfortunately, no progress yet. – Justin Theiss Oct 07 '15 at 07:00

1 Answers1

6

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

mbo
  • 758
  • 1
  • 5
  • 11