You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import asyncio
from crawl4ai import *
async def main(url:str):
async with AsyncWebCrawler() as crawler:
result = await crawler.arun(
url=url,
)
print(result.markdown)
I got TargetClosedError: BrowserType.launch: Target page, context or browser has been closed , until yesterday it was working superfine, is somebody having this?
Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
Linux
Python version
3.10
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
@LLazzar@JohayerChowdury Yes. This issue was already reported in #842 . It's already root caused and patched. Will be released shortly. Closing this issue as duplicate, so that progress can be tracked in a single issue on #842.
crawl4ai version
0.5.0.post8
Expected Behavior
Crawl without issues second time
Current Behavior
The second time I crawl using
I got
TargetClosedError: BrowserType.launch: Target page, context or browser has been closed
, until yesterday it was working superfine, is somebody having this?Is this reproducible?
Yes
Inputs Causing the Bug
Steps to Reproduce
Code snippets
OS
Linux
Python version
3.10
Browser
No response
Browser version
No response
Error logs & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: