Kaliiiiiiiiii-Vinyzu / patchright-python

Undetected Python version of the Playwright testing and automation library.
https://pypi.org/p/patchright
Apache License 2.0
40 stars 3 forks source link

Cloudflare Error #2

Open magdev2022 opened 2 weeks ago

magdev2022 commented 2 weeks ago

Hello, I tested the Cloudflare challenge site. After completing the challenge, the page froze and became unresponsive.

I used this code.

import time
from patchright.sync_api import sync_playwright

with sync_playwright() as p:
    browser = p.chromium.launch(headless=False)
    page = browser.new_page()
    page.goto('https://2captcha.com/demo/cloudflare-turnstile-challenge')
    time.sleep(1000)
    browser.close()

image

Vinyzu commented 1 week ago

In the screenshot youve provided you can read "Verification successful" aswell as "Waiting for 2captcha.com to respond...". Its obvious that this isnt an issue with patchright.

magdev2022 commented 1 week ago

Is this a Playwright issue? None of the Cloudflare challenge sites are passing.

magdev2022 commented 1 week ago

Why this issue closed? I tested on 10 cloudflare sites, but all tests were failed.

Vinyzu commented 2 days ago

@magdev2022 Can you link me those cloudflare sites aswell as the feedback which you noticed of that you didnt pass please

But its most likely an external issue, e.g. your ip reputation, extensions, os setup etc. Im reopening for now, but i dont think this is an issue with patchright.

magdev2022 commented 2 days ago

https://2captcha.com/demo/cloudflare-turnstile-challenge https://ezmanga.org/series/92ae7351c3e https://lazytruyen.com/ https://coinsniper.net/new .... pls check.