Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: TargetClosedError: BrowserType.launch: Target page, context or browser has been closed #920

Closed
LLazzar opened this issue Apr 1, 2025 · 4 comments
Labels
🐞 Bug Something isn't working 🪞 Duplicate It already exists

Comments

@LLazzar
Copy link

LLazzar commented Apr 1, 2025

crawl4ai version

0.5.0.post8

Expected Behavior

Crawl without issues second time

Current Behavior

The second time I crawl using

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

@LLazzar LLazzar added 🐞 Bug Something isn't working 🩺 Needs Triage Needs attention of maintainers labels Apr 1, 2025
@JohayerChowdury
Copy link

JohayerChowdury commented Apr 1, 2025

I am also seeing the same error. It only works on the first URL provided.

@aravindkarnam aravindkarnam added 🪞 Duplicate It already exists and removed 🩺 Needs Triage Needs attention of maintainers labels Apr 2, 2025
@aravindkarnam
Copy link
Collaborator

@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.

@Jessi11111
Copy link

same error happened today. Crawl4ai worked for the first mother link. and it didn't work in the children links. Nothing in the result.

@JohayerChowdury
Copy link

I don't think the bug was patched yet @Jessi11111

Reference this monkey patch #842 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working 🪞 Duplicate It already exists
Projects
None yet
Development

No branches or pull requests

4 participants