Websocket exception. Closing websocket with chia_harvester code = 1006

Hello,

i get an error while I’m farming, it stop attempting to proof.
I have about 12,330 plots and they all fine.
I installed windows 10 again and installed chia software from the beginning including resyncing and same problem returns!
it repeat it self about twice a day.
nothing will help , only restart!

Software installed 1.23 - i did try old versions but still same problem
i saw many farmers have same problem and no one come with an answer!
Here is the error :

2021-07-28T03:30:15.295 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 633321, weight 605522608,
2021-07-28T03:30:15.360 full_node full_node_server : INFO Connection closed: 139.227.242.221, node id: b4db34a5eab2370ae7eeedb19dc4ef1c9330afc0ac4d7463b8328e4e5a63e747
2021-07-28T03:30:15.360 full_node chia.full_node.full_node: INFO peer disconnected {‘host’: ‘139.227.242.221’, ‘port’: 8444}
2021-07-28T03:30:17.575 harvester chia.harvester.harvester: INFO 20 plots were eligible for farming ec2768bce2… Found 0 proofs. Time: 3.71933 s. Total 12111 plots
2021-07-28T03:30:18.098 full_node chia.full_node.mempool_manager: INFO It took 0.0069789886474609375 to pre validate transaction
2021-07-28T03:30:18.118 full_node chia.full_node.mempool_manager: INFO add_spendbundle took 0.01795220375061035 seconds, cost 8600560 (0.078%)
2021-07-28T03:30:20.473 full_node chia.full_node.full_node: INFO Duplicate compact proof. Height: 121725. Header hash: 841f5051e41e6a46d9376d5dffdcfdd85ba74ebb27cb4fc67f00a53af82a592e.
2021-07-28T03:30:20.536 full_node chia.full_node.full_node: INFO Duplicate compact proof. Height: 121725. Header hash: 841f5051e41e6a46d9376d5dffdcfdd85ba74ebb27cb4fc67f00a53af82a592e.
2021-07-28T03:30:22.811 full_node chia.full_node.full_node: INFO Finished signage point 28/64: CC: 799402d0d85d5a9e5780e626827d9b1fab7efdb2135df6539b92e0a98306f5f1 RC: 71175d8f59f2eadf812169bf6f0dc81fb2cdfaf0ff6bac6ef39d829aee521de8
2021-07-28T03:30:26.539 full_node full_node_server : INFO Not accepting inbound connection: {‘host’: ‘221.197.232.227’, ‘port’: 8444}.Inbound limit reached.
2021-07-28T03:30:26.763 full_node full_node_server : INFO Connection closed: 221.197.232.227, node id: fdf2ffa0b6acdc7eb9380d69508da2f17f4b03e5a415ff58e5c1cc372035e073
2021-07-28T03:30:26.764 full_node chia.full_node.full_node: INFO peer disconnected {‘host’: ‘221.197.232.227’, ‘port’: 8444}
2021-07-28T03:30:27.886 farmer farmer_server : INFO Connection closed: 127.0.0.1, node id: 392e026b7b18953c74bef1b3a890e1737d1b9816c203007a339b160c02655f13
2021-07-28T03:30:27.887 farmer chia.farmer.farmer : INFO peer disconnected None
2021-07-28T03:30:27.887 daemon main : INFO Websocket exception. Closing websocket with chia_harvester code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File “asyncio\windows_events.py”, line 457, in finish_recv
OSError: [WinError 64] The specified network name is no longer available

During handling of the above exception, another exception occurred:

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 723, in readexactly
File “asyncio\streams.py”, line 517, in _wait_for_data
File “asyncio\proactor_events.py”, line 280, in _loop_reading
File “asyncio\windows_events.py”, line 812, in _poll
File “asyncio\windows_events.py”, line 461, in finish_recv
ConnectionResetError: [WinError 64] The specified network name is no longer available

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 172, in safe_handle
File “websockets\protocol.py”, line 439, in aiter
File “websockets\protocol.py”, line 509, in recv
File “websockets\protocol.py”, line 803, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason

Same problem here, been ongoing for months. There are some github issues opened against chia for this but no progress. I am now talking to the farmr.net developer to see if they can restart the harvester when they detect this (or i’ll write my own python code to detect it)