[Bug] Plugin has not been successfully released to the market. Something went error with CI. #217

Closed
opened 2026-02-22 17:22:34 -05:00 by yindo · 8 comments
Owner

Originally created by @yinxulai on GitHub (Aug 13, 2025).

Originally assigned to: @RockChinQ on GitHub.

Bug Report

Description

The Qiniu plugin has not been successfully released to the market. Something went error with CI.

CI Error

{'code': -1, 'data': None, 'msg': 'internal server error'}

Related Links

Labels

  • bug
  • ci/cd
  • github-actions
Originally created by @yinxulai on GitHub (Aug 13, 2025). Originally assigned to: @RockChinQ on GitHub. ## Bug Report ### Description The Qiniu plugin has not been successfully released to the market. Something went error with CI. ### CI Error ``` {'code': -1, 'data': None, 'msg': 'internal server error'} ``` ### Related Links - https://github.com/langgenius/dify-plugins/actions/runs/16899680747/job/47876302669 - https://github.com/langgenius/dify-plugins/actions/runs/16647343369/job/47111090164 - ALL: https://github.com/langgenius/dify-plugins/actions/workflows/upload-merged-plugin.yaml?query=is%3Afailure ### Labels - `bug` - `ci/cd` - `github-actions`
yindo added the bug label 2026-02-22 17:22:34 -05:00
yindo closed this issue 2026-02-22 17:22:38 -05:00
Author
Owner

@jingfelix commented on GitHub (Aug 31, 2025):

Hi. I noticed that you added tools functions in https://github.com/qiniu/dify-plugin/commit/5eb28bb8e71e89a8772b6fe8dbf84f6e44369507 . model and tool types should be seperated into two different plugins, which led to the error above.

@jingfelix commented on GitHub (Aug 31, 2025): Hi. I noticed that you added tools functions in https://github.com/qiniu/dify-plugin/commit/5eb28bb8e71e89a8772b6fe8dbf84f6e44369507 . `model` and `tool` types should be seperated into two different plugins, which led to the error above.
Author
Owner

@yinxulai commented on GitHub (Sep 2, 2025):

Why is it designed this way? Is there any explanation for it?

@yinxulai commented on GitHub (Sep 2, 2025): Why is it designed this way? Is there any explanation for it?
Author
Owner

@jingfelix commented on GitHub (Sep 3, 2025):

A single plugin with multiple functions can be confusing, so a plugin should only contain one category.

@jingfelix commented on GitHub (Sep 3, 2025): A single plugin with multiple functions can be confusing, so a plugin should only contain one category.
Author
Owner

@yinxulai commented on GitHub (Sep 3, 2025):

For us, we hope that users can access all the services we provide by installing just one plugin, rather than having to install multiple plugins, which is more convenient for both usage and dissemination.

@yinxulai commented on GitHub (Sep 3, 2025): For us, we hope that users can access all the services we provide by installing just one plugin, rather than having to install multiple plugins, which is more convenient for both usage and dissemination.
Author
Owner

@yinxulai commented on GitHub (Dec 17, 2025):

Please take another look at this error. I've already adjusted the plugin, and now there's only one category, but it's still giving me the error.
https://github.com/langgenius/dify-plugins/actions/runs/20265564614/job/58187853154

@yinxulai commented on GitHub (Dec 17, 2025): Please take another look at this error. I've already adjusted the plugin, and now there's only one category, but it's still giving me the error. https://github.com/langgenius/dify-plugins/actions/runs/20265564614/job/58187853154
Author
Owner

@jingfelix commented on GitHub (Dec 17, 2025):

@RockChinQ

@jingfelix commented on GitHub (Dec 17, 2025): @RockChinQ
Author
Owner

@RockChinQ commented on GitHub (Dec 17, 2025):

Image Image

hi @yinxulai , please add a 'README.md' for the english version README in the root path of plugin.

@RockChinQ commented on GitHub (Dec 17, 2025): <img width="295" height="50" alt="Image" src="https://github.com/user-attachments/assets/5dbe4edb-aa00-44e2-ad84-2dea539056e0" /> <img width="751" height="237" alt="Image" src="https://github.com/user-attachments/assets/eb4c54cc-1187-4fe1-a517-a1b0219dfcd5" /> hi @yinxulai , please add a 'README.md' for the english version README in the root path of plugin.
Author
Owner

@RockChinQ commented on GitHub (Dec 17, 2025):

You can file a new PR once you have done this.

@RockChinQ commented on GitHub (Dec 17, 2025): You can file a new PR once you have done this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#217