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
i was trying this out from the examples:
tokens.configure() tokens.manage('example', ['read', 'write']) tokens.start() tokens.get('example')
got an error message:
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://example.com/oauth2/access_token
this did not help in finding the real error which i got through printing out the real error message with print(r.text):
{"error":"invalid_scope","error_description":"Unknown/invalid scope(s): [write, read]"}
the line is https://github.com/zalando-stups/python-tokens/blob/master/tokens/__init__.py#L119 ... maybe we can have a more detailed error message, in case an error happens ...
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
i was trying this out from the examples:
got an error message:
this did not help in finding the real error which i got through printing out the real error message with print(r.text):
the line is https://github.com/zalando-stups/python-tokens/blob/master/tokens/__init__.py#L119 ... maybe we can have a more detailed error message, in case an error happens ...
The text was updated successfully, but these errors were encountered: