When I try to run most commands in GAM, I get "Failed to execute script '__main__' due to unhandled exception!" Even something basic like "gam info user". a few commands like "gam rotate sakey" or "gam user
I've already tried updating to the latest version.
Full error text:
gam info user
Traceback (most recent call last):
File "gam\__main__.py", line 49, in <module>
File "gam\__main__.py", line 44, in main
File "gam\__init__.py", line 11510, in ProcessGAMCommand
File "gam\__init__.py", line 8778, in doGetUserInfo
File "gam\__init__.py", line 1009, in buildGAPIObject
File "gam\__init__.py", line 937, in getValidOauth2TxtCredentials
File "gam\auth\oauth.py", line 474, in refresh
File "gam\auth\oauth.py", line 482, in _locked_refresh
File "google\oauth2\credentials.py", line 302, in refresh
File "google\oauth2\reauth.py", line 347, in refresh_grant
File "google\oauth2\_client.py", line 62, in _handle_error_response
google.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad
Request'})
[5248] Failed to execute script '__main__' due to unhandled exception!