mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 10:05:47 -04:00
使用自己的github ID的插件安裝時plugin_unique_identifier is not valid #31
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 @darknessWONG on GitHub (Apr 18, 2025).
問題
我在安裝自己編寫的插件的時候,author字段使用自己的github ID時會報plugin_unique_identifier is not valid錯誤。
嘗試
版本
Dify版本 1.0.1
Dify-plugin版本 0.0.7
@jingfelix commented on GitHub (Apr 23, 2025):
plugin 的 author 不可包含大写字母
ref:
author must be alphanumeric and less than 64 characters: ^[a-z0-9_-]{1,64}$'@darknessWONG commented on GitHub (Apr 23, 2025):
解決了。謝謝!
@AfterTheStars commented on GitHub (May 18, 2025):
我想问一下打包后的本地插件在使用的时候一直处于加载,执行不了, 但是在调试过程中没有这个问题,你知道怎么处理吗
@jingfelix commented on GitHub (May 19, 2025):
加载是指「插件已经正常安装」后,在调用时执行不了吗?可以检查一下 requirements.txt 中是否把所有依赖项都写进去了。
如果是本地 Docker 部署的话,可以用
docker compose logs -f plugin_daemon看一下报错日志@AfterTheStars commented on GitHub (Jun 3, 2025):
已经解决了,这个是环境配置问题🙏
发自我的iPhone
------------------ 原始邮件 ------------------
发件人: Tianyi Jing @.>
发送时间: 2025年5月19日 16:57
收件人: langgenius/dify-plugins @.>
抄送: le @.>, Comment @.>
主题: Re: [langgenius/dify-plugins] 使用自己的github ID的插件安裝時plugin_unique_identifier is not valid (Issue #373)
jingfelix left a comment (langgenius/dify-plugins#373)
我想问一下打包后的本地插件在使用的时候一直处于加载,执行不了, 但是在调试过程中没有这个问题,你知道怎么处理吗
加载是指「插件已经正常安装」后,在调用时执行不了吗?可以检查一下 requirements.txt 中是否把所有依赖项都写进去了。
如果是本地 Docker 部署的话,可以用 docker compose logs -f plugin_daemon 看一下报错日志
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>