mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
After the stream output is stuck, spit out data at one time #35
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 @teasong on GitHub (Mar 3, 2025).
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
data one by one
❌ Actual Behavior
spit out data at one time
@dosubot[bot] commented on GitHub (Mar 3, 2025):
Hello @teasong! 👋 I'm here to help you with bugs, questions, and more while you wait for a human maintainer. Let's squash those bugs together!
In Dify version 0.15.3, when self-hosted using Docker, workflows that include conditional branches, such as If-Else nodes before an LLM node, cannot stream output and instead switch to a blocking response. This behavior is expected and confirmed by the project maintainers. To address this issue, you can either wait for a future official Docker release that includes a fix or manually update the code in
base_stream_processor.pywithin the Docker container and restart the container [1][2].To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@crazywoola commented on GitHub (Mar 3, 2025):
Judging by the response content, it is a stream event.
@teasong commented on GitHub (Mar 3, 2025):
When he thinks, he outputs slowly, but when he comes to real data, he spits out all the data at once.like the pic 2,all data in red circle
@cuckootan commented on GitHub (Mar 14, 2025):
same question.
@cuckootan commented on GitHub (Mar 14, 2025):
0.15.3
@cowcomic commented on GitHub (Mar 17, 2025):
1.0.1 There is also the same problem
The ollama model is configured to support function calls but still doesn't work
Use the OpenAI-API-compatible mode to connect to ollama, configured Function calling=tool call,Stream function calling=support, but it still doesn't work
@ml4165837 commented on GitHub (Apr 23, 2025):
Surprisingly, it hasn't been resolved after crossing three versions
@alterxyz commented on GitHub (Jun 17, 2025):
It seems like this only happens with certain LLMs, not all. We might have to look into those model plugin one by one.
@alterxyz commented on GitHub (Jun 17, 2025):
Still exist like DeepSeek (Provider) on V1.x
@dosubot[bot] commented on GitHub (Aug 21, 2025):
Hi, @teasong. I'm Dosu (https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!