mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-25 05:25:37 -04:00
[TONGYI]After upgrading Dify to version 1.11.0, the Tongyi plugin became unusable and cannot be reinstalled after uninstallation. #872
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 @bud-thomas on GitHub (Dec 12, 2025).
Self Checks
Dify version
1.11.0
Plugin version
0.1.8
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I upgraded Dify from version 1.9.2 to 1.11.0.
Then I discovered that the Dify workflow was malfunctioning. While debugging, I saw the Tongyi plugin throwing an error:
error: slice indices must be integers or None or have an index method.like this: 29453.So I uninstalled the Tongyi plugin, but now I can't reinstall it.✔️ Error log
@dosubot[bot] commented on GitHub (Dec 12, 2025):
Dify 1.11.0 introduced significant changes to the plugin system, including new required fields in plugin configuration schemas (like
use_template,template, andscope). These changes can break compatibility with plugins built for earlier versions, such as the Tongyi plugin v0.1.8. The errorunmarshal json failed: use_template enable_thinking not foundmeans Dify is expecting configuration fields that the Tongyi plugin does not provide, leading to installation and runtime failures. Theslice indices must be integerserror is also a symptom of schema mismatches introduced by these updates [source] [source].Currently, there are no merged fixes in the official plugins repo addressing this compatibility issue. The Tongyi plugin manifest and provider YAML do not define the new required fields, nor do they mention compatibility with Dify 1.11.0 [source] [source].
To resolve this, you will need to wait for an updated version of the Tongyi plugin that explicitly supports Dify 1.11.0's new schema, or manually patch the plugin's configuration to include the required fields. If you need to urgently restore functionality, consider rolling back to Dify 1.9.x until a compatible plugin release is available.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
@Once2012 commented on GitHub (Dec 14, 2025):
I encountered a similar problem. After upgrading Dify to version 1.11.1, all processes involving the qwen3 model started to report errors. Even after reverting to version 1.10.1 and fixing it, the problem persisted. My previous Tongyi 0.1.13 was upgraded from Dify 1.9.1 to Dify 1.10.1.fix to fix the vulnerabilities. There were no problems with this upgrade. But I reinstalled version 1.10.1.fix and attempted to downgrade the Tongyi plugin from 0.1.18 to 0.1.13, but failed to do so no matter what.
@Once2012 commented on GitHub (Dec 14, 2025):
Reached maximum retries (3) for URL https://marketplace.dify.ai/api/v1/plugins/download?unique_identifier=langgenius/tongyi:0.1.3@08f25a10c0617a3512fac091a0f0d894925357e965efe40fdf95cb48e09b62d1
The http response:
{"code":-1,"data":null,"msg":"plugin package not found"}
@bud-thomas commented on GitHub (Dec 14, 2025):
@dosu
@Stream29 commented on GitHub (Dec 15, 2025):
@Once2012 Can you try out the
0.1.9version oftongyiplugin? It installed successfully oncloud.dify.ai.@bud-thomas commented on GitHub (Dec 15, 2025):
It still seems to be the same issue.

@bud-thomas commented on GitHub (Dec 15, 2025):
I refreshed the page, and it looks like it's there now. The workflow is running properly as well, thanks.
@nadazero commented on GitHub (Dec 16, 2025):
如果是安装源的问题,请尝试修改.env中的PIP_MIRROR_URL=https://pypi.tuna.tsinghua.edu.cn/simple
@dosubot[bot] commented on GitHub (Jan 1, 2026):
Hi, @bud-thomas. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!