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
In the lib, the HttpUnauthorized error is mapped as raise Error.new("unauthorized", "Missing, invalid or expired access token.")
raise Error.new("unauthorized", "Missing, invalid or expired access token.")
However I have received this error in two cases when the situation is different:
In both cases I think the problem has nothing to do with the token and the error is a bit misleading.
The text was updated successfully, but these errors were encountered:
That's my experience as well.
Sorry, something went wrong.
Update catalog (#7)
b85b990
* add model and api calls for catalog * Fix client and user auth in catalog endpoints + add tests
No branches or pull requests
In the lib, the HttpUnauthorized error is mapped as
raise Error.new("unauthorized", "Missing, invalid or expired access token.")
However I have received this error in two cases when the situation is different:
In both cases I think the problem has nothing to do with the token and the error is a bit misleading.
The text was updated successfully, but these errors were encountered: