mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Model Addition Fails in Silicon Flow Plugin - No Error, But Not Successful, Also have this problem #559
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 @Reverse-Flash-Kamen on GitHub (Aug 14, 2025).
Originally assigned to: @crazywoola on GitHub.
Self Checks
Dify version
1.5.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
This issue is reported because we really need to fix this bug.
https://github.com/langgenius/dify-official-plugins/issues/1518
https://github.com/langgenius/dify-official-plugins/issues/1517
✔️ Expected Behavior
Fix this bug
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Aug 14, 2025):
This issue with model addition failing silently in the Silicon Flow Plugin (no error, but not successful) is a known problem in self-hosted Docker setups. The root cause is often that errors from the plugin daemon or credential validation are not surfaced to the UI—so failures (like missing dependencies, network issues, or plugin version mismatches) just result in nothing happening, with no feedback.
Common causes and workarounds include: missing ML libraries (PyTorch, TensorFlow, Flax) in your Docker environment, network/MTU issues blocking pip installs, and plugin version mismatches (e.g., dify_plugin not locked to a compatible version). Solutions that have worked for others are: making sure all required libraries are installed in the plugin_daemon container, setting
PIP_MIRROR_URLin your docker-compose for plugin_daemon, and matching Docker’s MTU to your VM’s MTU (e.g., set both to 1450) to avoid packet loss during dependency installation. For some plugins, lockingdify_pluginto<0.2.3in the plugin’s workflow YAML has resolved startup failures as well [source 1] [source 2].The Dify codebase treats Silicon Flow like any other plugin provider, so any plugin can fail silently if the backend returns None/False and the UI doesn’t check for it. Improving error feedback would require changes to propagate these failures as user-visible errors.
For now, check your plugin_daemon logs for errors during model addition, confirm all dependencies are installed, and try the network and version workarounds above. If you see 500 errors in the logs, that’s a sign the plugin daemon is failing internally [source].
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@crazywoola commented on GitHub (Aug 14, 2025):
Issues related to plugins should use this template https://github.com/langgenius/dify-official-plugins/issues/new?template=bug_report.yml
@crazywoola commented on GitHub (Aug 14, 2025):
I do not have the access fine-tuned model, if you could provide one to help us investigate please send the credentials via email banana@dify.ai
@Reverse-Flash-Kamen commented on GitHub (Aug 14, 2025):
alread send to yor email
@dosubot[bot] commented on GitHub (Aug 31, 2025):
Hi, @Reverse-Flash-Kamen. I'm Dosu, 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!