in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='marketpl
docker-plugin_daemon-1 No error should occur. ❌ Actual Behavior docker-plugin_daemon-1 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid. 👍 1 dosubot bot commented Mar 17, 2025 Hello, @jasonchaos! I'm here to help you with any bugs, que...
Error response from daemon: legacy plugin: plugin not found 错误信息含义 当你看到这样的错误信息时,意味着Docker守护进程在尝试加载或使用一个遗留(legacy)插件时未能找到该插件。这通常发生在Docker配置中指定了某个插件,但实际上该插件并未被正确安装或配置。 可能的原因 插件未安装:你尝试使用的插件可能尚未在...
rhel7: error "gnome-session: (gnome-settings-daemon:2573): color-plugin-WARNING **: failed to get edid: unable to get EDID for output" Solution Verified- UpdatedJune 17 2024 at 12:46 PM- English Issue The errors below are logged in /var/log/messages: ...
[PANIC]Error processing environment variables: envconfig.Process: assigning S3_USE_AWS_MANAGED_IAM to S3UseAwsManagedIam: converting '' to type bool. details: strconv.ParseBool: parsing "": invalid syntax I have checked that S3_USE_AWS_MANAGED_IAM is set to false 👍4Metadata...
fix: add error logging for connection handshake failure by @Yeuoly in #57 fix: optimize plugin last active time tracking in stdio handler by @Yeuoly in #59 feat: enhance database initialization with fallback connection strategy by @Yeuoly in #58 fix: Fix CROSSSLOT Error in Redis Commands ...
Due to network restrictions, I must use a proxy to download and compile plugins. I added http_proxy and https_proxy to the plugin_daemon node in the docker-compose.yaml. However, the console now reports an error: uv pip install does not recognize --proxy. When using pip install with a...
IpfsNode) error { if err := loader.transition(loaderInjected, loaderStarting); err != nil { return err } iface, err := coreapi.NewCoreAPI(node) if err != nil { return err } for _, pl := range loader.plugins { if pl, ok := pl.(plugin.PluginDaemon); ok { err := pl....
Error())).ToResponse() internal/service/install_service/state.go +10-1 Original file line numberDiff line numberDiff line change @@ -6,6 +6,7 @@ import ( 6 6 "github.com/langgenius/dify-plugin-daemon/internal/db" 7 7 "github.com/langgenius/dify-plugin-daemon/internal/...
Conn, err error) error { 56 57 return nil 57 58 }) internal/core/plugin_manager/local_runtime/io.go +2-1 Original file line numberDiff line numberDiff line change @@ -1,6 +1,7 @@ 1 1 package local_runtime 2 2 3 3 import ( 4 + "github.com/langgenius/dify-...