Matt Joyce
Matt Joyce
One of the options discussed in the Stackoverflow thread included a backward compatible upgrade to the extension which would also provide stored procedures. I think it would be good to...
I'll take that one.
Yes, without that the response is a 401. Strange that Scrape works and Crawl does not, I assumed Scrape was a shallow single page crawl. The specific erros only appears...
The Python binding, requires an API key, but there is no api key for local right, is that relevant? @rafaelsideguide let me know if any of my config would be...
Ok, I just rebuild my local installation, and it works. So I assume it was something in my docker file.
I have added an optional parameter which defaults to https://api.firecrawl.dev/, but will will detect FIRECRAWL_API_URL and use that if present. Works for me.
https://github.com/mendableai/firecrawl/pull/166
From the api docker exec, this works fine. `curl -X POST "http://playwright-service:3000/html" -H "Content-Type: application/json" -d '{"url": "https://humblebundle.com", "wait": 5000}'`
Also, this is old too. apps/python-sdk/build/lib/firecrawl/firecrawl.py So I think something not right with last build.
I'm interested in this topic, it's an area I want to learn more about. could you share the current process?