Unable to log in with google from security reasons
See original GitHub issueHi, up unitl recently, everything was working great, than I changed my password and start getting the following error:
ERROR:root:'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/home/omer/.local/lib/python3.8/site-packages/aws_google_auth/__init__.py", line 79, in cli
process_auth(args, config)
File "/home/omer/.local/lib/python3.8/site-packages/aws_google_auth/__init__.py", line 243, in process_auth
google_client.do_login()
File "/home/omer/.local/lib/python3.8/site-packages/aws_google_auth/google.py", line 257, in do_login
passwd_challenge_url = 'https://accounts.google.com' + form.get('action')
AttributeError: 'NoneType' object has no attribute 'get'
This is what causing the issue (translated from Hebrew) -
Tried to delete saml cache, reinstall aws-google-auth, restart computer, sign out in and from all my google accounts and nothing worked…
Any ideas?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:7
Top Results From Across the Web
Can't sign in from a third-party service - Google Account Help
A general error that your sign-in was unsuccessful. · The service you're signing in from doesn't provide enough information to prove it's you....
Read more >What to Do If You Can't Log In to Your Google Account | WIRED
The first is the user losing their credentials. That could mean you forgot your password, you changed your Google password on one device...
Read more >8 Simple Fixes to Try if You Can't Sign into Gmail
There are multiple reasons for this issue. First, it's possible that your password isn't correct or your account is hacked, so be sure...
Read more >Why Can't I Log Into My Gmail Account? FIX the Gmail Sign In ...
1. Check email and password · 2. Check service status · 3. Clear cookies and cache · 4. Check devices for confirmation email...
Read more >I Can't Log In - Mailchimp
I'm being logged out of my account · Try logging back in. If we detect a period of inactivity in your session while...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Nalum can you try adding
--bg-response js_enabled
this resolves the issue on my end.aws-google-auth --idp-id ${IDPID} --sp-id ${SPID} --username ${GSUIT_USER} --region ${AWS_REGION} --bg-response js_enabled
I’ve just installed this and I’m hitting this issue with
v0.0.38
.I’ve tried both the Arch AUR and the PIP install.