crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

[Bug]: faile to use dify crawl4ai plugin

Open minglong-huang opened this issue 8 months ago • 0 comments

crawl4ai version

docker unclecode/crawl4ai:0.6.0-r1

Expected Behavior

"https://docs.crawl4ai.com/" need how to get crawl4ai_api_token

Current Behavior

1、I haven pull docker unclecode/crawl4ai:0.6.0-r1 image and run it as fllows:

Make sure .llm.env is in the current directory (project root)

docker run -d
-p 11235:11235
-e crawl4ai_api_toen = sk-123456789 --name crawl4ai-standalone
--env-file .llm.env
--shm-size=1g
crawl4ai-local:latest

2、I haven test http://localhost:11235/playground ,and it work 3、I have down the dify crawl4ai plugin ,and It nedd api_key and url, I filled it with sk-123456789 and http://localhost:11235, But it report 400 in dify backend 4、 I have try http://container_id:11235,But it didn't work

Is this reproducible?

Yes

Inputs Causing the Bug


Steps to Reproduce


Code snippets


OS

linux

Python version

3.12

Browser

chorme

Browser version

No response

Error logs & Screenshots (if applicable)

No response

minglong-huang avatar May 23 '25 08:05 minglong-huang