volcengine_maas插件升级失败:从0.0.30升级到高版本后报“plugin runtime not found” #435

Closed
opened 2026-02-22 17:28:58 -05:00 by yindo · 1 comment
Owner

Originally created by @pepsile on GitHub (Dec 23, 2025).

问题描述

volcengine_maas插件从0.0.30版本升级到更高版本(如0.0.31/0.0.37/0.0.39)后,插件无法正常运行,接口调用时会报PluginDaemonInternalServerError: no available node, plugin runtime not found错误。只有回退到0.0.30版本,插件才能恢复正常。

复现步骤

  1. 安装volcengine_maas:0.0.30版本,确认插件可正常运行;
  2. 通过插件管理界面或CLI尝试升级到高版本(例如0.0.39);
  3. 升级完成后调用/dispatch/model/schema接口,触发“plugin runtime not found”错误;
  4. 查看日志发现:插件运行时启动后立即被停止,且数据库中无高版本插件的记录。

环境信息

  • Dify版本:1.11.1
  • 插件守护进程版本:0.5.1-local
  • 插件版本:langgenius/volcengine_maas(0.0.30可用;0.0.31/0.0.37/0.0.39不可用)
  • 部署方式:Docker Compose
  • 系统环境:Linux(云服务器ECS)

关键日志片段

Image
Originally created by @pepsile on GitHub (Dec 23, 2025). ### 问题描述 将`volcengine_maas`插件从`0.0.30`版本升级到更高版本(如0.0.31/0.0.37/0.0.39)后,插件无法正常运行,接口调用时会报`PluginDaemonInternalServerError: no available node, plugin runtime not found`错误。只有回退到`0.0.30`版本,插件才能恢复正常。 ### 复现步骤 1. 安装`volcengine_maas:0.0.30`版本,确认插件可正常运行; 2. 通过插件管理界面或CLI尝试升级到高版本(例如0.0.39); 3. 升级完成后调用`/dispatch/model/schema`接口,触发“plugin runtime not found”错误; 4. 查看日志发现:插件运行时启动后立即被停止,且数据库中无高版本插件的记录。 ### 环境信息 - Dify版本:1.11.1 - 插件守护进程版本:0.5.1-local - 插件版本:langgenius/volcengine_maas(0.0.30可用;0.0.31/0.0.37/0.0.39不可用) - 部署方式:Docker Compose - 系统环境:Linux(云服务器ECS) ### 关键日志片段 <img width="1216" height="627" alt="Image" src="https://github.com/user-attachments/assets/e78f2e4e-43a9-4b66-ac35-6543abda68aa" />
yindo closed this issue 2026-02-22 17:28:58 -05:00
Author
Owner

@crazywoola commented on GitHub (Feb 3, 2026):

Hi @pepsile, thanks for opening this issue.

Why this is being closed

Dify issue tracking requires English-only issue title and description for consistent collaboration.

Next steps

Please open a new issue in English and include clear details so maintainers can help efficiently.

Thanks for understanding and for your support.

@crazywoola commented on GitHub (Feb 3, 2026): Hi @pepsile, thanks for opening this issue. ### Why this is being closed Dify issue tracking requires English-only issue title and description for consistent collaboration. ### Next steps Please open a new issue in English and include clear details so maintainers can help efficiently. Thanks for understanding and for your support.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#435