Xinyue
Xinyue
Yes, I'm using Docker( image unclecode/crawl4ai:all-amd64). And below is my code, which performs a simple HTTP request. func GetCrawlTaskID(url string) (string, error) { if len(url) == 0 { return "",...
@unclecode Thank you for your attention. It's just simple HTTP request code written in Go. I guess the code is not the key problem; it's probably the Docker server. The...
@unclecode I encountered this problem again after the crawl server had been running for about 3 days. The crawl server was deployed with Docker (the code is from the main...
@unclecode I will try the new 0.5.x version and am looking forward to it.
@unclecode I got some error logs, hope they are helpful. [crawl4ai-crawl4ai-amd64.log](https://github.com/user-attachments/files/18953465/crawl4ai-crawl4ai-amd64.log)