playwright browser crashed in docker env #1309
uni-rahul-neekhare
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I created a fast api using crawl4ai resources and deployed it on duplo cloud env ,im getting this exception.The api is running fine on local:
763 → raise RuntimeError(f"Failed on navigating
ACS-GOTO:\n{str(e)}")
764
765 await self.execute_hook(
766 "after_goto", page, context=context, url=url,
response=response, config=config
767 )
768
[ERROR]... × https://www.uniphore.co..._Security_Assertion.pdf | Error:
Unexpected error in _crawl_web at line 827 in _crawl_web
(../venv/lib/python3.12/site-packages/crawl4ai/async_crawler_strategy.py):
Error: 'BrowserConfig' object has no attribute 'config'
Code context:
822 raise Error(f"Body element is hidden:
{visibility_info}")
823
824 except Error:
825 visibility_info = await self.check_visibility(page)
826
827 → if self.browser_config.config.verbose:
828 self.logger.debug(
829 message="Body visibility info: {info}",
830 tag="DEBUG",
831 params={"info": visibility_info},
832 )
[ERROR]... × https://www.uniphore.com/support | Error:
Unexpected error in _crawl_web at line 827 in _crawl_web
Beta Was this translation helpful? Give feedback.
All reactions