-
Notifications
You must be signed in to change notification settings - Fork 31
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
strange error message #152
Comments
Do you have a line number? |
I believe it is in getInfo in my case but it may be in all methods too? |
And maybe with other services too |
Do you remember the connector you were using at that time? Was it GitHub? |
I don't remember but I guess we should add a unit test with an empty account in the session |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in some cases, the session contains
{ state: '***********', account: {} }
i believe it is when a token has expired
in this case an error is thrown:
that's as far as i went in debugging
The text was updated successfully, but these errors were encountered: