adibaewa / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

track.shout doesn't work #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. It seems the method "track.shout" has disappeared somehow from LastFM API 
thus when we try to invoke "track.shout("msg") we get the following:

"Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "pylast.py", line 2498, in shout
    self._request("track.Shout", False, params)
  File "pylast.py", line 931, in _request
    return _Request(self.network, method_name, params).execute(cacheable)
  File "pylast.py", line 793, in execute
    response = self._download_response()
  File "pylast.py", line 784, in _download_response
    self._check_response_for_errors(response_text)
  File "pylast.py", line 807, in _check_response_for_errors
    raise WSError(self.network, status, details)
pylast.WSError: Invalid Method - No method with that name in this package
"

Please provide any info regarding this issue.
Bye!

Original issue reported on code.google.com by gjallarh...@gmail.com on 6 Jan 2011 at 2:29

GoogleCodeExporter commented 9 years ago
Actually Last.fm did not provide an API for this method, I added it because I 
thought they'd eventually do but they didn't! I should remove it.

Original comment by amr.hassan on 6 Jan 2011 at 3:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r240.

Original comment by amr.hassan on 6 Jan 2011 at 3:19