Angelo

Results 8 comments of Angelo

I've solved it. I've made a fork of another project that solves this problem. https://github.com/xLuckySzx/Turnstile-Solver I didn't test it thoroughly, but it seems to work

I will copy and paste it here aswell. I've changed how it works. It now uses POST method instead and required cf_selector. In case it still gives you CAPTCHA_FAILED, could...

I've solved it. I've made a fork for that project that solves this problem. https://github.com/xLuckySzx/Turnstile-Solver I didn't test it thoroughly, but it seems to work @ijnrghjkdsmigywneig203 @mayurv123

> Error solving Turnstile: Page.eval_on_selector: Failed to find element matching selector "//div[[@id](https://github.com/id)='cf-turnstile']" What website are you trying to scrape? So that O can give it a Quick Look when I...

Anyways the reason why the challenges are not being solved correctly anymore is simply because the old version only loaded an HTML template containing the turnstile form. Instead, now you...

The problem was that the website you were using had a different container for the captcha. I have modified the code so that /turnstile is a POST endpoint and accepts...

> The problem is that the turnstile is now served inside a closed shadow root which is not supported by playwright. Are you sure about that? The code doesn't use...

> > > The problem is that the turnstile is now served inside a closed shadow root which is not supported by playwright. > > > > > > Are...