-
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
Crashing on missing <input> value #214
Comments
Which build are you using? |
I tried with 0.3.7 and the tip of the main branch, and both had the same issue. It looks like both are looking for those same fields unconditionally, so it makes sense that my "interstitial" (2fa waiting room? device prompt?) page that lacked either I also tried with earlier versions, but then I ran into the issues I believe c22f5af addressed. |
I'm seeing the same thing here |
I have also run into the same problem with the most recent 0.0.37 version.
|
I was having this issue with 0.0.37 installed via homebrew. that worked for me. 3 consecutive login's without issue. |
Confirming @LucasSymons's post, I was having the same problem. Downgraded to version 0.0.36 and it worked. |
I saw this while trying to auth today:
The code in question:
aws-google-auth/aws_google_auth/google.py
Lines 619 to 628 in 3f3b73b
Running with --save-flow, I looked in
aws-google-auth-2021-01-29T001110/ac.go.com~o~saml2~initsso_2.html
and found that I was missing an forcheckedDomains
andpstMsg
:I got past this locally by skipping over those fields:
Which got me credentials, and they work, but I don't know what I'm doing when I skip adding those fields to the request, nor can I speak to why they're not in the payload Google handed back to me today.
The text was updated successfully, but these errors were encountered: