Skip to content
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

How to avoid anti-bot #1

Open
baxing opened this issue May 21, 2024 · 2 comments
Open

How to avoid anti-bot #1

baxing opened this issue May 21, 2024 · 2 comments

Comments

@baxing
Copy link

baxing commented May 21, 2024

For example, I tested it by going to the Shopee website and login, but when I pressed the button the system wouldn't allow me to login because there was an anti-bot protecting it, as shown in the picture.
shoopee-anti-bot

and these messages are displayed under chromedriver
err-chromedriver

Can you advise me on how to solve this problem?

Thanks

@GabrielTrigo
Copy link
Owner

@baxing
Copy link
Author

baxing commented May 23, 2024

The problem now is that on the page, it doesn't show Captcha, but it shows Loading Issue. If you check the message displayed in chromedriver, it will show that
Couldn't read tbsCertificate as SEQUNCE
which I went to see people who encountered this problem in stackoverflow He fixed it by using the command

options = webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches', ['enable-logging'])

which the add_experimental_option command This doesn't appear to be available in your Library. Please advise how to use this command. Or can you please update it to use this command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants