-
Notifications
You must be signed in to change notification settings - Fork 111
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
Context connection errors #162
Comments
hi @bernatvadell What is the code you are using that causes the above error? |
Hi! This is my code (although errors are generated randomly):
This code retrieves elements given a selector and generates a list of elements with the element's metadata. It also causes protocol issues at times.
|
I also started getting the same error (didn't occur with the previous version) file://...../node_modules/puppeteer-core-patch/lib/esm/puppeteer/cdp/FrameManager.js:429 TypeError: Cannot destructure property 'executionContextId' of 'undefined' as it is undefined. |
@vootsman |
@bernatvadell I've already created issue ticket with it but @zfcsoftware has no plan to fix it, as i understood #133 |
Hello, currently only headless false is supported. I can update it to pass through Cloudflare with a headless shell, but Cloudflare and other systems will likely fix the issue soon. All libraries, including mine, are being monitored. Even for a simple Captcha click, countless updates had to be made. It's very hard to keep up with these changes. Since this is an open-source project, I can't dedicate a lot of time to it. However, if you're encountering this issue while using headless false and can share the reproduction code, I'd be happy to help as much as I can. |
@zfcsoftware I encountered this issue with headless: false, and it's a bit random when you move with goTo to other page. That's why I removed the library from the project for now. However, you did great job. |
yes, we are using headless to false |
I get this error on Docker if try to use Btw turnstile bypass does not work on Docker but it works on Windows i dont know why. |
I have reviewed a few things that could affect resource consumption:
|
I use the connect method to create a page, but I actually do the actual using of the browser by hand, so it sometimes works for hours, other times it crashes sooner (with the above error) |
Can you try again with the latest version? |
I've been using for ~30 minutes with no crashes, so I'll call it success for now |
It seems issue gone, at least for now. Great work |
Hi,
I'm trying out the library, and I've found some "random" but fairly frequent errors.
any ideas?
The text was updated successfully, but these errors were encountered: