mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Plugin Marketplace page error: Failed to parse response from plugin daemon (PluginListResponse) #666
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 @fantq1005 on GitHub (Sep 22, 2025).
Self Checks
Dify version
Cloud (1.8.1, Web UI)
Plugin version
N/A (Marketplace page, no plugin can be loaded)
Cloud or Self Hosted
Cloud
Steps to reproduce
Log in to Dify Cloud via browser.
Go to Plugins → Marketplace.
Page remains blank.
Error popup appears:
Failed to parse response from plugin daemon to PluginDaemonBasicResponse [PluginListResponse],
url: plugin/861f40e7-90ed-4c4e-b903-25f7754b83bf/management/list
✔️ Error log
Failed to parse response from plugin daemon to PluginDaemonBasicResponse [PluginListResponse],
url: plugin/861f40e7-90ed-4c4e-b903-25f7754b83bf/management/list
@dosubot[bot] commented on GitHub (Sep 22, 2025):
Hi @fantq1005! I'm Dosu and I’m helping the dify-official-plugins team.
This error happens when the plugin daemon returns data in a format that doesn't match what the Dify frontend expects—usually because the main Dify app and the plugin daemon are running different versions. The system expects a dictionary with specific fields (like
listandtotal), but sometimes gets a raw list or a mismatched structure, which triggers the parsing failure. Keeping both the main Dify application and the plugin daemon on the same version resolves this issue, and recent updates in the codebase specifically address version alignment to prevent these errors [source] [source].If you're on Dify Cloud, this is likely a temporary backend issue or an in-progress update. If the problem persists, it may help to check for any ongoing platform updates or reach out to the Dify Cloud team to confirm that all components are running compatible versions.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
