[BUG] init eIf environment for plugin failed, the task is still updated as successful #119

Closed
opened 2026-02-16 00:19:57 -05:00 by yindo · 0 comments
Owner

Originally created by @NeatGuyCoding on GitHub (May 21, 2025).

Running the dify-plugin-daemon without the required packages, such as "uv," may result in the installation task appearing successful, even though it has actually failed.

log message:

2025/05/22 02:57:35 full_duplex.go:27: [INFO]new plugin logged in: langgenius/bedrock:0.0.19
2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19
2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying
2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19
2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying
2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19
2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying
2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19
2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying
2025/05/22 02:57:35 full_duplex.go:29: [INFO]plugin langgenius/bedrock:0.0.19 has exited

dify ui:

Image

from database:

Image

Originally created by @NeatGuyCoding on GitHub (May 21, 2025). Running the dify-plugin-daemon without the required packages, such as "uv," may result in the installation task appearing successful, even though it has actually failed. log message: ``` 2025/05/22 02:57:35 full_duplex.go:27: [INFO]new plugin logged in: langgenius/bedrock:0.0.19 2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19 2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying 2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19 2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying 2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19 2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying 2025/05/22 02:57:35 full_duplex.go:59: [INFO]init environment for plugin langgenius/bedrock:0.0.19 2025/05/22 02:57:35 full_duplex.go:65: [ERROR]init environment failed: failed to find uv path: exit status 1, retrying 2025/05/22 02:57:35 full_duplex.go:29: [INFO]plugin langgenius/bedrock:0.0.19 has exited ``` dify ui: ![Image](https://github.com/user-attachments/assets/43754a68-6317-4376-a5ef-e4b278b741c9) from database: ![Image](https://github.com/user-attachments/assets/d58b66ee-4725-43d8-95fb-8f8a24e00bb9)
yindo added the plugin-daemon label 2026-02-16 00:19:57 -05:00
yindo closed this issue 2026-02-16 00:19:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#119