PuppeteerCrawler: handleRequestFunction failed, reclaiming failed request back to the list or queue #1377
Replies: 5 comments 8 replies
-
Your problem is not reclaiming of the request, but Can you provide some reproduction? |
Beta Was this translation helpful? Give feedback.
-
this is an old issue with SDK versions 1.x. upgrade to at least 2 and it should be good |
Beta Was this translation helpful? Give feedback.
-
This is still a problem today with the latest version |
Beta Was this translation helpful? Give feedback.
-
I'm seeing this when trying to crawl |
Beta Was this translation helpful? Give feedback.
-
@B4nan I am getting similar error: https://console.apify.com/view/runs/vzn1cFAcdAJLJMANY All domains are working fine not sure why apify is not executing it. |
Beta Was this translation helpful? Give feedback.
-
hi,
when I run the command npm run crawler in the container, it prints below error, could you please help check what happened?
Writing outputs to file './outputs/output.txt'.
INFO System info {"apifyVersion":"1.0.2","apifyClientVersion":"1.0.5","osType":"Linux","nodeVersion":"v12.22.12"}
WARN Neither APIFY_LOCAL_STORAGE_DIR nor APIFY_TOKEN environment variable is set, defaulting to APIFY_LOCAL_STORAGE_DIR="/mountdir/a4a055d1-30fe-470f-b2f6-df4c47304e80/crawler/dock
er-services/docsCrawler/apify_storage"
Starting Crawler.
INFO PuppeteerCrawler:AutoscaledPool:Snapshotter: Setting max memory of this run to 8028 MB. Use the APIFY_MEMORY_MBYTES environment variable to override it.
INFO PuppeteerCrawler:AutoscaledPool: state {"currentConcurrency":0,"desiredConcurrency":2,"systemStatus":{"isSystemIdle":true,"memInfo":{"isOverloaded":false,"limitRatio":0.2,"act
ualRatio":null},"eventLoopInfo":{"isOverloaded":false,"limitRatio":0.6,"actualRatio":null},"cpuInfo":{"isOverloaded":false,"limitRatio":0.4,"actualRatio":null},"clientInfo":{"isOver
loaded":false,"limitRatio":0.3,"actualRatio":null}}}
ERROR PuppeteerCrawler: handleRequestFunction failed, reclaiming failed request back to the list or queue {"url":"https://developer-test.internal.meng.com","retryCount":1,"id":"
MNQgqyvflbK5tY4"}
Error: browserController.newPage() failed: HJouQ9DU1l7DboRwV9c-t
Cause:browserController.newPage() timed out..
at BrowserPool._createPageForBrowser (/mountdir/a4a055d1-30fe-470f-b2f6-df4c47304e80/crawler/docker-services/docsCrawler/node_modules/browser-pool/src/browser-pool.js:384:19)
ERROR PuppeteerCrawler: handleRequestFunction failed, reclaiming failed request back to the list or queue {"url":"https://developer-test.internal.meng.com","retryCount":2,"id":"
MNQgqyvflbK5tY4"}
Error: browserController.newPage() failed: XvHSGQC8IeORglwsu_9jW
Cause:browserController.newPage() timed out..
Beta Was this translation helpful? Give feedback.
All reactions