We keep getting error message "All scraping engines failed"?

pls help
17 Replies
d.abaev
d.abaevOP11mo ago
@Moderator pls help
mogery
mogery11mo ago
Please share a URL where you're getting this
d.abaev
d.abaevOP11mo ago
we're just getting 504 timeouts.. this isn't normal we're on the higher plans of yours
mogery
mogery11mo ago
Are you getting status code 504 when connecting to Firecrawl? Or is the target site returning 504
d.abaev
d.abaevOP11mo ago
I think target site but we're also unable to extract any info with the scrape + llm extract connection here's an example that's returning no data: barnhartbolt.com
mogery
mogery11mo ago
Seems to work on the playground. Could you please share your scrape options/the code running the request?
No description
d.abaev
d.abaevOP11mo ago
does it also work with the llm extract? let me check
mogery
mogery11mo ago
What's your schema?
d.abaev
d.abaevOP11mo ago
quick q: what's the rate limit for scrape + llm extract? is it the same as the scrape limits?
mogery
mogery11mo ago
Yes
d.abaev
d.abaevOP11mo ago
okay that's odd we're getting rate limit errors when we're below the limits okay let me share the schema
mogery
mogery11mo ago
oh odd, i can see you getting back null as the extract result
Ben Rigby - Pinkfish
I'm also getting this error. {"key":"error","value":"(Internal server error) - All scraping engines failed!"} oh i think it's b/c im trying to put multiple URLs into the scrape request - and not using the batch endpoint oh hm. but it actually does work sometimes. so maybe it is an error.
mogery
mogery11mo ago
What's the request you're sending?
Ben Rigby - Pinkfish
{ "urls": ["https://en.wikipedia.org/wiki/Pearl_Jam", "https://en.wikipedia.org/wiki/Nirvana_(band)"], "formats": [ "markdown" ], "includeTags": [], "excludeTags": [ "svg", "img", "picture", "video", "canvas", "embed", "object", "iframe", "audio", "[data-src]", "[style*='base64']" ], "onlyMainContent": false, "waitFor": 1000, "removeBase64Images": true } just got another one.
Ben Rigby - Pinkfish
i ran it 2x and it worked the 2nd time. this is happening too many times for me to rely on firecrawl unfortunately - we're going to have to revert to using playwright. just got another. another:
{"key":"bandResult","value":{"https://www.bandsintown.com/a/291461-big-freedia":{"error":"(Internal server error) - All scraping engines failed! -- Double check the URL to make sure it's not broken. If the issue persists, contact us at help@firecrawl.com.","file_urls":[],"success":false}}}
{"key":"bandResult","value":{"https://www.bandsintown.com/a/291461-big-freedia":{"error":"(Internal server error) - All scraping engines failed! -- Double check the URL to make sure it's not broken. If the issue persists, contact us at help@firecrawl.com.","file_urls":[],"success":false}}}
another:
{"key":"https://www.bandsintown.com/a/11843851-zak-fennie","value":{"error":"(Internal server error) - All scraping engines failed! -- Double check the URL to make sure it's not broken. If the issue persists, contact us at help@firecrawl.com.","file_urls":[],"success":false}}
{"key":"https://www.bandsintown.com/a/11843851-zak-fennie","value":{"error":"(Internal server error) - All scraping engines failed! -- Double check the URL to make sure it's not broken. If the issue persists, contact us at help@firecrawl.com.","file_urls":[],"success":false}}
i get this 1 out of 6 times or so

Did you find this page helpful?