Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Self-Host] Unable to run scape endpoint with screenshot action #1110

Open
ken2190 opened this issue Jan 29, 2025 · 1 comment
Open

[Self-Host] Unable to run scape endpoint with screenshot action #1110

ken2190 opened this issue Jan 29, 2025 · 1 comment
Labels
question Further information is requested self-host

Comments

@ken2190
Copy link

ken2190 commented Jan 29, 2025

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 .....
@nickscamara
Copy link
Member

hey @ken2190, we don't support actions in the self-host version yet.

@nickscamara nickscamara added the question Further information is requested label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested self-host
Projects
None yet
Development

No branches or pull requests

2 participants