From 1e707a6bbd04a93606607b7e642cbd14cc8e513c Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Sat, 27 Jun 2026 16:30:26 -0400 Subject: [PATCH] Fix exact executablePath --- utility-agent/scraper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility-agent/scraper.js b/utility-agent/scraper.js index 66e15be..fffd219 100644 --- a/utility-agent/scraper.js +++ b/utility-agent/scraper.js @@ -12,7 +12,7 @@ async function runScrapers(credentials) { const browser = await puppeteer.launch({ headless: 'new', - executablePath: '/usr/bin/google-chrome', + executablePath: '/home/pptruser/.cache/puppeteer/chrome/linux-150.0.7871.24/chrome-linux64/chrome', args: ['--no-sandbox', '--disable-setuid-sandbox'] });