mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Dify Agent Strategies Plugin Fails to Start: ImportError LogMetadata Not Found
#478
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 @shamspias on GitHub (Jul 24, 2025).
Self Checks
Dify version
1.6.0, 1.7.0
Plugin version
0.0.22
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
langgenius/agent).docker compose logs -f plugin_daemon).Expected behavior
The plugin should start successfully and be usable after installation.
Actual behavior
The plugin fails to start and enters a crash/restart loop. The logs show an
ImportErrorrelated to a missing symbol:LogMetadatafromdify_plugin.entities.tool.Note:
This issue appears to be the root cause of langgenius/dify#22896, as the missing import prevents the plugin from running entirely.
✔️ Error log