-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Amazon authentication code not handled properly #127
Comments
Thank you for open this issue. With an approval alert detection, an email from Amazon should actually be sent, which you only have to confirm. The fact that a kind of OTP is sent should not actually happen. If I could somehow get the source code of the HTML page where the approval detection appears, it would be helpful. |
I'm also running into this issue. I got the HTML for the page below. I fixed the login script with this modification #128 OTP Page HTML
|
Describe the bug
Email/sms auth sending code - providing the code doesn't seem to do anything.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the authentication to accept an authentication code
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This seems to work fine with Google Collab, except for this. I imagine it's a reaction from Amazon from seeing a request come from a cloud provider. I think if the auth code is properly handled, this will work fine. Unfortunately, playwright isn't really an option in collab afaik, since it can only be used headless. My
custom_external_login
callback can also work with some copying and pasting, which is where I'll go for now.The text was updated successfully, but these errors were encountered: