Plugin runtime error #152

Closed
opened 2026-02-16 00:20:11 -05:00 by yindo · 1 comment
Owner

Originally created by @hxt99199 on GitHub (Jul 3, 2025).

Self Checks

  • 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 (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.4

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

When I run the Markdown to DOCX Converter plugin on dify version 1.4, the configurations seem fine and the process runs without errors, but there is no output (such as the generated Word document). When checking the plugin_deamon's log in docker, I found the following error:
[recovery] 2025/07/03 - 01:50:51 panic recovered: panic recovered
runtime error: invalid memory address or nil pointer dereference
/ usr / local / go / src / runtime / panic.go:262(0x4768b8)
/ usr / local / go / src / runtime / signal_unix.go:917(0x476888)
/ app / internal / core / plugin_manager / local_runtime / stdio.go:85(0xdb28d2)
/ app / internal / core / plugin_manager / local_runtime / io.go:16(0xdb023a)
/ app / internal / core / plugin_daemon / generic.go:28(0xfb4f36)
/ app / internal / core / plugin_daemon / tool_service.go:27(0xf94c37)
/ app / internal / service / invoke_tool.go:21(0xfeia1c)
/ app / internal / service / base_sse.go:116(0xfedfba)
/ app / internal / service / base_sse.go:44(0xfee21e)
I don't know how to solve this issue. Please provide an answer or solution! Thanks!**

✔️ Expected Behavior

The output of the previous node LLM should be converted to a Word document.

Actual Behavior

No output

Originally created by @hxt99199 on GitHub (Jul 3, 2025). ### Self Checks - [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 (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.4 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce When I run the Markdown to DOCX Converter plugin on dify version 1.4, the configurations seem fine and the process runs without errors, but there is no output (such as the generated Word document). When checking the plugin_deamon's log in docker, I found the following error: [recovery] 2025/07/03 - 01:50:51 panic recovered: panic recovered runtime error: invalid memory address or nil pointer dereference / usr / local / go / src / runtime / panic.go:262(0x4768b8) / usr / local / go / src / runtime / signal_unix.go:917(0x476888) / app / internal / core / plugin_manager / local_runtime / stdio.go:85(0xdb28d2) / app / internal / core / plugin_manager / local_runtime / io.go:16(0xdb023a) / app / internal / core / plugin_daemon / generic.go:28(0xfb4f36) / app / internal / core / plugin_daemon / tool_service.go:27(0xf94c37) / app / internal / service / invoke_tool.go:21(0xfeia1c) / app / internal / service / base_sse.go:116(0xfedfba) / app / internal / service / base_sse.go:44(0xfee21e) I don't know how to solve this issue. Please provide an answer or solution! Thanks!** ### ✔️ Expected Behavior The output of the previous node LLM should be converted to a Word document. ### ❌ Actual Behavior No output
yindo closed this issue 2026-02-16 00:20:11 -05:00
Author
Owner

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

it has been fixed

@fatelei commented on GitHub (Jan 12, 2026): it has been fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#152