-
Notifications
You must be signed in to change notification settings - Fork 21
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
Worked examples "FlowclientConnectionError: User claims verification failed" #2108
Comments
Hmm, I can confirm I get the same error (with a token that should be valid). We recently made a change to the way the token validation works, and it looks like something's not quite working. I'll look into it. |
The root of this problem is that FlowAuth adds a newline to the end of each scope string, which FlowAPI isn't expecting. |
I've only started using flowkit in the past day so i don't know if this is regular behaviour but the setup for the test data on terminal also throws a flowapi token warning:
|
Ah, yes, that's not a problem. The FLOWAPI_TOKEN variable isn't required for the containers started in the quick start setup. |
Hi all,
I've been testing out the worked examples, but i keep getting the following error "FlowclientConnectionError: User claims verification failed" when trying execute flowclient.get_results()
I've created a FlowAPI access token and set it in place of TOKEN, as specified in the Jupyter notebook. Any help would be much appreciated! here is the code that is returning the error:
here is the error itself:
The text was updated successfully, but these errors were encountered: