[PR #297] [MERGED] fix: errChan failed to write response because of panic nil (#296) #430

Closed
opened 2026-02-16 01:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/297
Author: @NeatGuyCoding
Created: 5/21/2025
Status: Merged
Merged: 5/25/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (3)

  • 4191180 fix: errChan failed to write response because of panic nil (#296)
  • ddb4471 fix: join err and er into a single error using errors.Join, thanks @Yeuoly (#296)
  • 5e2e865 Merge branch 'main' into mine_main

📊 Changes

1 file changed (+15 additions, -6 deletions)

View changed files

📝 internal/core/plugin_manager/install_to_local.go (+15 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/297 **Author:** [@NeatGuyCoding](https://github.com/NeatGuyCoding) **Created:** 5/21/2025 **Status:** ✅ Merged **Merged:** 5/25/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`4191180`](https://github.com/langgenius/dify-plugin-daemon/commit/4191180e4b3654f313aa5dc15efb4c14c319c569) fix: errChan failed to write response because of panic nil (#296) - [`ddb4471`](https://github.com/langgenius/dify-plugin-daemon/commit/ddb4471ac2a24410b650db87b5b2c44139c13bbe) fix: join err and er into a single error using errors.Join, thanks @Yeuoly (#296) - [`5e2e865`](https://github.com/langgenius/dify-plugin-daemon/commit/5e2e865676085535ba272ed7844b4db6cedd7b9b) Merge branch 'main' into mine_main ### 📊 Changes **1 file changed** (+15 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/install_to_local.go` (+15 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:56 -05:00
yindo closed this issue 2026-02-16 01:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#430