-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-google-auth failing after captcha with AttributeError #253
Comments
My entire team is having issues with aws-google-auth today. I tried resetting user cookies, uninstalled & installed aws-google-auth but none of the solution did not fix the issue. Can some one shed the light what is going on. Google Password: |
same here |
1 similar comment
same here |
What if |
yep, broke |
Same here |
The amount of us staring at this page 👀 haha. Broken too. I will try to help look for a fix. |
Yea, setting up a venv to see if we can regex the URL to image or something, the tag parsing seems fragile |
I was having this issue last week and followed the fix in here |
We tried --bg-response js_enabled, this time we are able pass through password but failing at captcha. I tried 0.0.036 but no luck. |
If you installed aws-google-auth via homebrew, you can directly replace the file mentioned in the error above with the one from the PR. My path was different than the one above so use the path in the error. |
You need to apply the fix, something like this (uninstall old one first):
then after install had to symlink to the bin which on my system is this:
then also add the |
Here is another fix. |
I'm using this tool now. No need to deal w/ captcha and MFA as well. you guys can check https://www.leapp.cloud/ |
@slikk66 / @ezequielsbarros 's fix works for me 👍
UPDATE: This issue is fixed by #250 |
Same here |
Simple fix based on the PR #250 - Edit this file site-packages/aws_google_auth/google.py, and add those code lines in line 268 - # Set bg_response in request payload to passwd challenge
if self.config.bg_response:
payload['bgresponse'] = self.config.bg_response You can take the absolute path from the error above in your machine -
"/home/bityob/.local/lib/python3.8/site-packages/aws_google_auth/google.py" Example - |
thank you @bityob, works like a charm |
Can the PR approved? |
@bityob Thank you ! this works. |
This issue has been resolved with the release https://github.com/cevoaustralia/aws-google-auth/releases/tag/0.0.38 |
Can you update the docker image on dockerhub to reflect the latest change? |
This worked this morning, but has just started failing recently. Perhaps Google have changed something recently.
versions
The text was updated successfully, but these errors were encountered: