Closed
Description
Hi,
When I'm running crawl4ai in docker container I get two odd errors. First one is for logger:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/PROJECT_NAME-9TtSrW0h-py3.13/lib/python3.13/site-packages/crawl4ai/async_crawler_strategy.py", line 123, in _monitor_browser_process
self.logger.error(
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'error'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/PROJECT_NAME-9TtSrW0h-py3.13/lib/python3.13/site-packages/crawl4ai/async_crawler_strategy.py", line 141, in _monitor_browser_process
self.logger.error(
^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'error'
Also the other one:
THIS vvv IS solved view comments by me.
Problem witn asyncio.gather() when running multiple crawlers...
Error in crawler collect_PAGE_gig_data: BrowserType.connect_over_cdp: connect ECONNREFUSED 127.0.0.1:9222
Call log:
- <ws preparing> retrieving websocket url from http://localhost:9222
Call log:
- <ws preparing> retrieving websocket url from http://localhost:9222
Activity