mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
BlockingIOError: [WinError 10035] An established connection was aborted by the software on your host computer while debug a plugin locally #560
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 @XinyuGu on GitHub (Aug 14, 2025).
Self Checks
Dify version
1.4.0
Plugin version
0.0.10
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
while I debug a plugin from github for example https://github.com/junjiem/dify-plugin-agent-mcp_sse, the plugin ran smoothly at first time. Then I closed the plugin and shut down my computer. Next time I ran the plugin , it raised the error. I think it is a bug for socket connection.
✔️ Error log
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\python_project\dify-plugin-agent-mcp_sse-main.venv\Lib\site-packages\gevent_socketcommon.py", line 721, in send
return self._sock.send(data, flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BlockingIOError: [WinError 10035] 无法立即完成一个非阻止性套接字操作。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\python_project\dify-plugin-agent-mcp_sse-main.venv\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 94, in write
sent = self._write_to_sock(data_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\python_project\dify-plugin-agent-mcp_sse-main.venv\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 73, in _write_to_sock
return self.sock.send(data)
^^^^^^^^^^^^^^^^^^^^
File "D:\python_project\dify-plugin-agent-mcp_sse-main.venv\Lib\site-packages\gevent_socketcommon.py", line 728, in send
return self._sock.send(data, flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionAbortedError: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
@crazywoola commented on GitHub (Aug 14, 2025):
@dosu Validate this issue.
@XinyuGu commented on GitHub (Aug 28, 2025):
@crazywoola So you have the idea? Could you make a comment on it? Much Appreciate.