v1.7.0 install plugin error:/app/internal/db/executor.go:259 record not found #166

Closed
opened 2026-02-16 00:20:16 -05:00 by yindo · 7 comments
Owner

Originally created by @timer-2117 on GitHub (Jul 29, 2025).

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.7.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

i had read the issue but i can not find the solution
i have used docker compose to deploy dify and started successfully but when i try to install plugin the error occured as following

Image i try to modify docker-compose.yaml and make sure the mount directory is same

docker inspect docker-plugin_daemon-1 | grep -A 10 "Mounts" "Mounts": [ { "Type": "bind", "Source": "/data/ljx/test_dify/dify/docker/volumes/app/storage", "Destination": "/app/api/storage", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], docker inspect docker-api-1 | grep -A 10 "Mounts" "Mounts": [ { "Type": "bind", "Source": "/data/ljx/test_dify/dify/docker/volumes/app/storage", "Destination": "/app/api/storage", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ],

✔️ Expected Behavior

install successfully

Actual Behavior

/app/internal/db/executor.go:259 record not found

Originally created by @timer-2117 on GitHub (Jul 29, 2025). ### Self Checks - [x] I have read the [Contributing Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542). - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report, otherwise it will be closed. - [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.7.0 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce i had read the issue but i can not find the solution i have used docker compose to deploy dify and started successfully but when i try to install plugin the error occured as following <img width="3760" height="1359" alt="Image" src="https://github.com/user-attachments/assets/06be21d7-5ab4-4b0c-b069-56962263cd40" /> i try to modify docker-compose.yaml and make sure the mount directory is same `docker inspect docker-plugin_daemon-1 | grep -A 10 "Mounts" "Mounts": [ { "Type": "bind", "Source": "/data/ljx/test_dify/dify/docker/volumes/app/storage", "Destination": "/app/api/storage", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], docker inspect docker-api-1 | grep -A 10 "Mounts" "Mounts": [ { "Type": "bind", "Source": "/data/ljx/test_dify/dify/docker/volumes/app/storage", "Destination": "/app/api/storage", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], ` ### ✔️ Expected Behavior install successfully ### ❌ Actual Behavior /app/internal/db/executor.go:259 record not found
yindo closed this issue 2026-02-16 00:20:16 -05:00
Author
Owner

@wqlparallel commented on GitHub (Sep 10, 2025):

some problem

@wqlparallel commented on GitHub (Sep 10, 2025): some problem
Author
Owner

@JackLuguibin commented on GitHub (Sep 23, 2025):

The issue persists in Dify version 1.8.1. Below is the translation of your statement into English, maintaining a clear and professional tone suitable for a GitHub Issue or further troubleshooting:


Issue Description:
The "record not found" error in docker-plugin_daemon (logged as /app/internal/db/executor.go:259 record not found) still occurs in Dify version 1.8.1. This issue was previously encountered and reported, but upgrading to version 1.8.1 did not resolve it.


If you need assistance with drafting a detailed GitHub Issue for this problem or further troubleshooting steps, please let me know! For example, I can help refine the Issue template with specific logs or environment details, or suggest additional checks to pinpoint the cause. Let's work together to resolve this and contribute to a better Dify experience!

@JackLuguibin commented on GitHub (Sep 23, 2025): The issue persists in Dify version 1.8.1. Below is the translation of your statement into English, maintaining a clear and professional tone suitable for a GitHub Issue or further troubleshooting: --- **Issue Description**: The "record not found" error in `docker-plugin_daemon` (logged as `/app/internal/db/executor.go:259 record not found`) still occurs in Dify version 1.8.1. This issue was previously encountered and reported, but upgrading to version 1.8.1 did not resolve it. --- If you need assistance with drafting a detailed GitHub Issue for this problem or further troubleshooting steps, please let me know! For example, I can help refine the Issue template with specific logs or environment details, or suggest additional checks to pinpoint the cause. Let's work together to resolve this and contribute to a better Dify experience!
Author
Owner

@bb159 commented on GitHub (Nov 2, 2025):

I found that the problem still exists in version 1.9.2, and my database content is completely messed up, but I can't determine whether it's caused by the Tencent Cloud CDN address or this error.

@bb159 commented on GitHub (Nov 2, 2025): I found that the problem still exists in version 1.9.2, and my database content is completely messed up, but I can't determine whether it's caused by the Tencent Cloud CDN address or this error.
Author
Owner

@erbanku commented on GitHub (Dec 30, 2025):

Still exists in 1.11.1

@erbanku commented on GitHub (Dec 30, 2025): Still exists in 1.11.1
Author
Owner

@fatelei commented on GitHub (Jan 12, 2026):

check the database to see it exists or not

@fatelei commented on GitHub (Jan 12, 2026): check the database to see it exists or not
Author
Owner

@bb159 commented on GitHub (Jan 13, 2026):

I cannot determine which code segment issued the request, nor do I know what message was requested. There doesn't appear to be any error in the code within the container.

@bb159 commented on GitHub (Jan 13, 2026): I cannot determine which code segment issued the request, nor do I know what message was requested. There doesn't appear to be any error in the code within the container.
Author
Owner

@fatelei commented on GitHub (Jan 14, 2026):

so we can close issue, if you has any error, we can open it

@fatelei commented on GitHub (Jan 14, 2026): so we can close issue, if you has any error, we can open it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#166