When using version 1.0.0 and trying to save a key, the SiliconFlow plugin does not save #8755

Closed
opened 2026-02-21 18:27:25 -05:00 by yindo · 15 comments
Owner

Originally created by @thinwonton on GitHub (Feb 28, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

When using version 1.0.0 and trying to save a key, the SiliconFlow plugin does not save.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @thinwonton on GitHub (Feb 28, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce When using version 1.0.0 and trying to save a key, the SiliconFlow plugin does not save. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:27:25 -05:00
yindo closed this issue 2026-02-21 18:27:25 -05:00
Author
Owner

@CorrectRoadH commented on GitHub (Feb 28, 2025):

同遇到了

Image

@CorrectRoadH commented on GitHub (Feb 28, 2025): 同遇到了 ![Image](https://github.com/user-attachments/assets/acf0caec-1c94-4c4d-9a0f-5e494395eee0)
Author
Owner

@sqkkyzx commented on GitHub (Feb 28, 2025):

同样遇到,我没法保存任何模型提供商的配置

@sqkkyzx commented on GitHub (Feb 28, 2025): 同样遇到,我没法保存任何模型提供商的配置
Author
Owner

@maruilav commented on GitHub (Mar 1, 2025):

me too

@maruilav commented on GitHub (Mar 1, 2025): me too
Author
Owner

@BinaryCheater commented on GitHub (Mar 1, 2025):

me too, in fact I met "Internal Server Error" in every plugin, and it's also hard to install a plugin, which may stuck or fail.
There is at least 30 issues about this problem
what a critical bug.

@BinaryCheater commented on GitHub (Mar 1, 2025): me too, in fact I met "Internal Server Error" in every plugin, and it's also hard to install a plugin, which may stuck or fail. There is at least 30 issues about this problem what a critical bug.
Author
Owner

@50ZAIofficial commented on GitHub (Mar 1, 2025):

me too, so sad :(

@50ZAIofficial commented on GitHub (Mar 1, 2025): me too, so sad :(
Author
Owner

@zbaos260 commented on GitHub (Mar 2, 2025):

me too, in fact I met "Internal Server Error" in every plugin, and it's also hard to install a plugin, which may stuck or fail. There is at least 30 issues about this problem what a critical bug.

It seems that we can only wait for the official bug fix.

@zbaos260 commented on GitHub (Mar 2, 2025): > me too, in fact I met "Internal Server Error" in every plugin, and it's also hard to install a plugin, which may stuck or fail. There is at least 30 issues about this problem what a critical bug. It seems that we can only wait for the official bug fix.
Author
Owner

@CorrectRoadH commented on GitHub (Mar 3, 2025):

Does it will be fixed in next release of dify?

@CorrectRoadH commented on GitHub (Mar 3, 2025): Does it will be fixed in next release of dify?
Author
Owner

@panxxpan commented on GitHub (Mar 4, 2025):

Same problem here, try Global VPN, problem still there.

@panxxpan commented on GitHub (Mar 4, 2025): Same problem here, try Global VPN, problem still there.
Author
Owner

@AndriodStudent commented on GitHub (Mar 5, 2025):

me too, so sad :() come bro!!!!!

@AndriodStudent commented on GitHub (Mar 5, 2025): me too, so sad :() come bro!!!!!
Author
Owner

@Yeuoly commented on GitHub (Mar 5, 2025):

are there any detailed logs or screenshots of it? just try docker logs -f docker-plugin_daemon-1 or docker logs -f docker-api-1

for a temp solution if you are using internal network, adding an environment PIP_MIRROR_URL to plugin_daemon and use your mirror url like https://pypi.tuna.tsinghua.edu.cn/simple may solve the problem

@Yeuoly commented on GitHub (Mar 5, 2025): are there any detailed logs or screenshots of it? just try `docker logs -f docker-plugin_daemon-1` or `docker logs -f docker-api-1` for a temp solution if you are using internal network, adding an environment `PIP_MIRROR_URL` to plugin_daemon and use your mirror url like [https://pypi.tuna.tsinghua.edu.cn/simple](https://pypi.tuna.tsinghua.edu.cn/simple) may solve the problem
Author
Owner

@sqkkyzx commented on GitHub (Mar 5, 2025):

Initially, I tried using the HTTP_PROXY and HTTPS_PROXY variables, but they didn't have any effect.

Additionally, I observed in the plugin_daemon that the dependencies have actually been installed successfully.

@sqkkyzx commented on GitHub (Mar 5, 2025): Initially, I tried using the HTTP_PROXY and HTTPS_PROXY variables, but they didn't have any effect. Additionally, I observed in the plugin_daemon that the dependencies have actually been installed successfully.
Author
Owner

@Yeuoly commented on GitHub (Mar 6, 2025):

Would you mind provide some logs inside both api and daemon container? As I can not reproduce this internal server error, logs are required to trace the bug

@Yeuoly commented on GitHub (Mar 6, 2025): Would you mind provide some logs inside both api and daemon container? As I can not reproduce this internal server error, logs are required to trace the bug
Author
Owner

@app2smile commented on GitHub (Mar 6, 2025):

The same situation.
In addition, when configuring ollama, there is also no response when saving

@app2smile commented on GitHub (Mar 6, 2025): The same situation. In addition, when configuring ollama, there is also no response when saving
Author
Owner

@Yeuoly commented on GitHub (Mar 6, 2025):

The same situation. In addition, when configuring ollama, there is also no response when saving

pls add my wechat: Yeuoly, I guess we need to dig it out in your environment

@Yeuoly commented on GitHub (Mar 6, 2025): > The same situation. In addition, when configuring ollama, there is also no response when saving pls add my wechat: Yeuoly, I guess we need to dig it out in your environment
Author
Owner

@app2smile commented on GitHub (Mar 7, 2025):

The same situation. In addition, when configuring ollama, there is also no response when saving

pls add my wechat: Yeuoly, I guess we need to dig it out in your environment

I have solved this problem By observing the logs of the plugin, I found that the reason for this situation is that the plugin did not initialize successfully. Although the frontend shows that the plugin was installed successfully, it was actually not successful

Error log:
[ERROR]init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s

Solution:
Add the following configuration line after line 560 in the docker-compose.yaml file to increase the Python environment initialization timeout (plugin_daemon)
PYTHON_ENV_INIT_TIMEOUT: 2400

@app2smile commented on GitHub (Mar 7, 2025): > > The same situation. In addition, when configuring ollama, there is also no response when saving > > pls add my wechat: Yeuoly, I guess we need to dig it out in your environment I have solved this problem By observing the logs of the plugin, I found that the reason for this situation is that the plugin did not initialize successfully. Although the frontend shows that the plugin was installed successfully, it was actually not successful Error log: [ERROR]init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s Solution: Add the following configuration line after line 560 in the docker-compose.yaml file to increase the Python environment initialization timeout (plugin_daemon) PYTHON_ENV_INIT_TIMEOUT: 2400
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8755