New plugin Version of Gemini Model 0.1.4 not working #208

Closed
opened 2026-02-16 10:18:27 -05:00 by yindo · 1 comment
Owner

Originally created by @WilsonVasc56 on GitHub (Apr 19, 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.2

Cloud or Self Hosted

Cloud

Steps to reproduce

New plugin Version of Gemini Model 0.1.4 not working

✔️ Expected Behavior

supposed to access my API, but nothing happens; had to go back to version 0.1.3

Actual Behavior

but nothing happens; had to go back to version 0.1.3

Originally created by @WilsonVasc56 on GitHub (Apr 19, 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.2 ### Cloud or Self Hosted Cloud ### Steps to reproduce New plugin Version of Gemini Model 0.1.4 not working ### ✔️ Expected Behavior supposed to access my API, but nothing happens; had to go back to version 0.1.3 ### ❌ Actual Behavior but nothing happens; had to go back to version 0.1.3
yindo added the stale label 2026-02-16 10:18:27 -05:00
yindo closed this issue 2026-02-16 10:18:27 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Apr 19, 2025):

I found a similar open issue regarding the Gemini models not triggering tool use properly, but no solution was found in the comments [1].

For troubleshooting plugin issues in Dify, you can follow these steps:

  1. Check the Docker container logs using docker logs container_name to verify the installation status.
  2. If the installation appears successful but the plugin is not visible, try reinstalling the plugin.
  3. For internal server errors related to plugins, consider uninstalling and reinstalling the plugin or clearing the database to resolve synchronization issues.
  4. If you encounter installation timeout issues, clear plugin data from the database, clear the installation and execution directories, restart the plugin daemon service, and reinstall the plugins.
  5. If you face a plugin verification error, add FORCE_VERIFYING_SIGNATURE=false to the .env configuration file to bypass signature verification, but be cautious of security risks.
  6. Use the Debug Runtime mode in the dify-plugin-daemon service for debugging, ensuring you have Python 3.11 or higher [2][3][4][5][6].

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 (Apr 19, 2025): <!-- Answer --> I found a similar open issue regarding the Gemini models not triggering tool use properly, but no solution was found in the comments <sup>[[1]](https://github.com/langgenius/dify/issues/16861)</sup>. For troubleshooting plugin issues in Dify, you can follow these steps: 1. Check the Docker container logs using `docker logs container_name` to verify the installation status. 2. If the installation appears successful but the plugin is not visible, try reinstalling the plugin. 3. For internal server errors related to plugins, consider uninstalling and reinstalling the plugin or clearing the database to resolve synchronization issues. 4. If you encounter installation timeout issues, clear plugin data from the database, clear the installation and execution directories, restart the plugin daemon service, and reinstall the plugins. 5. If you face a plugin verification error, add `FORCE_VERIFYING_SIGNATURE=false` to the `.env` configuration file to bypass signature verification, but be cautious of security risks. 6. Use the Debug Runtime mode in the dify-plugin-daemon service for debugging, ensuring you have Python 3.11 or higher <sup>[[2]](https://github.com/langgenius/dify/issues/14776)</sup><sup>[[3]](https://github.com/langgenius/dify/issues/15530)</sup><sup>[[4]](https://github.com/langgenius/dify/issues/14718)</sup><sup>[[5]](https://github.com/langgenius/dify-docs/blob/main/zh_CN/learn-more/faq/plugins.md)</sup><sup>[[6]](https://github.com/langgenius/dify/issues/16575)</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/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/822de3dc-64d1-472b-9dae-a27da709720f?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-official-plugins#208