The plugin has been installing for a long time, but it has appeared in the plugin list, yet it cannot be used normally #8806

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

Originally created by @NebulaMao on GitHub (Mar 1, 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

Image
The plugin has been installing for a long time, but it has appeared in the plugin list, yet it cannot be used normally

ca01c5-b17f-4b73-8059-7b44fee03f67/management/install/tasks?page=1&page_size=100"
2025/03/01 09:39:54 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s
2025/03/01 09:40:24 runtime_lifetime.go:70: [INFO]init environment for plugin langgenius/agent:0.0.8
2025/03/01 09:40:41

I found this error.

✔️ Expected Behavior

Do not display plugin installation, or allow me to cancel the installation

Actual Behavior

No function to cancel installation, and the plugin has been installed for nearly an hour without any movement

Originally created by @NebulaMao on GitHub (Mar 1, 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 ![Image](https://github.com/user-attachments/assets/fe44a937-8299-495a-8306-05fae21723a5) The plugin has been installing for a long time, but it has appeared in the plugin list, yet it cannot be used normally ```log ca01c5-b17f-4b73-8059-7b44fee03f67/management/install/tasks?page=1&page_size=100" 2025/03/01 09:39:54 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s 2025/03/01 09:40:24 runtime_lifetime.go:70: [INFO]init environment for plugin langgenius/agent:0.0.8 2025/03/01 09:40:41 ``` I found this error. ### ✔️ Expected Behavior Do not display plugin installation, or allow me to cancel the installation ### ❌ Actual Behavior No function to cancel installation, and the plugin has been installed for nearly an hour without any movement
yindo added the 🐞 bug label 2026-02-21 18:27:46 -05:00
yindo closed this issue 2026-02-21 18:27:46 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Mar 1, 2025):

Hey @xmccln! 👋 I'm here to help you with any bugs, questions, or contributions. I'm an expert bot that can assist you while you wait for a human maintainer.

I found a similar open issue regarding slow plugin installation without a solution in the comments [1].

The error message you encountered, "init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s," is known to occur in Dify version 1.0.0. It is recommended to use version v0.15.3 to avoid this error [2].

Regarding the inability to cancel the installation, the code design disables the cancel button during the installation process. The button is only enabled before the installation starts or after it completes or fails [3].

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

@dosubot[bot] commented on GitHub (Mar 1, 2025): <!-- Greeting --> Hey @xmccln! 👋 I'm here to help you with any bugs, questions, or contributions. I'm an expert bot that can assist you while you wait for a human maintainer. <!-- Answer --> I found a similar open issue regarding slow plugin installation without a solution in the comments <sup>[[1]](https://github.com/langgenius/dify/issues/14540)</sup>. The error message you encountered, "init environment failed: failed to install dependencies: signal: killed, output: init process exited due to no activity for 120 seconds, retry in 30s," is known to occur in Dify version 1.0.0. It is recommended to use version v0.15.3 to avoid this error <sup>[[2]](https://github.com/langgenius/dify/issues/14241)</sup>. Regarding the inability to cancel the installation, the code design disables the cancel button during the installation process. The button is only enabled before the installation starts or after it completes or fails <sup>[[3]](https://github.com/langgenius/dify/blob/main/web/app/components/plugins/install-plugin/install-from-marketplace/steps/install.tsx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/a893c720-73b8-4071-a0e4-cea55157c247?feedback_type=other)</sup>
Author
Owner

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

I found that the data in http://xxx/console/api/workspaces/current/plugin/tasks?page=1&page_size=100 contains

{
    "tasks": [
        {
            "id": "98a388a5-12b6-40f1-bdad-a628931f9678",
            "created_at": "2025-03-01T09:47:36.425243Z",
            "updated_at": "2025-03-01T09:51:36.546640Z",
            "status": "success",
            "total_plugins": 1,
            "completed_plugins": 1,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "success",
                    "message": "Installed",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        },
        {
            "id": "bde89523-1b74-4b22-88ea-6cb25cb014d3",
            "created_at": "2025-03-01T09:47:10.642710Z",
            "updated_at": "2025-03-01T09:47:10.709329Z",
            "status": "failed",
            "total_plugins": 1,
            "completed_plugins": 0,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "failed",
                    "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        },
        {
            "id": "f621fba6-92ff-4547-84cc-17fab49045e5",
            "created_at": "2025-03-01T09:47:07.124464Z",
            "updated_at": "2025-03-01T09:47:07.155899Z",
            "status": "failed",
            "total_plugins": 1,
            "completed_plugins": 0,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "failed",
                    "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        },
        {
            "id": "1683bcec-90fc-4548-ad2b-5e29d4c8c39d",
            "created_at": "2025-03-01T09:42:27.788737Z",
            "updated_at": "2025-03-01T09:42:27.841255Z",
            "status": "failed",
            "total_plugins": 1,
            "completed_plugins": 0,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "failed",
                    "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        },
        {
            "id": "b54518e6-28c1-4023-a468-63033b38bf53",
            "created_at": "2025-03-01T09:27:41.203325Z",
            "updated_at": "2025-03-01T09:27:41.218756Z",
            "status": "running",
            "total_plugins": 1,
            "completed_plugins": 0,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "running",
                    "message": "Installing",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        },
        {
            "id": "93acfcb2-cb61-4d17-b2cf-8d7d3819293b",
            "created_at": "2025-02-27T13:56:12.561188Z",
            "updated_at": "2025-02-27T13:56:12.690348Z",
            "status": "running",
            "total_plugins": 1,
            "completed_plugins": 0,
            "plugins": [
                {
                    "plugin_unique_identifier": "langgenius/siliconflow:0.0.6@c18c51703888e0156ade8b410ad53d8dc8d7bcf6ddcb37d2d0b0492365c992e7",
                    "plugin_id": "langgenius/siliconflow",
                    "status": "running",
                    "message": "Installing",
                    "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg",
                    "labels": {
                        "en_US": "SiliconFlow",
                        "zh_Hans": "\u7845\u57fa\u6d41\u52a8",
                        "pt_BR": "SiliconFlow",
                        "ja_JP": "SiliconFlow"
                    }
                }
            ]
        }
    ]
}

It seems that it is caused by repeated submission of installation tasks. How to solve this problem?

@NebulaMao commented on GitHub (Mar 1, 2025): I found that the data in http://xxx/console/api/workspaces/current/plugin/tasks?page=1&page_size=100 contains ```data { "tasks": [ { "id": "98a388a5-12b6-40f1-bdad-a628931f9678", "created_at": "2025-03-01T09:47:36.425243Z", "updated_at": "2025-03-01T09:51:36.546640Z", "status": "success", "total_plugins": 1, "completed_plugins": 1, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962", "plugin_id": "langgenius/siliconflow", "status": "success", "message": "Installed", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] }, { "id": "bde89523-1b74-4b22-88ea-6cb25cb014d3", "created_at": "2025-03-01T09:47:10.642710Z", "updated_at": "2025-03-01T09:47:10.709329Z", "status": "failed", "total_plugins": 1, "completed_plugins": 0, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962", "plugin_id": "langgenius/siliconflow", "status": "failed", "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] }, { "id": "f621fba6-92ff-4547-84cc-17fab49045e5", "created_at": "2025-03-01T09:47:07.124464Z", "updated_at": "2025-03-01T09:47:07.155899Z", "status": "failed", "total_plugins": 1, "completed_plugins": 0, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962", "plugin_id": "langgenius/siliconflow", "status": "failed", "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] }, { "id": "1683bcec-90fc-4548-ad2b-5e29d4c8c39d", "created_at": "2025-03-01T09:42:27.788737Z", "updated_at": "2025-03-01T09:42:27.841255Z", "status": "failed", "total_plugins": 1, "completed_plugins": 0, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962", "plugin_id": "langgenius/siliconflow", "status": "failed", "message": "open storage/plugin_packages/langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962: no such file or directory", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] }, { "id": "b54518e6-28c1-4023-a468-63033b38bf53", "created_at": "2025-03-01T09:27:41.203325Z", "updated_at": "2025-03-01T09:27:41.218756Z", "status": "running", "total_plugins": 1, "completed_plugins": 0, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.7@62b7aa3a2ac0cbf22566f671670305175d0b89cf723a41fb88f103eb413b2962", "plugin_id": "langgenius/siliconflow", "status": "running", "message": "Installing", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] }, { "id": "93acfcb2-cb61-4d17-b2cf-8d7d3819293b", "created_at": "2025-02-27T13:56:12.561188Z", "updated_at": "2025-02-27T13:56:12.690348Z", "status": "running", "total_plugins": 1, "completed_plugins": 0, "plugins": [ { "plugin_unique_identifier": "langgenius/siliconflow:0.0.6@c18c51703888e0156ade8b410ad53d8dc8d7bcf6ddcb37d2d0b0492365c992e7", "plugin_id": "langgenius/siliconflow", "status": "running", "message": "Installing", "icon": "0dbcd12864243bfcd8c0c1898a3e0c37ea553c21a727800b0863a599a9660729.svg", "labels": { "en_US": "SiliconFlow", "zh_Hans": "\u7845\u57fa\u6d41\u52a8", "pt_BR": "SiliconFlow", "ja_JP": "SiliconFlow" } } ] } ] } ``` It seems that it is caused by repeated submission of installation tasks. How to solve this problem?
Author
Owner

@dosubot[bot] commented on GitHub (Mar 1, 2025):

To resolve the issue of duplicate plugin installation tasks, which result in errors like "no such file or directory," you should ensure that the installation process is not initiated multiple times concurrently. Here are some steps to help address this:

  1. Prevent Concurrent Installations: Ensure that your code includes a mechanism to prevent starting a new installation if one is already in progress. This can be done by checking a flag (e.g., isInstalling) before initiating the installation process. If the flag is set, return early to avoid duplicate tasks.

  2. Manage Installation State: Make sure that the state management for the installation process is robust. Set the isInstalling flag to true at the start of the installation and reset it to false at the end, regardless of whether the installation succeeds or fails.

  3. Check for Race Conditions: Ensure that user actions or other triggers do not call the installation function multiple times in quick succession. Debouncing or throttling user actions can help mitigate this.

  4. Verify File Paths: The error message "no such file or directory" suggests a potential issue with file paths. Double-check that the paths used during installation are correct and that the necessary files exist.

By implementing these steps, you can reduce the likelihood of duplicate installation tasks and the associated errors.

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

@dosubot[bot] commented on GitHub (Mar 1, 2025): <!-- Answer --> To resolve the issue of duplicate plugin installation tasks, which result in errors like "no such file or directory," you should ensure that the installation process is not initiated multiple times concurrently. Here are some steps to help address this: 1. **Prevent Concurrent Installations**: Ensure that your code includes a mechanism to prevent starting a new installation if one is already in progress. This can be done by checking a flag (e.g., `isInstalling`) before initiating the installation process. If the flag is set, return early to avoid duplicate tasks. 2. **Manage Installation State**: Make sure that the state management for the installation process is robust. Set the `isInstalling` flag to `true` at the start of the installation and reset it to `false` at the end, regardless of whether the installation succeeds or fails. 3. **Check for Race Conditions**: Ensure that user actions or other triggers do not call the installation function multiple times in quick succession. Debouncing or throttling user actions can help mitigate this. 4. **Verify File Paths**: The error message "no such file or directory" suggests a potential issue with file paths. Double-check that the paths used during installation are correct and that the necessary files exist. By implementing these steps, you can reduce the likelihood of duplicate installation tasks and the associated errors. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/66c90fc0-b7e7-4737-93ad-ca47a775654d?feedback_type=other)</sup>
Author
Owner

@unknown-22 commented on GitHub (Mar 1, 2025):

I encountered the same issue.
It was solved by setting the PYTHON_ENV_INIT_TIMEOUT environment variable.

This has been fixed in the following PR:
https://github.com/langgenius/dify-plugin-daemon/pull/8

Please add the following to your docker/docker-compose.yaml file:

  plugin_daemon:
    ...
    environment:
      # Use the shared environment variables.
      ...
      PYTHON_ENV_INIT_TIMEOUT: 320
@unknown-22 commented on GitHub (Mar 1, 2025): I encountered the same issue. It was solved by setting the `PYTHON_ENV_INIT_TIMEOUT` environment variable. This has been fixed in the following PR: https://github.com/langgenius/dify-plugin-daemon/pull/8 Please add the following to your `docker/docker-compose.yaml` file: ``` plugin_daemon: ... environment: # Use the shared environment variables. ... PYTHON_ENV_INIT_TIMEOUT: 320 ```
Author
Owner

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

Can plugins modify the mirror source?

@lm970585581 commented on GitHub (Mar 5, 2025): Can plugins modify the mirror source?
Author
Owner

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

Can plugins modify the mirror source?

it seem like cant change

@NebulaMao commented on GitHub (Mar 5, 2025): > Can plugins modify the mirror source? it seem like cant change
Author
Owner

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

We fixed in https://github.com/langgenius/dify-plugin-daemon/pull/59

  plugin_daemon:
    image: langgenius/dify-plugin-daemon:e0672c3c1a6451437e8f4b63b260c8b0863c9c80-local
@crazywoola commented on GitHub (Mar 5, 2025): We fixed in https://github.com/langgenius/dify-plugin-daemon/pull/59 ``` plugin_daemon: image: langgenius/dify-plugin-daemon:e0672c3c1a6451437e8f4b63b260c8b0863c9c80-local ```
Author
Owner

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

We fixed in langgenius/dify-plugin-daemon#59

  plugin_daemon:
    image: langgenius/dify-plugin-daemon:e0672c3c1a6451437e8f4b63b260c8b0863c9c80-local

Hey ,I used the version mentioned above and it still failed.

Image

@jackqdldd commented on GitHub (Mar 6, 2025): > We fixed in [langgenius/dify-plugin-daemon#59](https://github.com/langgenius/dify-plugin-daemon/pull/59) > > ``` > plugin_daemon: > image: langgenius/dify-plugin-daemon:e0672c3c1a6451437e8f4b63b260c8b0863c9c80-local > ``` Hey ,I used the version mentioned above and it still failed. ![Image](https://github.com/user-attachments/assets/e19074c7-7018-412c-a647-f6ca72bb678a)
Author
Owner

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

Image

@jackqdldd commented on GitHub (Mar 6, 2025): ![Image](https://github.com/user-attachments/assets/92e31d0f-4690-4c2d-9282-30a84cab55db)
Author
Owner
@KzNight commented on GitHub (Mar 10, 2025): https://www.bilibili.com/video/BV1f6R8YbEqG/?spm_id_from=333.788.comment.all.click&vd_source=03d1b4784c326e357d854f6668666d67 试试这个
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#8806