BuilderIO / gpt-crawler

Crawl a site to generate knowledge files to create your own custom GPT from a URL
https://www.builder.io/blog/custom-gpt
ISC License
18.17k stars 1.89k forks source link

Update README.md #2

Closed kseikyo closed 7 months ago

kseikyo commented 7 months ago

When trying to run the project using the steps from the README, I got this error

INFO  PlaywrightCrawler: Starting the crawler.
CriticalError: Failed to launch browser. Try installing the required dependencies by running `npx playwright install --with-deps` (https://playwright.dev/docs/browsers). The original error will be displayed at the bottom as the [cause].

So, I'm adding a step to install the playwright headless browser

steve8708 commented 7 months ago

thank you @kseikyo! Looks like this is a duplicate of #1 so closing it out, but feel free to reopen if you think there are changes still relevant here now that I've merged the other one