We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
LastResponseStatus.MissingParameters
The text was updated successfully, but these errors were encountered:
Hi, can I try to tackle this issue?
Sorry, something went wrong.
No branches or pull requests
Copied from #5 - needs verification
API returns "Missing Parameters" error code for albums which don't exist
Code 6 corresponds to
LastResponseStatus.MissingParameters
, which implies there is something wrong with the request itself.The text was updated successfully, but these errors were encountered: