question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stopped working circa 4/10/2020

See original GitHub issue

Some people get Invalid username or password.

I get:

ERROR:root:'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aws_google_auth-0.0.34-py3.7.egg/aws_google_auth/__init__.py", line 75, in cli process_auth(args, config) File "/usr/local/lib/python3.7/site-packages/aws_google_auth-0.0.34-py3.7.egg/aws_google_auth/__init__.py", line 222, in process_auth google_client.do_login() File "/usr/local/lib/python3.7/site-packages/aws_google_auth-0.0.34-py3.7.egg/aws_google_auth/google.py", line 235, in do_login passwd_challenge_url = 'https://accounts.google.com' + form.get('action') AttributeError: 'NoneType' object has no attribute 'get'

Passwords are verified correct, I’ve tried no cache, I’ve tried adding a new account, and I’ve tried resetting my Google password all to no avail.

It looks like Google changed something. Let me know how I can help diagnose it.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:51
  • Comments:58 (8 by maintainers)

github_iconTop GitHub Comments

14reactions
tlvincecommented, Apr 28, 2020

@brunodasilvalenga’s fix worked for me. Here’s how you can use it:

git clone https://github.com/brunodasilvalenga/aws-google-auth.git
cd aws-google-auth
git checkout fix-google-captcha
pip install -e . --user
6reactions
brunodasilvalengacommented, Apr 27, 2020

I saw that the user @ramnes (Thanks mate) created a pull request resolving the conflict in captcha request but still continue to receive authentication errors, after a few hours of debugging I discovered that you cannot send the password together with the captcha, first you need to pass the captcha and after that it redirect you (301) to the password authentication page. I changed the code to include this new request and everything worked again.

I’ve created a pull request for that.

Please feel free to ask any question 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Energy efficient operation of industrial facilities - IOPscience
Abstract. Energy efficiency of industrial facilities is a set goal towards developing a sustainable future. Many production facilities though are still not ......
Read more >
Light vector dark matter with scalar mediator and muon ... - arXiv
Abstract. We study a model with a vector dark matter (DM) candidate interacting with the SM charged leptons through a scalar portal.
Read more >
Data-driven approaches to the evaluation of ... - Inspire HEP
lattice ones above the upper dashed line have not been included in the WP lattice average (light-blue ... tions are working hard to...
Read more >
Reread lines 12 14 of Self Reliance Does Emerson mean that ...
No , because he says you are entitled to your own opinion · he says that God is apart of nature because he...
Read more >
Oman announces Omani Rial sovereign Sukuk issuance for ...
... a minimum value of $26007 during the period from November 410, 2020. ... We are not responsible for, and do not control,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found