cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

ERROR:root:'NoneType' object has no attribute 'get' #166

Closed kjoneandrei closed 4 years ago

kjoneandrei commented 4 years ago

trying to use aws-google-auth at version 0.0.33 and get the following error:

$ aws-google-auth  
Google Password: 
ERROR:root:'NoneType' object has no attribute 'get'
Traceback (most recent call last):
  File "/usr/local/Cellar/aws-google-auth/0.0.33/libexec/lib/python3.7/site-packages/aws_google_auth/__init__.py", line 73, in cli
    process_auth(args, config)
  File "/usr/local/Cellar/aws-google-auth/0.0.33/libexec/lib/python3.7/site-packages/aws_google_auth/__init__.py", line 218, in process_auth
    google_client.do_login()
  File "/usr/local/Cellar/aws-google-auth/0.0.33/libexec/lib/python3.7/site-packages/aws_google_auth/google.py", line 228, in do_login
    'name': 'ProfileInformation'
AttributeError: 'NoneType' object has no attribute 'get'
ahilsend commented 4 years ago

Looks like a duplicate of https://github.com/cevoaustralia/aws-google-auth/issues/164 :upside_down_face:

nonspecialist commented 4 years ago

Yep, dupe of #164