lastfm icon indicating copy to clipboard operation
lastfm copied to clipboard

Incorrect error code when album doesn't exist

Open rikkit opened this issue 7 years ago • 1 comments

Copied from #5 - needs verification


API returns "Missing Parameters" error code for albums which don't exist

{
  "error": 6,
  "message": "Album not found",
  "links": []
}

Code 6 corresponds to LastResponseStatus.MissingParameters, which implies there is something wrong with the request itself.

rikkit avatar Aug 22 '17 16:08 rikkit

Hi, can I try to tackle this issue?

erikhajsakvojtko avatar Oct 08 '19 07:10 erikhajsakvojtko