Junjie.M

Results 89 comments of Junjie.M

Did you forcibly enable the cloud mode? If so, it's not surprising. Plugins are isolated in each workspace.

Both user_id and conversation_id need to be set and must be correct. And this has not been released in 1.3.0 yet. https://github.com/langgenius/dify/pull/18602

invoke llm model failed: Post \"http://api:5001/inner/api/invoke/llm\": dial tcp: lookup api on 127.0.0.11:53: no such host 你的模型插件出的问题

报错信息是404,请检查你的url是否正确

访问你的本机MCP Server?请检查你的防火墙是否关闭

插件中无法使用fastmcp作为客户端,fastmcp里面使用的是python mcp sdk,它的客户端实现使用的是async,在dify中并发运行时会出现无法并发执行多个异步任务的错误。

Zapier streamable_http 报错是因为它返回的响应中没有content-type,没有content-type就无法确定响应内容是text/event-stream还是application/json,就无法对其返回内容进行针对性的解析。

Zapier see 报错应该是它没有严格遵循JSON-RPC 2.0导致的,我后台看到的日志是:Error parsing request: 1 validation error for JsonRpcRequest\nid\n Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='e22c9cfd83d84f18af8720fe51eff7c9', input_type=str]\n For further information...