-
Notifications
You must be signed in to change notification settings - Fork 58
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
Couldn't able to pass challenge in a headless browser #34
Comments
Can you open up dev tools and check the request that submits the code, does it return without error & status code 200? |
As in, it's never actually sending the code ? |
It seems like, yes, probably. What should I do in this case? |
For now login on a phone, solve the challenge there, and then try to login again on goinsta |
Hi ! |
Ok in my case it seems to be something with Proxy .. chromedp sends back PROXY NOT SUPPORTED but its weird as it was working! |
Also i get context canceled shortly after chromedp.run even though context timeout seems to be 300 secs |
Hey, thanks for maintaining this project! I was trying to figure it out login process using this library. I correctly implemented the login logic: when I run my function, a headless browser appears, and it sends a verification code to my mail address. When I type in the verification code and submit it, after a while I get the following error:
Any ideas on this?
The text was updated successfully, but these errors were encountered: