mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
dify_plugin 0.2.0 to 0.3.0, BlockingIOError: [WinError 10035] 无法立即完成一个非阻止性套接字操作。 #37
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 @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