mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Failed to install GroqCloud plugin #403
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 @sociometry on GitHub (Jun 27, 2025).
Self Checks
Dify version
1.5.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Settings - Model Provider. Then select groqcloud, and click Setup.
✔️ Expected Behavior
No response
❌ Actual Behavior
Failed to parse response from plugin daemon to PluginDaemonBasicResponse [PluginDecodeResponse], url: plugin/670142c9-5ad9-42f3-8e3f-d6a199ef7177/management/install/upload/package
@dosubot[bot] commented on GitHub (Jun 27, 2025):
Hi @sociometry! I'm Dosu and I’m helping the dify team.
This error usually means the response from the plugin daemon doesn't match what Dify expects. The most common causes are:
If you still have trouble, check the logs for both the main Dify app and the plugin-daemon containers for more details. As a workaround, you can try offline/manual installation by packaging the plugin as a .difypkg file and uploading it via the "Install via Local File" option (reference).
Let me know if you need help with any of these steps or if you find more details in your logs!
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@sociometry commented on GitHub (Jun 27, 2025):
My Dify application is version 1.5.0, and the plugin-daemon version is 0.1.2-local.
The logs are as follows:
Additionally, I have tried installing the plugin via local file, but the error still occurs.