Skip to content

It should be possible to instantiate BasicCrawler outside of an async context #236

@janbuchar

Description

@janbuchar
import asyncio
from crawlee.basic_crawler import BasicCrawler

crawler = BasicCrawler()

asyncio.run(crawler.run())

This currently fails, probably due to AutoscaledPool instantiation.

Metadata

Metadata

Assignees

Labels

debtCode quality improvement or decrease of technical debt.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions