-
Notifications
You must be signed in to change notification settings - Fork 91
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
Error 403 aternos #70
Comments
There hasn’t been a fix for this yet and I’m not sure how to circumvent this unfortunately. |
Try adding these options under your chrome options options.add_experimental_option("excludeSwitches", ["enable-automation"])
options.add_experimental_option('useAutomationExtension', False)
options.add_argument("--disable-blink-features=AutomationControlled") |
Did it work for you? |
please once check my project on this https://github.com/pritam20ps05/mcscraper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, none of my commands were working so i turned headless = false and it turns out the reason why it wasn't working is because its getting error 403 when its trying to login to aternos.org. i think this is a bot stopping thing? does anyone have a way to bypass the restriction?
The text was updated successfully, but these errors were encountered: