You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been challenging to reproduce the issue since the connection is established via CDP to a remote Chromium browser. However, over the past day, I have intermittently encountered an unhandled TargetClosedError. This error causes the Ruby process running the Playwright Ruby client to consume a significant amount of CPU and hang indefinitely. Here's some of the output when running the process with DEBUG=1. It appears the page is never successfully opened.
The text was updated successfully, but these errors were encountered:
jasondoc3
changed the title
Process stuck due to potential unhandled TargetClosedErorr
Process stuck due to potential unhandled TargetClosedError
Dec 6, 2024
Step To Reproduce / Observed behavior
It has been challenging to reproduce the issue since the connection is established via CDP to a remote Chromium browser. However, over the past day, I have intermittently encountered an unhandled TargetClosedError. This error causes the Ruby process running the Playwright Ruby client to consume a significant amount of CPU and hang indefinitely. Here's some of the output when running the process with
DEBUG=1
. It appears the page is never successfully opened.Expected behavior
A
Playwright::TargetClosedError
exception is thrownEnvironment
playwright-ruby-client 1.49.0
The text was updated successfully, but these errors were encountered: