-
Notifications
You must be signed in to change notification settings - Fork 3
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
cloudflare managed challenges not passing anymore #37
Comments
You're adding a lot of stuff which is not recommended, such as chrome extensions & attempting to change the useragent. Further, you might simply be sending to many requests from your device or being fingerprinted. Unless this is reproducible on a clean machine & IP without all that extra stuff - this does not fall within the current scope of patchright |
I think this is because of a regression in Playwright and their new approach to handling Proxies. I do also have problem managing proxy connection with the new 1.50.1 version of the Playwright. Everything works when I downgrade to 1.50.0 |
I'm experiencing a similar cloudflare bypass inconsistency between platforms: Test domain: 376betturkey.com
Behavior:
Additionally, on macOS, using any custom user agent (with devices[device]) results in the same behavior as Linux - failing to bypass. |
Linux aarch64 is probably a red flag for antibots (also depends on your distro). Note that patchright currently does not intend to cover fingerprinting.
This is to expect, since there are plenty of other (redundant) indicators. There's a simple solution though: Don't attempt to change the UA. |
Do you have the relevant source code for this in the playwright repository? |
playwright/compare/v1.50.0...v1.50.1 would be somewhere in here, if there's a breaking change Maybe smth changed & your proxy is applied over some middlewar (=mitm) which changes the TLS//SSL fingerprint? |
I'm having a similar issue, and it's there with and without a proxy. Using google chrome as well, not chromium
example site: https://www.crunchbase.com/organization/anthropic |
Well then it's probably not due to the proxy (but doesn't necessarily mean that using proxies wouldn't have any issues)
Well that sounds like fingerprinting to me, which is currently not covered by patchright. @Vinyzu Suppose this issue can be closed as |
The cloudflare managed challenges aren't passing anymore with patchright.
here's the website: https://www.searchpeoplefree.com/email/test/Z21haWwtY29t0
i tried with multiple other ones, here's my code:
The text was updated successfully, but these errors were encountered: