Joni Laurila

Results 7 comments of Joni Laurila

Shouldn't this be either browser_config or without `self.`? I get this error also but I think this is just "typo" of parameter and doesn't matter how to end up to...

Also when trying to debug with screeshot=True in crawler.arun() I got following error: ![image](https://github.com/user-attachments/assets/d6d59e37-0c03-485e-a52e-fd4717997a98)

Dammit I think the chrome webdeveloper tools is mine. From using asyncio.gather()... removed that and got it working on outside of docker. Thought I still got problem in docker. I...

Update for docker, I get following error with docker file (running as should outside of docker): ``` ERROR:asyncio:Task exception was never retrieved future: 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",...

I had to leave this project with crawl4ai little background but it's still underdevelopment. I can try test this better later on this week, but first quick answers for you....

Was able to test with 3.10.16 from terminal and I still get similar error as I did inside of docker before: I have following crawler_config: ``` crawler_config = CrawlerRunConfig( magic=True,...

@unclecode I started to think might this be because I have crawler config and crawler strategy on AsyncWebCrawler. ``` async with AsyncWebCrawler( config=browser_config, crawler_strategy=crawler_strategy ) as crawler: return await crawler.arun(...