dify_plugin 0.2.0 to 0.3.0, BlockingIOError: [WinError 10035] 无法立即完成一个非阻止性套接字操作。 #37

Closed
opened 2026-02-15 21:15:24 -05:00 by yindo · 0 comments
Owner

Originally created by @rchlz on GitHub (May 22, 2025).

when i upgrade dify_plugin to 0.2.0~0.3.0 (tried every version)
Then debugging always reports the same error. The error message is as follows:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\gww04.conda\envs\dify-plugin-env\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 "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 94, in write
sent = self._write_to_sock(data_bytes)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 73, in _write_to_sock
return self.sock.send(data)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\gevent_socketcommon.py", line 728, in send
return self._sock.send(data, flags)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionAbortedError: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。

remote dify version:1.3.0
python version:3.12.9
difyplugin cli version:v0.1.0

Originally created by @rchlz on GitHub (May 22, 2025). when i upgrade dify_plugin to 0.2.0~0.3.0 (tried every version) Then debugging always reports the same error. The error message is as follows: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\gww04.conda\envs\dify-plugin-env\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 "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 94, in write sent = self._write_to_sock(data_bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\dify_plugin\core\server\tcp\request_reader.py", line 73, in _write_to_sock return self.sock.send(data) ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\gww04.conda\envs\dify-plugin-env\Lib\site-packages\gevent_socketcommon.py", line 728, in send return self._sock.send(data, flags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ConnectionAbortedError: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。 remote dify version:1.3.0 python version:3.12.9 difyplugin cli version:v0.1.0
yindo closed this issue 2026-02-15 21:15:24 -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-sdks#37