question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intermittently getting 'Unable to retrieve stored state!'

See original GitHub issue

I’m using the Google OAUth2 provider and for some reason we are getting the error below intermittently:

authomatic: Google: Continuing OAuth 2.0 authorization procedure after redirect.
authomatic: Google: Validating request by comparing request state with stored state.
authomatic: Google: Reported suppressed exception: FailureError('Unable to retrieve stored state!',)!
authomatic: Google: Procedure finished.
 Error during authentication flow Unable to retrieve stored state!

See below how I’m initializing Webapp2Session:

session = Webapp2Session(self, session=self.session)

Any clue on what could be causing this ?

Thanks in advance Fábio

Issue Analytics

  • State:open
  • Created 9 years ago
  • Reactions:2
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mrichar1commented, Jun 14, 2017

@xch91 If you do find out the issue in the browser, please let us know so we can document/expect it.

0reactions
mrichar1commented, Nov 28, 2019

After several years of inactivity, authomatic is now under community management, and we have just released a new stable version (1.0.0).

We are now reviewing all issues and PRs and hoping to begin work to solve as many of these as possible.

We are keen to find out which issues still apply, and which PRs are still required/are likely to merge cleanly into the current code. We are aiming to review them all, but any help with prioritisation would be very useful!

If you are still interested in having this issue/PR resolved, or are able to help us work on it, please reply to this message. That way we know which issues are most important to the community.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't perform a React state update on an unmounted ...
The problem, as far as the React team is concerned, is always in the Component code and not the Component instance, which is...
Read more >
Why React doesn't update state immediately - LogRocket Blog
When developing React applications, you may have noticed that state updates don't immediately reflect new values after being changed.
Read more >
TCP/IP port exhaustion troubleshooting - Windows Client
Learn how to troubleshoot port exhaustion issues. Port exhaustion occurs when all the ports on a machine are used.
Read more >
How to Manage State in Your React Apps - freeCodeCamp
A common example of global state is authenticated user state. If a user is logged into our app, it is necessary to get...
Read more >
Troubleshoot your Network Load Balancer
If a target is taking longer than expected to enter the InService state, it might be failing health checks. Your target is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found