Replies: 1 comment
-
WARNING Sending data failed. Exception Traceback (most recent call last): I have this same error too. Were you able to get any answers? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had no Errors for weeks till 1.2 Pooling. The two below are the only ones but they are repeating and I cannot find and historical conversations with a resolution
I do not know where the "File "D:\a\chia..."" is coming from. My D drive is a secondary plotting drive on my rig, not my OS. Havent had anything on there except temp plotting files.
Would really appreciate some help. I am not great with writing commands, on Windows 10
2021-07-09T10:11:49.164 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File "websockets\protocol.py", line 827, in transfer_data
File "websockets\protocol.py", line 895, in read_message
File "websockets\protocol.py", line 971, in read_data_frame
File "websockets\protocol.py", line 1047, in read_frame
File "websockets\framing.py", line 105, in read
File "asyncio\streams.py", line 712, in readexactly
File "asyncio\proactor_events.py", line 395, in _loop_writing
File "asyncio\windows_events.py", line 532, in send
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\a\chia-blockchain\chia-blockchain\venv\Lib\site-packages\chia\daemon\server.py", line 187, in safe_handle
File "websockets\protocol.py", line 555, in send
File "websockets\protocol.py", line 803, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
2021-07-09T10:11:53.824 farmer chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 67, in _state_changed
File "aiohttp\client_ws.py", line 150, in send_str
File "aiohttp\http_websocket.py", line 687, in send
File "aiohttp\http_websocket.py", line 643, in _send_frame
File "aiohttp\http_websocket.py", line 660, in _write
ConnectionResetError: Cannot write to closing transport
.
2021-07-09T10:11:54.022 farmer chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File "chia\rpc\rpc_server.py", line 67, in _state_changed
File "aiohttp\client_ws.py", line 150, in send_str
File "aiohttp\http_websocket.py", line 687, in send
File "aiohttp\http_websocket.py", line 643, in _send_frame
File "aiohttp\http_websocket.py", line 660, in _write
ConnectionResetError: Cannot write to closing transport
Beta Was this translation helpful? Give feedback.
All reactions