mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: 我在公司内网离线部署dify1.1.3版本时,先在外网下载好了所有插件,外网运行成功后传入内网,添加模型时点击保存报错 Internal Server Error #13
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 @17578999441 on GitHub (May 11, 2025).
问题描述
页面链接
https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/development/models-integration/ollama.mdx
建议修改
@17578999441 commented on GitHub (May 11, 2025):
/.venv/lib/python3.12/site-packages/setuptools/_distutils/errors.py'......
plugin_daemon-1 | ├─▶ error decoding response body
plugin_daemon-1 | ├─▶ request or response body error
plugin_daemon-1 | 2025/05/09 04:22:55 watcher.go:85: [ERROR]plugin launch error: init environment for plugin langgenius/vanna:0.0.2 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/09 04:35:18 watcher.go:85: [ERROR]plugin launch error: init environment for plugin stvlynn/doc:0.0.1 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | ├─▶ error sending request for url
plugin_daemon-1 | ├─▶ client error (Connect)
plugin_daemon-1 | ├─▶ dns error: failed to lookup address information: Temporary failure in
plugin_daemon-1 | 2025/05/09 06:37:33 watcher.go:85: [ERROR]plugin launch error: init environment for plugin stvlynn/ppt:0.0.1 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/09 06:49:10 watcher.go:85: [ERROR]plugin launch error: init environment for plugin bowenliang123/md_exporter:1.1.0 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/09 06:58:45 watcher.go:85: [ERROR]plugin launch error: init environment for plugin bowenliang123/random:0.2.0 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/09 07:09:43 watcher.go:85: [ERROR]plugin launch error: init environment for plugin hjlarry/compress:0.0.1 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/09 07:20:13 watcher.go:85: [ERROR]plugin launch error: init environment for plugin jaguarliuu/rookie_text2data:0.3.0 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | [error] failed to initialize database, got error failed to connect to
host=db user=postgres database=dify_plugin: dial error (dial tcp 172.20.0.8:5432: connect: connection refused)plugin_daemon-1 | [error] failed to initialize database, got error failed to connect to
host=db user=postgres database=postgres: dial error (dial tcp 172.20.0.8:5432: connect: connection refused)plugin_daemon-1 | 2025/05/12 01:09:16 init.go:85: [PANIC]failed to init dify plugin db: failed to connect to
host=db user=postgres database=postgres: dial error (dial tcp 172.20.0.8:5432: connect: connection refused)plugin_daemon-1 | panic: [PANIC]failed to init dify plugin db: failed to connect to
host=db user=postgres database=postgres: dial error (dial tcp 172.20.0.8:5432: connect: connection refused)plugin_daemon-1 | 2025/05/12 01:11:03 runtime_lifetime.go:95: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: error: Failed to fetch:
https://pypi.org/simple/mistune/plugin_daemon-1 | Caused by: error sending request for url (https://pypi.org/simple/mistune/)
plugin_daemon-1 | Caused by: client error (Connect)
plugin_daemon-1 | Caused by: dns error: failed to lookup address information: Temporary failure in name resolution
plugin_daemon-1 | 2025/05/12 01:13:11 runtime_lifetime.go:95: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: error: Failed to fetch:
https://pypi.org/simple/python-pptx/plugin_daemon-1 | Caused by: error sending request for url (https://pypi.org/simple/python-pptx/)
plugin_daemon-1 | Caused by: client error (Connect)
plugin_daemon-1 | Caused by: dns error: failed to lookup address information: Temporary failure in name resolution
plugin_daemon-1 | 2025/05/12 01:20:17 watcher.go:85: [ERROR]plugin launch error: init environment for plugin bowenliang123/md_exporter:1.1.0 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/12 01:32:33 watcher.go:85: [ERROR]plugin launch error: init environment for plugin bowenliang123/random:0.2.0 failed too many times, you should consider the package is corrupted or your network is unstable
plugin_daemon-1 | 2025/05/12 01:42:58 watcher.go:85: [ERROR]plugin launch error: init environment for plugin hjlarry/compress:0.0.1 failed too many times, you should consider the package is corrupted or your network is unstable
@AllenWriter commented on GitHub (May 12, 2025):
This issue may be related to an internal Docker network problem.
Please note that this repository is not a technical support center. I may be able to answer some common questions, but those responses are for reference only.
If you identify any issues in the documentation, please feel free to submit a pull request with your suggested changes.