Richard Noble
Richard Noble
I'm seeing something very similar with the following code ``` python import asyncio from crawl4ai import AsyncWebCrawler, BrowserConfig, CrawlerRunConfig, CacheMode from crawl4ai.markdown_generation_strategy import DefaultMarkdownGenerator async def main(): print("Build browser configuration")...
Wondering if this is an instance of https://github.com/unclecode/crawl4ai/issues/409 and whether it is fixed in the forthcoming release?
@unclecode I have been investigating this problem a little deeper and can see that BrowserManager.setup_context() expects the crawlerRunConfig arg, but it's not getting it from the call at line 372...
> [@unclecode](https://github.com/unclecode) - Is there any update on the new release, still blocked on this issue as well @varunrayen - I have been able to get my code working using...