You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
Unable to run scape endpoint with screenshot action.
Environment (please complete the following information):
OS: Ubuntu 20.04
Firecrawl Version: docker-compose.yaml on repository github
Logs
curl --request POST \
--url http://localhost:3002/v1/scrape \
--header 'Content-Type: application/json' \
--data '{
"url": "https://docs.firecrawl.dev",
"actions": [
{
"type": "screenshot",
"fullPage": true
}
]
}'
{"success":false,"error":"(Internal server error) - All scraping engines failed! -- Double check the URL to make sure it's n
ot broken. If the issue persists, contact us at [email protected]."}
This option worked normally
curl --request POST --url http://localhost:3002/v1/scrape --header 'Content-Type: application/json' --data '{"url": "https://docs.firecrawl.dev", "formats": ["markdown"]}'
{"success":true,"data":{"markdown":"[Firecrawl Docs home page![light logo](https://mintlify.s3.us-west-1.amazonaws.com/firecrawl/logo/light.svg)![dark logo](https://mintlify.s3.us-west-1.amazonaws.com/firecrawl/logo/dark.svg)](https://firecrawl.dev)\n\nv1\n\nSearch or ask...\n\nSearch...\n\nNavigation\n\nGet Started\n\nQuickstart\n\n[Documentation](/introduction)\n[SDKs](/sdks/overview)\n[Learn](https://www.firecrawl.dev/blog/category/tutorials)\n[API Reference](/api-reference/introduction)\n\n[](#welcome-to-firecrawl)\n\nWelcome to Firecrawl\n--------------------------------------------------\n\n[Firecrawl](https://firecrawl.dev?ref=github)\n .....
The text was updated successfully, but these errors were encountered:
Describe the Issue
Unable to run scape endpoint with screenshot action.
Environment (please complete the following information):
Logs
This option worked normally
The text was updated successfully, but these errors were encountered: