mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Failed to parse response from plugin daemon to PluginDaemonBasicResponse [list], url: plugin/e6770410-e853-48b0-b966-89eaf022173a/management/agent_strategies #491
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 @getecms on GitHub (Jul 28, 2025).
Self Checks
Dify version
1.5.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
6391-5ae7a910dbcdd79c.js:83 GET http://192.168.14.62/console/api/workspaces/current/agent-providers 400 (BAD REQUEST)

✔️ Expected Behavior
I want to incorporate a knowledge base into my work
❌ Actual Behavior
The following errors have been corrected in the workflow
6391-5ae7a910dbcdd79c.js:83
GET http://192.168.14.62/console/api/workspaces/current/agent-providers 400 (BAD REQUEST)
I have introduced a knowledge base, but the prompt words cannot be added to the context, and clicking the button has no effect
@dosubot[bot] commented on GitHub (Jul 28, 2025):
Hi @getecms! I'm Dosu and I’m helping the dify team.
The 400 (BAD REQUEST) error and the "Failed to parse response from plugin daemon to PluginDaemonBasicResponse [list]" message indicate that the plugin daemon's response at the agent_strategies endpoint doesn't match the strict schema Dify expects. The response must be a JSON object with code (int), message (str), and data (list of agent providers, each with nested declaration and strategies fields) source.
Common causes are missing or malformed fields in the plugin daemon's response, or a mismatch after recent updates (Dify 1.6.0/1.7.0 introduced stricter checks and new protocols). This can break downstream features like adding prompt words to the context.
To troubleshoot:
LOG_LEVEL=DEBUGand optionally configureLOG_FILEto capture detailed logs source.If the issue persists, sharing the actual plugin daemon response and relevant logs will help pinpoint the mismatch.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@crazywoola commented on GitHub (Jul 28, 2025):
This version seems a bit outdated. Please provide the plugin version. Regarding issues with the plugin, do not submit them to the main repository.
@dosubot[bot] commented on GitHub (Aug 20, 2025):
Hi, @getecms. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!