Replies: 5 comments
-
This seems to be caused by the custom user profile configuration (see the same issue here). It seems that it should be fixed in the latest versions of Puppeteer and Chromium. Can you share the Puppeteer / Chromium versions you're using (and try to update them to the latest?) |
Beta Was this translation helpful? Give feedback.
-
hey @barjin thanks i'm using the respective versions |
Beta Was this translation helpful? Give feedback.
-
same error. crashed after 25 pages request chrome: 126.0.6478.127 (Official Build) (arm64) |
Beta Was this translation helpful? Give feedback.
-
That's curious, could either of you post a reproduction code snippet? Unfortunately, I haven't managed to reproduce this issue on my system yet (Linux on |
Beta Was this translation helpful? Give feedback.
-
Here is the pseudo snippets. Hope that helps
and then
and finally
|
Beta Was this translation helpful? Give feedback.
-
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/puppeteer (PuppeteerCrawler)
Issue description
I'm trying to scrap duckduckgo search results using puppeteer crawler, chromium browser and a user profile config. It suddenly just crashes after certain number of requests. I've set the
maxConcurrency
to 1EDIT: It only crashes when i specify the user config for the chromium instance like this
launchContext: { launchOptions: { userDataDir: '/home/aman/.config/chromium', executablePath: '/usr/bin/chromium', args: ['--no-sandbox', '--disable-setuid-sandbox'], }, },
Code sample
No response
Package version
3.0.0
Node.js version
21.5.0
Operating system
linux
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions