From 6d5384d4de0298a291a37a3dcac0cafe11291611 Mon Sep 17 00:00:00 2001 From: Casper Kuijjer Date: Wed, 20 Dec 2023 11:06:52 +0100 Subject: [PATCH] remove troubleshooting section --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 4b48b38c..151df199 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,3 @@ aws dynamodb scan --table-name expatcinema-scrapers-analytics --profile casper > ### Favicon Use https://favicongrabber.com/ to grab a favicon for the cinema.json file - -## Troubleshooting - -``` -Error: Failed to launch the browser process! spawn /tmp/localChromium/chromium/mac_arm-1205129/chrome-mac/Chromium.app/Contents/MacOS/Chromium ENOENT - - -TROUBLESHOOTING: https://pptr.dev/troubleshooting -``` - -You're trying to run a scraper that uses puppeteer-core locally, using `yarn tsx scrapers/...` but you don't have Chromium installed. Easiest is to update _.env.local_ and set the `SCRAPERS=` to the scraper you're testing