mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[ollama] Error: PluginInvokeError: #451
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeffhop on GitHub (Jul 15, 2025).
Self Checks
Dify version
v1.6.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
ollama pluging version:v0.0.6。
I deployed a Qwen3-32B model locally using Ollama, and then created a workflow in Dify. When I input my data, I got the following error:
[ollama] Error: PluginInvokeError: {"args":{},"error_type":"KeyError","message":"'done'"};And I have tested creating a standalone conversation flow — Ollama works fine in that case
What should I do to fix this?
✔️ Expected Behavior
Invoke the large model as usual to get the output.
❌ Actual Behavior
error