lastfm
lastfm copied to clipboard
Incorrect error code when album doesn't exist
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.
Hi, can I try to tackle this issue?