Is Not Synced means that syncing is stopped?

I am confused.

Is Not Synced means that syncing is stopped ? or Just it is opposite of Full node Synced while Syncing is running in background ?

  1. When Block chain state is read through RPC (https://localhost:8555/) then following response received
    “sync_mode”: true
    “synced”: false

  2. While response of chia show -s on CLI is
    Current Blockchain Status: Not Synced

1 Like

Normally if it is syncing it will say so in the GUI, then it will read “syncing 12345 of 123456”

my understanding from my experiences. not synced means ur .db files are… not syncing… frozen. stuck. not growing larger.
not synced can happen at any time for any number of reasons.
port closed, ip change, DHCP, proxies, vpns
tbh any router config in general can affect the sync.
could be a change in the db.

I see the problem less in windows but it does occur from time to time.
but sense the latest update
v1.3.3
have not had one issue… be sure to update the db wallet.

deff not winning any chia whilest not synced tho…

but before I updated.

I usually do a reboot when im stricken with this issue and 8/10 it works

or roll my system back a day with a backup, to let it re sync the past day.

I kinda like it,
keeps us all on our toes
:rofl:

In my experience, no, it does not mean syncing has stopped. I see this typically after the initial sync when starting, as it only got to the height that it initially taken (and shown) when syncing was starting. Then it has to resync further to the actual current height. Depending on how long you needed to get to that next ‘taken’ height, this lasts variable time until it’s caught up to actual current height again. However, it doesn’t show the new current height, it just says Not Synced. This series of events can repeat itself, depending on how quickly your node can catch up.

2 Likes

На какой высоте у вас остановилась синхронизация?

Сегодня моя ферма просто перестала фармить на высоте 1 858 670
Проблема такакяже.

It could be either.

If, for example, you lost your network connection, then your syncing has stopped.
If your network connection returned after some time, then your syncing would likely kick in, but not yet be synced. Ergo, you would be syncing in the background.

The way to identify whether or not you are syncing is:
– In the GUI, on the “Full Node” screen, look at the “Peak Height” box.
The value in that box should increment approximately every 20 seconds.

If it increments, then you are syncing.

:sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sob: :sos: :sos: :sos: :sos: :sos: :sos:

Check your log files for any messages about sync problems. If you have connections and it does not move from this block height, the database may have become corrupted and needs to be deleted and re-synced from the beginning.

1 Like

Yes, that’s what I’m doing now, downloading a new database) Tell me where to look at the log?

.
2022-04-19T20:08:16.949 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:08:18.094 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:08:19.404 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:08:20.355 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:09:58.726 full_node chia.full_node.full_node: WARNING Block pre-validation time: 19.00 seconds (32 blocks, start height: 1858671)
2022-04-19T20:09:59.521 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:09:59.524 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:10:08.483 full_node asyncio : ERROR Task was destroyed but it is pending!
task: <Task pending name=‘Task-2002’ coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:948> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x0000023E0E8669A0>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]>
2022-04-19T20:12:21.269 full_node chia.full_node.full_node: WARNING Block pre-validation time: 11.17 seconds (32 blocks, start height: 1858671)
2022-04-19T20:12:21.831 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:12:21.833 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:12:59.013 full_node asyncio : ERROR Task was destroyed but it is pending!
task: <Task pending name=‘Task-3281’ coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:948> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x0000023E0F39DCA0>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]>
2022-04-19T20:15:37.535 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:15:37.536 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:16:05.326 full_node asyncio : ERROR Task was destroyed but it is pending!
task: <Task pending name=‘Task-4933’ coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:948> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x0000023E174E1340>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]>
2022-04-19T20:19:31.937 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:19:31.938 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:22:29.544 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:22:29.549 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:24:57.347 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:24:57.349 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:27:24.592 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:27:44.256 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:28:58.642 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:29:23.750 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:29:23.753 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:29:38.656 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:29:43.183 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:29:47.213 full_node chia.rpc.rpc_server : WARNING Error while handling message: Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 215, in safe_handle
File “chia\rpc\rpc_server.py”, line 203, in ws_api
File “chia\rpc\rpc_server.py”, line 164, in open_connection
ValueError: Start client failed, or server is not set

2022-04-19T20:33:31.350 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:33:31.352 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:33:51.910 full_node full_node_server : WARNING Cannot write to closing transport 141.126.30.202
2022-04-19T20:34:10.636 full_node chia.full_node.full_node: ERROR Error with syncing: <class ‘RuntimeError’>Traceback (most recent call last):
File “chia\full_node\full_node.py”, line 862, in _sync
RuntimeError: Weight proof did not arrive in time from peer: 190.171.116.85

2022-04-19T20:34:28.606 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1001 (going away), no reason Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 812, in ensure_open
websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason

2022-04-19T20:34:28.609 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1001 (going away), no reason Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 803, in ensure_open
websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason

2022-04-19T20:34:28.611 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1001 (going away), no reason Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 803, in ensure_open
websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason

2022-04-19T20:34:28.613 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1001 (going away), no reason Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 803, in ensure_open
websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason

2022-04-19T20:34:28.615 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1001 (going away), no reason Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 803, in ensure_open
websockets.exceptions.ConnectionClosedOK: code = 1001 (going away), no reason

2022-04-19T20:40:10.202 harvester chia.plotting.manager : WARNING Have multiple copies of the plot plot-k32-2021-06-19-23-38-c82340b9c07250101440e479d01a0088d45928b59c23c729e822bfbc733bc897.plot in [‘F:\’, ‘P:\’].
2022-04-19T20:40:10.807 harvester chia.plotting.manager : WARNING Have multiple copies of the plot plot-k32-2021-06-22-09-12-0609fd1954c500ca82b877ea76978f0db30f538cb9b5cb5142f3338b0c0c12b3.plot in [‘F:\’, ‘P:\’].
2022-04-19T20:42:44.428 harvester chia.plotting.manager : WARNING Have multiple copies of the plot plot-k32-2021-06-06-00-20-513cd41194b2c9075eb09c22b9b23fb3e78fc5faab162979a1a72932d8a18aef.plot in [‘C:\18’, ‘C:\41’].
2022-04-19T20:43:00.485 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:43:02.182 harvester chia.rpc.rpc_server : WARNING Sending data failed. Exception Traceback (most recent call last):
File “chia\rpc\rpc_server.py”, line 72, 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 656, in _send_frame
File “aiohttp\base_protocol.py”, line 84, in _drain_helper
AssertionError
.
2022-04-19T20:43:44.896 full_node chia.full_node.full_node: WARNING Block pre-validation time: 33.44 seconds (32 blocks, start height: 1858671)
2022-04-19T20:43:45.645 full_node chia.consensus.blockchain: ERROR Error while adding block b4a6db3b9a814b7d5a132717c9facab37390656de82d415478bc95dc43523c5b height 1858671, rolling back: Traceback (most recent call last):
File “chia\consensus\blockchain.py”, line 266, in receive_block
File “chia\consensus\blockchain.py”, line 410, in _reconsider_peak
File “chia\full_node\coin_store.py”, line 150, in new_block
File “chia\full_node\coin_store.py”, line 512, in _set_spent
File “aiosqlite\core.py”, line 210, in executemany
File “aiosqlite\core.py”, line 129, in _execute
File “aiosqlite\core.py”, line 102, in run
sqlite3.OperationalError: disk I/O error
disk I/O error
2022-04-19T20:43:45.647 full_node chia.full_node.full_node: ERROR sync from fork point failed err: disk I/O error
2022-04-19T20:43:56.065 full_node asyncio : ERROR Task was destroyed but it is pending!
task: <Task pending name=‘Task-1598’ coro=<FullNode.sync_from_fork_point..fetch_block_batches() running at chia\full_node\full_node.py:948> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x000001C7BDF61F10>()]> cb=[_gather.._done_callback() at asyncio\tasks.py:767]>
2022-04-19T20:44:49.117 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 723, in readexactly
File “asyncio\streams.py”, line 517, in _wait_for_data
File “asyncio\proactor_events.py”, line 395, in _loop_writing
File “asyncio\windows_events.py”, line 537, in send
ConnectionResetError: [WinError 10054] Удаленный хост принудительно разорвал существующее подключение

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, 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

2022-04-19T20:44:50.332 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File “asyncio\windows_events.py”, line 462, in finish_recv
OSError: [WinError 64] Указанное сетевое имя более недоступно

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 817, in _poll
File “asyncio\windows_events.py”, line 466, in finish_recv
ConnectionResetError: [WinError 64] Указанное сетевое имя более недоступно

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, in safe_handle
File “websockets\protocol.py”, line 555, in send
File “websockets\protocol.py”, line 812, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason

2022-04-19T20:44:50.336 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File “asyncio\windows_events.py”, line 462, in finish_recv
OSError: [WinError 64] Указанное сетевое имя более недоступно

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 817, in _poll
File “asyncio\windows_events.py”, line 466, in finish_recv
ConnectionResetError: [WinError 64] Указанное сетевое имя более недоступно

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, 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

2022-04-19T20:44:50.340 daemon main : ERROR Unexpected exception trying to send to websocket: code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
File “asyncio\windows_events.py”, line 462, in finish_recv
OSError: [WinError 64] Указанное сетевое имя более недоступно

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 817, in _poll
File “asyncio\windows_events.py”, line 466, in finish_recv
ConnectionResetError: [WinError 64] Указанное сетевое имя более недоступно

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “Lib\site-packages\chia\daemon\server.py”, line 231, 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

These errors (sqlite3.OperationalError: disk I/O error) explain why sync is not working.

Is the disk holding the blockchain full? Another possibility based on web searches is that something else is using the database making it Read-Only, so Chia cannot write to it. If your disk is not full and rebooting doesn’t fix the problem, check your disk for errors and make sure it is healthy.

2 Likes

It remains to understand what kind of disk we are talking about, the farm is large about 70 disks 914 tb

It is the drive holding the Chia blockchain database file blockchain_v2_mainnet.sqlite.

First which version are you running and how much disk space do you have left?