Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect error code when album doesn't exist #104

Open
rikkit opened this issue Aug 22, 2017 · 1 comment
Open

Incorrect error code when album doesn't exist #104

rikkit opened this issue Aug 22, 2017 · 1 comment

Comments

@rikkit
Copy link
Member

rikkit commented Aug 22, 2017

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.

@erikhajsakvojtko
Copy link

Hi, can I try to tackle this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants