Skip to content

v4 - AdaptivePlaywrightCrawler doesn't process any requests #3447

@barjin

Description

@barjin

There seems to be a regression in v4, where AdaptivePlaywrightCrawler doesn't process the provided requests.

import { AdaptivePlaywrightCrawler } from './packages/playwright-crawler/dist/internals/adaptive-playwright-crawler.js';

const crawler = new AdaptivePlaywrightCrawler({
    requestHandler: ({ request, log }) => {
        log.info(`Processing ${request.loadedUrl}...`);
    },
});

await crawler.run(['https://example.com']);

Expected behaviour: the crawler prints "Processing example.com".

Current behaviour:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    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