You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
User verified locally that removing the scope key/value pair eliminates the error.
A user is experiencing this issue. Wondering if the if/else at client.py:181 is out of date as it still uses "scope."
I've received the following exception against both the test and production APIs.
Exception: Unable to validate App Keys(ClientID/ClientSecret) provided: {'errorcode': 1, 'message': 'Unauthorized', 'documentation': ''}
We've been using Sentry to log the errors so I've seen this exception 31k times. I've ensured that I have the correct client id and client secret in all environments. The request seems to work fine to initially retrieve an access token, but then fails when refreshToken and scope are included in the json request payload.
I'm facing the validation problem but my client.py doesn't have a scope key value. Any ideas what the problem might be? I know this thread is about 2 years old but I really hope someone can get in touch soon because I need to deliver the script before Monday and i'm stuck.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
User verified locally that removing the scope key/value pair eliminates the error.
I've received the following exception against both the test and production APIs.
Exception: Unable to validate App Keys(ClientID/ClientSecret) provided: {'errorcode': 1, 'message': 'Unauthorized', 'documentation': ''}
We've been using Sentry to log the errors so I've seen this exception 31k times. I've ensured that I have the correct client id and client secret in all environments. The request seems to work fine to initially retrieve an access token, but then fails when refreshToken and scope are included in the json request payload.
The SE question here.
The text was updated successfully, but these errors were encountered: