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
We are currently thinking of connecting Dify and Firecrawl.
The current environment is built on Amazon's AWS with a server for Dify and a server for Firecrawl. In addition, we have built the server for Dify and Firecrawl on each server with the docker compose command.
When connecting to Firecrawl from within the Dify web application, I get the following error
HTTPConnectionPool retries exceeded with url: /v0/crawl (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at ... >:Failed to establish a new connection: [Errono 111] Connection refused'))
What is the solution for this situation?
The text was updated successfully, but these errors were encountered:
I get different errors when trying to use 0.15.2 and the latest firecrawl with the docker_compose in the repo. I noticed the v0 endpoint works, but the v1 doesn't when manually testing that. See my comments in in #713
We are currently thinking of connecting Dify and Firecrawl.
The current environment is built on Amazon's AWS with a server for Dify and a server for Firecrawl. In addition, we have built the server for Dify and Firecrawl on each server with the docker compose command.
When connecting to Firecrawl from within the Dify web application, I get the following error
HTTPConnectionPool retries exceeded with url: /v0/crawl (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at ... >:Failed to establish a new connection: [Errono 111] Connection refused'))
What is the solution for this situation?
The text was updated successfully, but these errors were encountered: