mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Install volcengine_maas success, but started error #841
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 @easayliu on GitHub (Nov 30, 2025).
Self Checks
Dify version
1.10.1
Plugin version
0.0/33
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Install volcengine_maas on plugin marketplace, it success. when i configure the volcengine_maas and save,it is loading. I found the log on plugin-deemon
✔️ Error log
@dosubot[bot] commented on GitHub (Nov 30, 2025):
Hi @easayliu! I'm Dosu and I’m helping the dify-official-plugins team.
The error happens because the volcengine_maas plugin is missing the required Python dependency
sniffio, which is not listed in its requirements.txt file or installed by default in the plugin's environment (source).To fix this, you can manually add
sniffioto the plugin's requirements:requirements.txtfor the plugin (located at/app/storage/cwd/langgenius/volcengine_maas-0.0.33.../requirements.txtor in your plugin source) and add:This should resolve the startup error. If you update the plugin in the future, check that all required dependencies are listed in requirements.txt to avoid similar issues.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@nadazero commented on GitHub (Dec 1, 2025):
官方发布前完全不测试的么?只要运行就能必现的bug.......
@hjlarry commented on GitHub (Dec 2, 2025):
try 0.0.34
@snailq commented on GitHub (Dec 2, 2025):
langgenius/zhipuai version 0.0.19
langgenius/zhipuai_tool version 0.0.2
存在同样的问题