Upgrade dify from 0.15.3 to 1.0.0 version, and use the plugin function to report an error #12352

Closed
opened 2026-02-21 19:07:02 -05:00 by yindo · 1 comment
Owner

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

Image
The model works fine on dify0.15.3. After upgrading the version to 1.0.0, the plug-in is deployed locally and an error is reported when adding the model。

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @donghanzhi123 on GitHub (Mar 30, 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/618a00f5-b0da-4a0b-a7dd-0089290f3a4b) ![Image](https://github.com/user-attachments/assets/91383654-f4de-47ad-b776-b325be0dd28b) The model works fine on dify0.15.3. After upgrading the version to 1.0.0, the plug-in is deployed locally and an error is reported when adding the model。 ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 19:07:02 -05:00
yindo closed this issue 2026-02-21 19:07:02 -05:00
Author
Owner

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

Hello @donghanzhi123! I'm here to assist you with any bugs, questions, or contributions you may have regarding dify. Let's work together to resolve the issue you're facing.

I found a similar issue regarding plugin installation failures after upgrading to version 1.0.0. The suggested solution involves several steps:

  1. Increase the Python Environment Initialization Timeout:

    • Add PYTHON_ENV_INIT_TIMEOUT: 320 to your docker-compose.yaml under the plugin_daemon service.
  2. Ensure a Stable Network Connection:

    • Verify connectivity to marketplace.dify.ai.
  3. Disable Signature Verification:

    • Add FORCE_VERIFYING_SIGNATURE=false to your .env file and restart the Dify service.
  4. Local Plugin Installation:

    • If you encounter a 'Reached maximum retries (3)' error, download the .difypkg file of the desired plugin from the Dify marketplace and use the local file installation option in the Dify web interface.
  5. Check Docker Networking:

    • Ensure that the Ollama service is accessible from the Dify container. Adjust the Ollama URL to use host.docker.internal instead of localhost if both services are on the same host but in separate containers. Verify that the Ollama service is running and correctly configured to accept connections [1][2].

These steps should help resolve the plugin-related errors you're encountering after upgrading to version 1.0.0.

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 30, 2025): <!-- Greeting --> Hello @donghanzhi123! I'm here to assist you with any bugs, questions, or contributions you may have regarding dify. Let's work together to resolve the issue you're facing. <!-- Answer --> I found a similar issue regarding plugin installation failures after upgrading to version 1.0.0. The suggested solution involves several steps: 1. **Increase the Python Environment Initialization Timeout:** - Add `PYTHON_ENV_INIT_TIMEOUT: 320` to your `docker-compose.yaml` under the `plugin_daemon` service. 2. **Ensure a Stable Network Connection:** - Verify connectivity to `marketplace.dify.ai`. 3. **Disable Signature Verification:** - Add `FORCE_VERIFYING_SIGNATURE=false` to your `.env` file and restart the Dify service. 4. **Local Plugin Installation:** - If you encounter a 'Reached maximum retries (3)' error, download the `.difypkg` file of the desired plugin from the Dify marketplace and use the local file installation option in the Dify web interface. 5. **Check Docker Networking:** - Ensure that the Ollama service is accessible from the Dify container. Adjust the Ollama URL to use `host.docker.internal` instead of `localhost` if both services are on the same host but in separate containers. Verify that the Ollama service is running and correctly configured to accept connections <sup>[[1]](https://github.com/langgenius/dify/issues/15243)</sup><sup>[[2]](https://github.com/langgenius/dify/issues/14676)</sup>. These steps should help resolve the plugin-related errors you're encountering after upgrading to version 1.0.0. <!-- 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/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/d7009a4e-362f-479a-a8b9-8b73bde00cb1?feedback_type=other)</sup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#12352