PluginDaemonBadRequestError: file not found: icon.svg failed to remap tool icon failed to remap assets failed to save package #74

Closed
opened 2026-02-16 00:19:37 -05:00 by yindo · 6 comments
Owner

Originally created by @gsfyx on GitHub (Apr 1, 2025).

PluginDaemonBadRequestError: file not found: icon.svg failed to remap tool icon failed to remap assets failed to save package

Originally created by @gsfyx on GitHub (Apr 1, 2025). PluginDaemonBadRequestError: file not found: icon.svg failed to remap tool icon failed to remap assets failed to save package
yindo closed this issue 2026-02-16 00:19:37 -05:00
Author
Owner

@gsfyx commented on GitHub (Apr 1, 2025):

Image

@gsfyx commented on GitHub (Apr 1, 2025): ![Image](https://github.com/user-attachments/assets/1c2aa28c-f5cc-4c1a-b31b-7b3e077632f7)
Author
Owner

@gsfyx commented on GitHub (Apr 1, 2025):

Image

@gsfyx commented on GitHub (Apr 1, 2025): ![Image](https://github.com/user-attachments/assets/a4284971-b86e-47f1-a61a-d84f5c5ed5e8)
Author
Owner

@gsfyx commented on GitHub (Apr 1, 2025):

看到代码中已经改了,怎么还是有这个问题

@gsfyx commented on GitHub (Apr 1, 2025): 看到代码中已经改了,怎么还是有这个问题
Author
Owner

@NsGFr commented on GitHub (Apr 1, 2025):

在“模型供应商”里面安装“ollama”, "通义千问"的时候,报错:
{
"code": "invalid_param",
"message": "PluginDaemonBadRequestError: file not found: icon_s_en.png\nfailed to remap model icon small en_US\nfailed to remap assets\nfailed to save package",
"status": 400
}

环境用的是纯windows,没有用docker跑任何的中间件。

@NsGFr commented on GitHub (Apr 1, 2025): 在“模型供应商”里面安装“ollama”, "通义千问"的时候,报错: { "code": "invalid_param", "message": "PluginDaemonBadRequestError: file not found: icon_s_en.png\nfailed to remap model icon small en_US\nfailed to remap assets\nfailed to save package", "status": 400 } 环境用的是纯windows,没有用docker跑任何的中间件。
Author
Owner

@zhuchen19960915 commented on GitHub (Apr 1, 2025):

在“模型供应商”里面安装“ollama”, "通义千问"的时候,报错: { "code": "invalid_param", "message": "PluginDaemonBadRequestError: file not found: icon_s_en.png\nfailed to remap model icon small en_US\nfailed to remap assets\nfailed to save package", "status": 400 }

环境用的是纯windows,没有用docker跑任何的中间件。

windows 下有bug,他少了一层_assets目录,需要自己加上

@zhuchen19960915 commented on GitHub (Apr 1, 2025): > 在“模型供应商”里面安装“ollama”, "通义千问"的时候,报错: { "code": "invalid_param", "message": "PluginDaemonBadRequestError: file not found: icon_s_en.png\nfailed to remap model icon small en_US\nfailed to remap assets\nfailed to save package", "status": 400 } > > 环境用的是纯windows,没有用docker跑任何的中间件。 windows 下有bug,他少了一层_assets目录,需要自己加上
Author
Owner

@Yamcanda commented on GitHub (Apr 2, 2025):

media_transport\assets.go line 18 加上 _assets 目录: file, ok := assets["_assets/" + filename]

@Yamcanda commented on GitHub (Apr 2, 2025): media_transport\assets.go line 18 加上 _assets 目录: file, ok := assets["_assets/" + filename]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#74