F
Firecrawl13mo ago
ShaunO

Error in scrapeController: Error: Job wait

I recently switched over to v1, everything was working just fine before the switch. I added a console log to the scrape controller for reference. I have tested this on different urls, all of which worked with v0. Any insight would be greatly appreciate. Thank you!
No description
7 Replies
ShaunO
ShaunOOP13mo ago
I have also tried crawling a site for further testing. The api is working but scraping is not.
No description
BrianJM
BrianJM13mo ago
Are you using Docker? About 6 days ago the environment variable FLY_PROCESS_GROUP was introduced. The environment variable for the worker has to be set to worker. The default is app so no workers are deployed if the variable is not set. https://github.com/mendableai/firecrawl/blob/main/apps%2Fapi%2Fdocker-entrypoint.sh
GitHub
firecrawl/apps/api/docker-entrypoint.sh at main · mendableai/firecr...
🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API. - mendableai/firecrawl
Adobe.Flash
Adobe.Flash13mo ago
Good catch @BrianJM ! Thank you!
ShaunO
ShaunOOP13mo ago
Thank you both.. I will wait for the merge to update. Glad to know I am not losing my mind
Adobe.Flash
Adobe.Flash13mo ago
Just merged! Let us know if it works!
ShaunO
ShaunOOP13mo ago
It’s working! Thank you so much 🙏

Did you find this page helpful?