GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.6k stars 205 forks source link

TypeError: verify_oauth2_token() got an unexpected keyword argument 'clock_skew_in_seconds' #376

Open awayand opened 2 years ago

awayand commented 2 years ago

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. ./gyb.py --email name@company.com
  2. type "7" to continue
  3. paste link into browser: https://gyb-shortn.jaylee.us/ma833h
  4. click "Allow"
  5. paste new link into terminal: http://127.0.0.1:8080/?state=mZtB2rXo5RgQ9G9dENY5NMQQjR4UGt&code=4/0AX4XfWgVf2Llmaeb_utv_kzBCBw2YAPkcmEdfm52nUnyqbVaTseaPl_o20gOP1vww70KlQ&scope=email%20https://www.googleapis.com/auth/userinfo.email%20https://mail.google.com/%20https://www.googleapis.com/auth/apps.groups.migration%20https://www.googleapis.com/auth/drive.appdata%20openid&authuser=0&hd=company.com&prompt=consent
  6. "The authentication flow has completed." -> TypeError: verify_oauth2_token() got an unexpected keyword argument 'clock_skew_in_seconds'

Expected outcome (what are you trying to do?): This should start backing up my emails, but ends in an error

Actual outcome (what errors or bad behavior do you see instead?): error as listed

n-oden commented 2 years ago

You are running an outdated version of the google-auth pypi package -- you should be on version 2.9.0

awayand commented 2 years ago

thank you, that solved my problem!

On Tue Jul 12 (22), 9:56PM, Nathan J Mehl @.***> wrote:

You are running an outdated version of the google-auth pypi package -- you should be on version 2.9.0

— Reply to this email directly, view it on GitHub https://github.com/GAM-team/got-your-back/issues/376#issuecomment-1181727464, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKDQNYBSL6BCPVUEJGEDZ3VTVTPHANCNFSM5VLFRLYA. You are receiving this because you authored the thread.Message ID: @.***>