Replies: 1 comment
-
you can see here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I tried to update to v1.0.0 today, but after the update, there has been a network connection error. So I redeployed with the old version. I directly moved the “volumes” file. Now when I upload files for embedding, it has been in the queue. I checked the log and found that it has been reporting errors and refreshing. How can I solve this problem?
2. Additional context or comments
2025-02-15 01:32:18 2025/02/14 17:32:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:32:48 2025/02/14 17:32:48 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:33:18 2025/02/14 17:33:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:33:48 2025/02/14 17:33:48 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:34:18 2025/02/14 17:34:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:34:48 2025/02/14 17:34:48 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:35:18 2025/02/14 17:35:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:35:48 2025/02/14 17:35:48 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:36:18 2025/02/14 17:36:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:36:48 2025/02/14 17:36:48 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:37:18 2025/02/14 17:37:18 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:40:13 2025/02/14 17:40:13 pool.go:32: [INFO]init routine pool, size: 10000
2025-02-15 01:40:13 2025/02/14 17:40:13 init.go:111: [INFO]dify plugin db initialized
2025-02-15 01:40:13 2025/02/14 17:40:13 manager.go:129: [INFO]start plugin manager daemon...
2025-02-15 01:40:13 2025/02/14 17:40:13 init.go:19: [INFO]Persistence initialized
2025-02-15 01:40:13 2025/02/14 17:40:13 watcher.go:16: [INFO]start to handle new plugins in path: plugin
2025-02-15 01:40:13 2025/02/14 17:40:13 watcher.go:73: [ERROR]list installed plugins failed: plugin_unique_identifier is not valid
2025-02-15 01:40:13 [gnet] 2025-02-14T17:40:13.929032458Z INFO logging/logger.go:256 Launching gnet with 8 event-loops, listening on: tcp://0.0.0.0:5003
2025-02-15 01:40:14 2025/02/14 17:40:14 cluster_lifetime.go:113: [INFO]current node has become the master of the cluster
2025-02-15 01:40:23 2025/02/14 17:40:23 node.go:213: [INFO]node 7d82e170-dc77-4d81-bf8a-fede6c3b73bf has been removed from the cluster due to being disconnected
Beta Was this translation helpful? Give feedback.
All reactions