mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-04-24 16:26:32 +02:00
Fix Puppeteer crash handler error in Docker
Add --disable-crash-reporter flag to Puppeteer launch args to fix "chrome_crashpad_handler: --database is required" error that occurs when running in Docker containers with system Chromium. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2549118555
commit
33b944588d
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ async function scrapeWithBrowser(url: string): Promise<string> {
|
|||
'--disable-dev-shm-usage',
|
||||
'--disable-blink-features=AutomationControlled',
|
||||
'--disable-infobars',
|
||||
'--disable-crash-reporter',
|
||||
'--window-size=1920,1080',
|
||||
'--start-maximized',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue