Skip to content
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

Restore errors #340

Closed
bryantech opened this issue Jan 6, 2022 · 3 comments
Closed

Restore errors #340

bryantech opened this issue Jan 6, 2022 · 3 comments

Comments

@bryantech
Copy link

The issue tracker is for reporting product deficiencies. How do I questions should be posted to the discussion forum at https://groups.google.com/group/got-your-back. When in doubt, start at the discussion forum and return here only when instructed to do so.

Please confirm the following:

Full steps to reproduce the issue:

  1. During restore I get this error. ValueError: Token used too early, 1641481785 < 1641481885

Expected outcome (what are you trying to do?):
Restore email
Actual outcome (what errors or bad behavior do you see instead?):

I have tried with gyb versions, 1.41-1.52. 1.36 allows for restore but that isn't a permanent fix.

@aaronadamsCA
Copy link

aaronadamsCA commented Jan 20, 2022

I've noticed gyb is incredibly sensitive to the system clock being behind.

Check your system clock and compare it to your phone clock. You may just need to adjust it.

@jay0lee
Copy link
Member

jay0lee commented Jan 22, 2022

This is fixed in the latest release.

@jay0lee jay0lee closed this as completed Jan 22, 2022
@dsakura
Copy link

dsakura commented Jun 23, 2024

Im receiving this error too, with last version of the software

Traceback (most recent call last):
  File "gyb.py", line 2817, in <module>
  File "gyb.py", line 2040, in main
  File "gyb.py", line 420, in getValidOauth2TxtCredentials
  File "gyb.py", line 532, in requestOAuthAccess
  File "gyb.py", line 547, in writeCredentials
  File "gyb.py", line 562, in _getValueFromOAuth
  File "gyb.py", line 556, in _decodeIdToken
  File "google\oauth2\id_token.py", line 160, in verify_oauth2_token
  File "google\oauth2\id_token.py", line 132, in verify_token
  File "google\auth\jwt.py", line 302, in decode
  File "google\auth\jwt.py", line 216, in _verify_iat_and_exp
google.auth.exceptions.InvalidValue: Token used too early, 1719118946 < 1719118978. Check that your computer's clock is set correctly.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants