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.15k stars 1.88k forks source link

ERROR PlaywrightCrawler #109

Closed why-you-trust-me closed 6 months ago

why-you-trust-me commented 6 months ago

INFO PlaywrightCrawler: Starting the crawler. WARN PlaywrightCrawler: Reclaiming failed request back to the list or queue. page.goto: net::ERR_EMPTY_RESPONSE at https://ts.xcatliu.com/basics/index.html Call log:

Beichen-Ma commented 6 months ago

what is your config?

why-you-trust-me commented 6 months ago

what is your config?

export const defaultConfig: Config = { url: "https://ts.xcatliu.com/basics/index.html", match: "https://ts.xcatliu.com/basics/**", selector: .docs-builder-container, maxPagesToCrawl: 1000, outputFileName: "output.json", };

why-you-trust-me commented 6 months ago

I have fix this problem, this project only can craw company site