Protocol error (Target.createTarget): Target closed error for aws lambda+proxy chain package
I am trying to run puppeteer with proxy chain package but I am getting this error message:
Code:
1 Reply
conscious-sapphire•3y ago
Why not use Crawlee? https://crawlee.dev/api/puppeteer-crawler/class/PuppeteerCrawler
PuppeteerCrawler | API | Crawlee
Provides a simple framework for parallel crawling of web pages
using headless Chrome with Puppeteer.
The URLs to crawl are fed either from a static list of URLs
or from a dynamic queue of URLs enabling recursive crawling of websites.
Since
PuppeteerCrawler
uses headless Chrome to download web pages an...