mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-21 17:25:23 -04:00
Error processing plugins installed in OSS: list installed plugins failed: plugin_unique_identifier is not valid: /<author>/<name>:<version>@<checksum> #158
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 @vaddenz on GitHub (Jul 10, 2025).
Self Checks
To make sure we get to you in time, please check the following :)
Versions
langgenius/dify-plugin-daemon:0.1.2-localDescribe the bug
When plugin daemon deployed with OSS storage enabled, the watcher fails to list installed plugin. The error log keep showing:
This issue might be caused by
InstalledBucket.Listmethod which did not treat object path prefix properly. While listing installed plugins, the returned plugin unique identifier starts with a/, fails regex test and reports theplugin_unique_identifier is not validerror. In the end, all plugins fail registration and are unable to launch.Related code:
PluginManager.handleNewLocalPlugins
InstalledBucket.List
Possible related issue
To Reproduce