We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4596922 commit d1400ffCopy full SHA for d1400ff
stagehand/main.py
@@ -476,7 +476,7 @@ async def _init_playwright_with_timeout(self):
476
raise RuntimeError(
477
"Playwright initialization timed out after 30 seconds. This may indicate "
478
"your environment has strict event loop restrictions."
479
- )
+ ) from None
480
except Exception as e:
481
self.logger.error(f"Failed to initialize playwright: {e}")
482
0 commit comments