Skip to content

Commit

Permalink
remove troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Dec 20, 2023
1 parent 0eab5e5 commit 6d5384d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d5384d

Please sign in to comment.