-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Hangs on Content() #415
Comments
So I'm seeing this being sent:
Unfortunately, no response to |
It's more like an upstream issue. Most timeouts are controlled by the server side (upstream). We need a way to reproduce it before we can investigate it. |
Hi, is it a firefox issue, am i right? |
Hi,
I'm experiencing what appears to be a deadlock when calling
page.Content()
.I'm crawling multiple pages in parallel using different browser contexts.
It works great most of the time, but it will eventually hang after some iterations.
I've been doing some debugging, here is the stack trace where it hangs:
In this specific case, it hung for 17s.
I'd appreciate some help debugging this.
Does this mean that the underlying driver died somehow?
Could we get stuck if the page is reloading or navigating?
I'm running with DEBUGP now, will update if anything comes up.
The text was updated successfully, but these errors were encountered: