The number of plots drops to 0 for no reason

Hello.
I have had a problem for 2 weeks, I can’t find the cause because it suddenly appeared without me making any changes or updates.
My problem is that chia regularly drops to 0 plots and doesn’t go back up, I have to close it and restart it.
any ideas?

How your HDs are connected (SATA/USB)? What does your debug.log say? Which version are you running?

i’m using usb, but i don’t think there is a connection, because i didn’t add new hdd or plots, and it worked great for weeks …

here is the log of a fork which just had the same problem:

2021-11-14T22:46:30.818 farmer farmer_server : INFO Connection closed: 127.0.0.1, node id: 1e1160947376b16234f45c282f6079745f1178153ad90dabee489b589c7b15b1
2021-11-14T22:46:30.819 farmer flax.farmer.farmer : INFO peer disconnected {‘host’: ‘127.0.0.1’, ‘port’: 6884}
2021-11-14T22:46:30.820 daemon flax.daemon.server : INFO Websocket exception. Closing websocket with flax_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] Le nom réseau spécifié n’est plus disponible

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] Le nom réseau spécifié n’est plus disponible

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

Traceback (most recent call last):
File “flax\daemon\server.py”, line 193, 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

Is that debug log from Chia or Flax?

However, what you copied is most likely irrelevant to scanning for drives / plots.

Open your config.yaml, look for “plot_directories” and add something like “x:\test” If you didn’t modify your plot scanning timeout, in 2 minutes you will have an entry about that folder being bad. Copy a couple of lines before that, and few after that line.

2021-11-14T22:46:01.367 full_node flax.full_node.full_node: INFO Finished signage point 22/64: CC: 3764d47d1be544e212846933b997ab631a2343ed8a653b18e4c9f37e9863dcfe RC: 1f85639bf8a2f8eb03144f311df796a04ef3abc95298d5e493f0ab0510123158
2021-11-14T22:46:01.726 harvester flax.harvester.harvester: INFO 4 plots were eligible for farming 3312b034fa… Found 0 proofs. Time: 0.35532 s. Total 1940 plots
2021-11-14T22:46:02.336 full_node flax.full_node.full_node: INFO Updated peak to height 737846, weight 80963698679, hh 2d888eabbb11e7c592996f279ddaf8eb4f1431df6b16d885a8758c66b0a381dc, forked at 737845, rh: 60770559df6e08c849c152c4fab66e1705fd83d6c98d9d5eae8762c299dba2a7, total iters: 1755498958279, overflow: False, deficit: 8, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:46:11.563 full_node flax.full_node.full_node: INFO Updated peak to height 737847, weight 80963838967, hh 5e224dc9c244001b7af24adcee94d04ac7e22cff6c8c29be13468cbd081edf8d, forked at 737846, rh: 4d0682da513601da9e54c012b76537e4ad4fbc3432a69255b0bad64c67973071, total iters: 1755500017525, overflow: False, deficit: 7, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:46:13.303 full_node flax.full_node.full_node: INFO Finished signage point 23/64: CC: f5c2d04c8fbd428fe731f4a010f50909d406be6d3124ae766a5c4322ec06c76f RC: 2612b0c35187db68662ff3887444f6003be9558dbf8735f3891615413c03fe73
2021-11-14T22:46:14.020 harvester flax.harvester.harvester: INFO 7 plots were eligible for farming 3312b034fa… Found 0 proofs. Time: 0.70664 s. Total 1940 plots
2021-11-14T22:46:20.523 full_node flax.full_node.full_node: INFO Finished signage point 24/64: CC: 81f90e89f418f0fbeef6a6dd311998c2f04d56bb439353b697b50d81cdd12b53 RC: dbcb5c5d8cdfb347faeb6762c5838eec2d5610ae6ce3115b37b767f5ed99e50b
2021-11-14T22:46:20.967 harvester flax.harvester.harvester: INFO 4 plots were eligible for farming 3312b034fa… Found 0 proofs. Time: 0.43940 s. Total 1940 plots
2021-11-14T22:46:28.397 full_node flax.full_node.full_node: INFO Finished signage point 25/64: CC: 2e6ea47abc4ee2d74d155016c10937a7741e4f429240bd03090b1e31d0989ffe RC: 0d6c6fd168b7b21873d33b10a9e9497f1b796596f5712a92a9c0d2acbf37177a
2021-11-14T22:46:30.818 farmer farmer_server : INFO Connection closed: 127.0.0.1, node id: 1e1160947376b16234f45c282f6079745f1178153ad90dabee489b589c7b15b1
2021-11-14T22:46:30.819 farmer flax.farmer.farmer : INFO peer disconnected {‘host’: ‘127.0.0.1’, ‘port’: 6884}
2021-11-14T22:46:30.820 daemon flax.daemon.server : INFO Websocket exception. Closing websocket with flax_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] Le nom réseau spécifié n’est plus disponible

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] Le nom réseau spécifié n’est plus disponible

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

Traceback (most recent call last):
File “flax\daemon\server.py”, line 193, 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

2021-11-14T22:46:37.217 full_node flax.full_node.full_node: INFO Finished signage point 26/64: CC: cb1d3a97af5847282da6268757b496ec9190a153d0804499d85fcced42c0658c RC: 7f7e85e57b1f767ba55b43e7357a73539e10d892b3113f313842ad304bb1c22d
2021-11-14T22:46:43.289 full_node flax.full_node.full_node: INFO Finished signage point 27/64: CC: c0fcdb69df2caa6aa0562e98c0f4af5737b2948e57a0d201d147a91aaa75377e RC: 77b6e9f6d227390bf7c2d2069ac09c5e5dc40b811e4d5a89978d69d2648c8717
2021-11-14T22:46:48.106 full_node flax.full_node.full_node: INFO Added unfinished_block 91049074d7a480280a0639a1103b4bcd6492880ddfb51bc75aa28e9dba8134c7, not farmed by us, SP: 27 farmer response time: 4.8154, Pool pk xfx10mlax0g9nht9wha0sph2uu7rpe3t4gmm866tfjdexmmwlk63jfsqg77a3h, validation time: 0.0420 seconds, cost: 0, percent full: 0.0%
2021-11-14T22:46:52.834 full_node flax.full_node.full_node: INFO Finished signage point 28/64: CC: 4f6c5c810dbdbfa7452eb96945216abdab3c9f8940d302dbb78bf497983b1a12 RC: a5b8c621e6d9cd867e6b5d19c186d124eeca0f7a1c2de955cc0265d784df0884
2021-11-14T22:46:56.461 full_node flax.full_node.full_node: INFO Added unfinished_block 2422b7b50b450667a1e3a12f5926a5f912e5fb5494bada8afc463d281aed7f41, not farmed by us, SP: 28 farmer response time: 3.6273, Pool pk xfx18gpn628d8s8j0fcjsyrjvxyzpku4qnrt5flakhcjwv9ktmd98csqg6jrn8, validation time: 0.0480 seconds, cost: 0, percent full: 0.0%
2021-11-14T22:47:01.742 full_node flax.full_node.full_node: INFO Finished signage point 29/64: CC: 1f2f0d5fc77c304a761ab34470d6d03f42fa21558a24c59f67acb2ea68d97e48 RC: 1ed80a0d271528561dc1300b454d6477e7bbbe78a333b1414eb46a51c85a48b5
2021-11-14T22:47:10.891 full_node flax.full_node.full_node: INFO Finished signage point 30/64: CC: 7c38e914dd25b0516226b9d7b5f974bfc12c3713434ad8fb1348142a5f9a1a3e RC: b3befe4695457f0a92e5fed119b99c1c6e8a64982fdc131ff58e38382358b99d
2021-11-14T22:47:17.145 full_node flax.full_node.full_node: INFO Added unfinished_block 39607a07251e8a33b2ad77bcd2894186ad4fb790a22b0fb3f9575ff22db71417, not farmed by us, SP: 30 farmer response time: 6.2537, Pool pk xfx1qn45uj0rqx8fa5uvgyazmu3taskjem7389h0pmkcjyr9yuw4wkfs7dpgdq, validation time: 0.0490 seconds, cost: 0, percent full: 0.0%
2021-11-14T22:47:19.727 full_node flax.full_node.full_node: INFO Updated peak to height 737848, weight 80963979255, hh d760497d91b843bcc53e87e929ea50a795ad22a070d9adcd6c64df8d3ae65af0, forked at 737847, rh: 03628aea3e45fd27a4da8c7e4c965c78bb68abad86576e6401f28212763520d8, total iters: 1755509429474, overflow: False, deficit: 6, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:47:19.729 full_node flax.full_node.mempool_manager: INFO Size of mempool: 0 spends, cost: 0 minimum fee to get in: 0
2021-11-14T22:47:22.397 full_node flax.full_node.full_node: INFO Finished signage point 31/64: CC: 0ca7566170e57b4e8ddd90bf6adcbbf74be209f7b65669cfc7565b3ae94013b2 RC: 4494c7eb64842c7885a6c73f3d2a3cb2a58d0936defe481f44eaa2ecc0970d69
2021-11-14T22:47:25.818 full_node flax.full_node.full_node: INFO Updated peak to height 737849, weight 80964119543, hh b2de25e920f71d9b7f425909a9739ff8fa1f99a37bbacdb47b36a149c4a74380, forked at 737848, rh: 6a7108a114524e51e9a8d0adca6816d4e701a2a23fe3e10db8b19a944710ee7a, total iters: 1755509926533, overflow: False, deficit: 5, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:47:33.138 full_node flax.full_node.full_node: INFO Finished signage point 32/64: CC: f91e77cd451421851469f0f432228a6e3084b304954d93ff4ff706b04cc9c5d7 RC: df8413ff344e4d9a5940f43d46489a08d887d3f8c3e80d2f49c8d44d96945853
2021-11-14T22:47:35.019 full_node flax.full_node.full_node: INFO Added unfinished_block 7a3019c7889cc643983c7b3aabac98d6ed7b87863d14e288d9e0c644dbdb9504, not farmed by us, SP: 32 farmer response time: 1.8792, Pool pk xfx173k8fscmw0tx00l7wgdn0t45lf2vv2rqp3j95v79g4nekkgldmvqdp3ndv, validation time: 0.0410 seconds, cost: 0, percent full: 0.0%
2021-11-14T22:47:39.596 full_node flax.full_node.full_node: INFO Finished signage point 33/64: CC: 118d6ddbfb87bd27f7298f7b8cc1e91338d0b1ad18c8945d230c9efb5eec4c55 RC: 8c8affe4ba16ff9f49fbb3d79c9890d7131e885e625481cebb676776364487c4
2021-11-14T22:47:48.038 full_node flax.full_node.full_node: INFO Updated peak to height 737850, weight 80964259831, hh 6264bc686f92605ddf340d818f4e0d790b49e6a7596324eeda076aa8947d7f0e, forked at 737849, rh: 415f00a990e3519b9bbd64248577596e19ddb838d395675f97c33e693c7d730e, total iters: 1755512973851, overflow: False, deficit: 4, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:47:50.258 full_node flax.full_node.full_node: INFO Finished signage point 34/64: CC: a51d5196db18668e179133d1e11a35eaed6adfea4e068d3296b11a85d4f35678 RC: 2accc3a0848e5c5604b3ad925aa31488833d385c1f51689a278207dcef7c53a1
2021-11-14T22:47:57.071 full_node flax.full_node.full_node: INFO Finished signage point 35/64: CC: dc901846aaf29f7c0e705d7008ccbe3d28f120a31456302acbe900a47403ff22 RC: 87b3c85ad0c8b8b7f121efc262851f13e894a3bf52015cc9763c82407840137f
2021-11-14T22:47:59.583 full_node flax.full_node.full_node: INFO Updated peak to height 737851, weight 80964400119, hh d301912dea50863f01b999f9d0eb67e5c6029422b8b7e0de16899bd0cd2470bb, forked at 737850, rh: 5d26e8ee8aa6a65e5cf164bf4bcfc8710c0b0cde56bbd62365f4c1c9fe4f650b, total iters: 1755514370611, overflow: False, deficit: 3, difficulty: 140288, sub slot iters: 75497472, Generator size: No tx, Generator ref list size: No tx
2021-11-14T22:47:59.584 full_node flax.full_node.mempool_manager: INFO Size of mempool: 0 spends, cost: 0 minimum fee to get in: 0
2021-11-14T22:48:08.852 full_node flax.full_node.full_node: INFO Finished signage point 36/64: CC: 3b214908bc24882180cc5eb3add2a3cc17ca16e64c74ddd0bbc2d113ae8d10e1 RC: 4c374a863fde9ffb697965f62b50a2d7edcc4ac31689ed2dd947b7ce28e10ffb
2021-11-14T22:48:12.671 full_node flax.full_node.full_node: INFO Added unfinished_block 88a10133d2c7f30054b43f2fa06bf84e8db037a0772e

after that, i need restart…

OK, that is Flax. I don’t know anything about it.

Your harvester most likely sees all your drives / folders.

You need to bring it up on Flax forum, as that could be just Flax specific problem.

I shared the flax log with you because it is the last one to have bugged, atm chia works then the log is clean.
but the operation is the same, and the problem too.

ok i found same on chia log:

2021-11-13T11:55:49.072 harvester chia.harvester.harvester: INFO 4 plots were eligible for farming 8c31ea8f72… Found 0 proofs. Time: 1.04095 s. Total 1940 plots
2021-11-13T11:55:49.692 full_node chia.full_node.full_node: INFO Updated peak to height 1134771, weight 2050342800, hh 2a4cfbafec3925240fbdb43918c57a359d045d3cc6f199ace8a6984a93644e1e, forked at 1134770, rh: 6320e73dec406979324faf7db1e8fffb9ea2ec3c605b623bbb5cc14aeaaad7b7, total iters: 4262796044594, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:55:49.744 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134771, weight 2050342800,
2021-11-13T11:55:55.625 full_node chia.full_node.full_node: INFO Updated peak to height 1134772, weight 2050345792, hh 66f8f5923913631b7b7967991ed84322ba00562f79692d20fc08062b40c0a870, forked at 1134771, rh: 543434d30687c6b3404aed51586fe918f34213aede2cb46ed64959fbb643ebf2, total iters: 4262797136204, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:55:55.928 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134772, weight 2050345792,
2021-11-13T11:55:58.956 full_node chia.full_node.full_node: INFO Finished signage point 58/64: CC: 2947cf418d82ba4310c91c6807fe152528ef8e2de23facf9a5a3209d71c3ae72 RC: 2262c563316fe915295a706640ed14ae5528515a55a560ea976603498cb8960f
2021-11-13T11:56:01.516 farmer farmer_server : INFO Connection closed: 127.0.0.1, node id: d839a517557601529542aec092686c1e57267145e150c4bd43882d12cf8594fd
2021-11-13T11:56:01.517 farmer chia.farmer.farmer : INFO peer disconnected {‘host’: ‘127.0.0.1’, ‘port’: 8448}
2021-11-13T11:56:01.518 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] Le nom réseau spécifié n’est plus disponible

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] Le nom réseau spécifié n’est plus disponible

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 193, 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

2021-11-13T11:56:02.349 full_node chia.full_node.full_node: INFO Updated peak to height 1134773, weight 2050348784, hh 9cd35dd15f11a47135feb1f112b7ab584175b5bda092bedc29fca4034bf78a65, forked at 1134772, rh: 8857ca97ebb06d471aad05d6e00b39234c280fcbc0f99ab2ccc7458a22c05b34, total iters: 4262798500469, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:56:02.411 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134773, weight 2050348784,
2021-11-13T11:56:04.239 full_node chia.full_node.full_node: INFO Updated peak to height 1134774, weight 2050351776, hh a32b54f5373fc323b0db3c60c9ec9ffbd1d499f45289b04d0d391ccdee9244e4, forked at 1134773, rh: 269c38c44dc33640eebdec6e7b4fa35ac682e4d360ce8a2a62dd3fe11eff1f8c, total iters: 4262798759776, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:56:04.295 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134774, weight 2050351776,
2021-11-13T11:56:08.516 full_node chia.full_node.full_node: INFO Updated peak to height 1134775, weight 2050354768, hh cd404d07a2d65c328a438ab6032d9497b8e923e59cc6abe9d72800c5de8aafce, forked at 1134774, rh: e4c229cf053d6339f971dbaae0de13e3e2f35f0316f798b7236e819427f2baae, total iters: 4262799579658, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:56:08.575 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134775, weight 2050354768,
2021-11-13T11:56:10.628 full_node chia.full_node.full_node: INFO Finished signage point 59/64: CC: 27660623e2f6fbafb93480e5b8f3edd6a5950316c306e0c6d9c3d17c845f7538 RC: 6439e1b9528f4cf99a5a97452a10bd13261476aacdfcf6c1e913f2e121d3231e
2021-11-13T11:56:16.837 full_node chia.full_node.full_node: INFO Updated peak to height 1134776, weight 2050357760, hh ddea1438a76561d19636aabbb03273024a7cf88ad0be72104f6e8f99ad12c080, forked at 1134775, rh: 87ffaec22e445a5864cc54e47be2d067ff4c801c9e1ec38ff91cad72f381d499, total iters: 4262801312316, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:56:17.185 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134776, weight 2050357760,
2021-11-13T11:56:18.990 full_node chia.full_node.full_node: INFO Updated peak to height 1134777, weight 2050360752, hh 3d79e68a8dcd910a21f013eb5ba83b73c98f0289d4b035673b25b7d78034e22a, forked at 1134776, rh: 0310f9a11fcac4bc6edbd4de26f4c07610bc535ff75f5fd060be05c848c3eeb6, total iters: 4262801569531, overflow: False, deficit: 0, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:56:19.046 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134777, weight 2050360752,
2021-11-13T11:56:21.361 full_node chia.full_node.full_node: INFO Finished signage point 60/64: CC: 3c669e44bc0be1df6eb10d2cbf741462583a42bb9bca54529c0fbf540f52dda5 RC: e456e35eafe51a83ba874413b46279905d24115976512e3328949dc49e20d8ef
2021-11-13T11:56:29.886 full_node chia.full_node.full_node: INFO Finished signage point 61/64: CC: 1bd3a12a329571bf032b73887b42763797ef698a7a55c337269496af986e1eb4 RC: e6e64c69a1b44877285b5eb90f30070eee013b1d5467bee28096cb8ab30e1dc8
2021-11-13T11:56:38.697 full_node chia.full_node.full_node: INFO Finished signage point 62/64: CC: 606fab260fcec55da0b2f2d784e304dc0283866a65b311dea0fd0917c606a75d RC: 7c6da545ede0cce77bc9b3db9fc250e18ce8423b5031155e61490eb1c90383fc
2021-11-13T11:56:47.373 full_node chia.full_node.full_node: INFO Finished signage point 63/64: CC: ce1e0be57b074b6f3e4edc6118e93304a7075f7efeed9ce581f80161d833800c RC: e985b31de72f87ee83e8abcbb8ff7b0ebc85d13327571fea741c3201a0f100d6
2021-11-13T11:56:48.842 full_node chia.full_node.full_node: INFO Added unfinished_block 534e2edc709cf2bb2ddf873ac0905edbb5104ea54fc7cf05c0c214a32d9850b2, not farmed by us, SP: 62 farmer response time: 10.1432, Pool pk xch1gv2n7jn957d4ct6344umjdh4kvmg7dz5dwsye4m4zeeu5nwhucys3m9448, validation time: 0.2542 seconds, cost: 2572548179, percent full: 23.387%
2021-11-13T11:56:56.530 full_node chia.full_node.full_node: INFO Finished sub slot, SP 64/64, bbbae65ea5ecf66e640fe47e2106d0ad5799739ac9cbe0d85f7aa92d1fdfc2d9, number of sub-slots: 2, RC hash: 42691afe31aa6791fb3235e10c07588d69ac563e4508fffb9e46a56024abe2b1, Deficit 16
2021-11-13T11:57:06.333 full_node chia.full_node.full_node: INFO Finished signage point 1/64: CC: 6aedc86ff82b0af7b7b804fae25100a5358115f2234cf340f671b5dd4487205d RC: 4350c844a7eae6f1e0ba500693fe035a7aa77060ab2b4bcc77ee1fed74e9ce08
2021-11-13T11:57:17.957 full_node chia.full_node.full_node_store: INFO Don’t have rc hash 2fdaa2203aed046188dcc0534f011ab69b3abfaa66f27b97107ebdfcc59dd3bc. caching signage point 2.
2021-11-13T11:57:19.568 full_node chia.full_node.full_node: INFO Updated peak to height 1134778, weight 2050363744, hh 6791e1824a05daef0b9b2f1da89cf9d491f421aa675fa32874ba800080143a27, forked at 1134777, rh: 2fdaa2203aed046188dcc0534f011ab69b3abfaa66f27b97107ebdfcc59dd3bc, total iters: 4262814409732, overflow: True, deficit: 16, difficulty: 2992, sub slot iters: 135266304, Generator size: 55862, Generator ref list size: 0
2021-11-13T11:57:19.797 full_node chia.full_node.full_node_store: INFO Don’t have rc hash 0310f9a11fcac4bc6edbd4de26f4c07610bc535ff75f5fd060be05c848c3eeb6. caching signage point 62.
2021-11-13T11:57:19.816 full_node chia.full_node.mempool_manager: INFO Size of mempool: 5 spends, cost: 69814208 minimum fee to get in: 0
2021-11-13T11:57:19.818 full_node chia.full_node.full_node: INFO Finished signage point 2/64: CC: 0558343f7934e50c1a1345dc752b11041faea59b059d2a35526b8d935927ff24 RC: 5a0d9318d197eb3c1ba630c091df7ec0c4e1a2bd323b9b9de676d8a8be28ef69
2021-11-13T11:57:19.972 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134778, weight 2050363744,
2021-11-13T11:57:24.082 full_node chia.full_node.full_node: INFO Finished signage point 3/64: CC: 1095f74ab3b2e1ebc302dce6d4af4e87193946723cfead73d77accfeb56809db RC: dcdccd685fd2819e5455093ff933f26df0351a6dcdde4f5899ec1f8c4bc4159b
2021-11-13T11:57:31.260 farmer chia.farmer.farmer : INFO GET /farmer response: {‘authentication_public_key’: ‘0xb49704d838d39a082d414e8c0c2d177d5bf019dc82b15d7b4b4be392307587ee31243749e58059b1d7ded6f3aaf035e2’, ‘payout_instructions’: ‘3e0074c43f3a2410afb333b449ea940f99f590593e9559d369ccdc2a673aaca1’, ‘current_difficulty’: 25, ‘current_points’: 2033}
2021-11-13T11:57:31.620 farmer chia.farmer.farmer : INFO GET /farmer response: {‘authentication_public_key’: ‘0xb6ef3196e701237861e8fb5d2dbd550847a6615bf854a92b8752db165e61dd2e790c695eea5b3643f3b1abd5be393893’, ‘current_difficulty’: 12, ‘current_points’: 2898, ‘payout_instructions’: ‘887c8dae8d25f9351160af421c9ee5d8a4e71f4ff9ab9ed7bbf78527b2eaeedf’}
2021-11-13T11:57:31.983 farmer chia.farmer.farmer : INFO PUT /farmer response: {‘error_code’: 16, ‘error_message’: ‘Cannot update farmer yet.’}
2021-11-13T11:57:31.985 farmer chia.farmer.farmer : ERROR Failed to update farmer information on the pool https://pool-xch.lafermedumineur.fr
2021-11-13T11:57:32.928 full_node chia.full_node.full_node: INFO Finished signage point 4/64: CC: 118973c45d90608c264884c91cf875c5c590fe01d504ca1d827fe0fcaf4e5a74 RC: 60f5ca709cce924f6285e929ad1456979b91be552d4ba30094d476a1a646f489
2021-11-13T11:57:41.537 full_node chia.full_node.full_node: INFO Finished signage point 5/64: CC: 2478d1e89bc14e92439ff7c442bc086fd65eb32ac5ad3f70a484414a0a487e4d RC: cdc4c08c96c6ce1d38f5ba64baccf85ad648fe353af96ba43e351c0bd59dd88c
2021-11-13T11:57:50.364 full_node chia.full_node.full_node: INFO Finished signage point 6/64: CC: 676a44257da045e5d533017a622e75bd0c12fc1e7a62ea59269cf33a7687a693 RC: d1409e5bbb94197dcf09779d4d60664da706bfbc476f0c7157d38f762c057ab5
2021-11-13T11:57:55.307 full_node chia.full_node.full_node: INFO Added unfinished_block 9a4eb56f2d8a5abce9d4d58f49f805cd721b468a525bd2aaab1e24f090bb682d, not farmed by us, SP: 6 farmer response time: 4.9415, Pool pk xch166uxt4awv8vvyaq7xvrn8jdkpntumjs5k08jepmgmtld37qqxtlqyt8plq, validation time: 0.0701 seconds, cost: 239020985, percent full: 2.173%
2021-11-13T11:57:58.983 full_node chia.full_node.full_node: INFO Finished signage point 7/64: CC: daf2489753708ae0935e1c65d9a873c885b649cb47d84b9bd305425ac7e9040b RC: 0cee9b86820f9a73c1321939e0b056811f0c7820075296449bd315334a2b4788
2021-11-13T11:58:07.976 full_node chia.full_node.full_node: INFO Finished signage point 8/64: CC: b2a1d5245598cf8d2bd5e7faa40652368878fa9afa7fde805074440b73f3e10e RC: b154a12cf86e2edb042a2d46b2a3c57d3b46676199bb6fdbdb9c76a0e55800e7
2021-11-13T11:58:13.900 full_node chia.full_node.full_node: INFO Added unfinished_block 65266ace7caa2614f6c64f4c0e49d63dd5fad02bcfc38cc8365a257002ee5c1a, not farmed by us, SP: 8 farmer response time: 5.9234, Pool pk xch1f0ryxk6qn096hefcwrdwpuph2hm24w69jnzezhkfswk0z2jar7aq5zzpfj, validation time: 0.0641 seconds, cost: 260719053, percent full: 2.37%
2021-11-13T11:58:16.703 full_node chia.full_node.full_node: INFO Finished signage point 9/64: CC: 27983606e52f6f240a77fe440010acef7d837c8558dee42e966ac6f8aa9f470a RC: 004f1f253ce0987cd743170348a4ebd4700cd6688214c5daac4748ef432b92e6
2021-11-13T11:58:18.483 full_node chia.full_node.full_node: INFO Updated peak to height 1134779, weight 2050366736, hh 089dbdfd1b2f674726018f97e8a0daf82f5490826a9a56812a8c23d0d341a639, forked at 1134778, rh: 498240c596e0f2443d381c915fb90e7a2f4e82075f747a79ade9b8fa65544228, total iters: 4262829725963, overflow: False, deficit: 15, difficulty: 2992, sub slot iters: 135266304, Generator size: 12365, Generator ref list size: 0
2021-11-13T11:58:18.487 full_node chia.full_node.mempool_manager: INFO Size of mempool: 6 spends, cost: 62120738 minimum fee to get in: 0
2021-11-13T11:58:18.572 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134779, weight 2050366736,
2021-11-13T11:58:26.840 full_node chia.full_node.full_node: INFO Finished signage point 10/64: CC: 96c69eb046b9283ea874e8159344ea273b44738c1fe7ab84b1d03b290628079b RC: 6361e58152b939d28024be3d38d92fa1de555516e3fcf47d82291cc2382e6186
2021-11-13T11:58:35.342 full_node chia.full_node.full_node: INFO Finished signage point 11/64: CC: f66d217860e8086cc86a1d0eac87d6d9c15474804ea2d3601fd572b3fe98b21d RC: 4da8521464059ffcdd961552fa0d65e3e882d136153471e339de34fa51608beb
2021-11-13T11:58:39.949 full_node chia.full_node.full_node: INFO Added unfinished_block 6c1fdb46f30324a2929136c742c52e960d506762271d95aa5e871a5182ed2aa3, not farmed by us, SP: 11 farmer response time: 4.6052, Pool pk xch1jp6frj3ecddur7dxak3n7lq0j75ltquh2zyd44epdu0d6704y2hqyky5hf, validation time: 0.0751 seconds, cost: 170514156, percent full: 1.55%
2021-11-13T11:58:42.445 full_node chia.full_node.full_node: INFO Updated peak to height 1134780, weight 2050369728, hh 266c669bff99a6f7e558dfeb26b6f603e9877116fd2e439ca3edcbd1ea4651f8, forked at 1134779, rh: 566e6fecfccbffeaa71f3d7b13df9d436088c63ca5dffe6b05e9131009423d6f, total iters: 4262835247747, overflow: False, deficit: 14, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:58:42.506 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134780, weight 2050369728,
2021-11-13T11:58:45.040 full_node chia.full_node.full_node: INFO Finished signage point 12/64: CC: 0812bea79381123901d379a86b0aedd28db9d4c6fffc02cb7e15f298fe186db4 RC: 8e512b1e69bec0a80c904eb77fb22f1c47929f3b2ae5baf9d43e5a2b7164dd8b
2021-11-13T11:58:46.325 full_node chia.full_node.full_node: INFO Added unfinished_block 1b38a8bd5ca7297c0fb426746c2146da9d6b511b6c35fee65d71baa49ef78c19, not farmed by us, SP: 12 farmer response time: 1.2842, Pool pk xch1d6075yjzrkgnmsflctadxdw483sltsz2eun2dka55n7ueatwdcysc5vpk5, validation time: 0.0801 seconds, cost: 207949061, percent full: 1.89%
2021-11-13T11:58:50.750 full_node chia.full_node.full_node: INFO Added unfinished_block bffc99d232930b1ce3c0a306c279600dcf4e09472d2b84b803fcd28519900fa5, not farmed by us, SP: 12 farmer response time: 5.7092, Pool pk xch1jp6frj3ecddur7dxak3n7lq0j75ltquh2zyd44epdu0d6704y2hqyky5hf, validation time: 0.0801 seconds, cost: 207949061, percent full: 1.89%
2021-11-13T11:58:53.472 full_node chia.full_node.full_node: INFO Finished signage point 13/64: CC: ff3541a6cd53a1873496b56555549c3033149536e3e79521f91e0deb8870a202 RC: 8b6c427488e680f7929b3997f92aecb65c650634424bbd166bca165f9e676da4
2021-11-13T11:58:56.198 full_node chia.full_node.full_node: INFO Added unfinished_block 31f4498fb487ce751e91fa0f5b13ce1072285a542070585ef960191f6f43ed96, not farmed by us, SP: 13 farmer response time: 2.7255, Pool pk xch1mq7pnyd2aj5qfwat0ye2vwl2z90ws5tuvh70dur03kgxnhdkg7qsvskc6v, validation time: 0.0801 seconds, cost: 218804096, percent full: 1.989%
2021-11-13T11:59:02.392 full_node chia.full_node.full_node: INFO Finished signage point 14/64: CC: db9c836fd38cf2b85c4279ea2fe7101935bcebc60d67cf752aeb5d48a19d8270 RC: 16148b22394fdae90cc95e3408405024ca9a4a7b23e09d9e0b96872b93629b43
2021-11-13T11:59:04.581 full_node chia.full_node.full_node: INFO Updated peak to height 1134781, weight 2050372720, hh 62a89be7cdcc25d894bb25da42eb7c7195c37fb4163ba813ad3f4cf01e785142, forked at 1134780, rh: 30d5fe2693130ad67384012e5145bb88b79c1af85af18230ae286f29726dd9b5, total iters: 4262840391082, overflow: False, deficit: 13, difficulty: 2992, sub slot iters: 135266304, Generator size: 8295, Generator ref list size: 0
2021-11-13T11:59:04.588 full_node chia.full_node.mempool_manager: INFO Size of mempool: 8 spends, cost: 500377957 minimum fee to get in: 0
2021-11-13T11:59:04.684 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134781, weight 2050372720,
2021-11-13T11:59:05.431 full_node chia.full_node.full_node: INFO Added unfinished_block 32b4ebdaea1d4a092f71dd9c536acd5e49b78cfd461af052282a86bc28dbadf1, not farmed by us, SP: 14 farmer response time: 3.0378, Pool pk xch1l8y93uf4plj2dc9w2fvrfn09uz53kwzekq4rel6x9j8f0hwlp9nsksd92q, validation time: 0.1141 seconds, cost: 670397481, percent full: 6.095%
2021-11-13T11:59:12.025 full_node chia.full_node.full_node: INFO Finished signage point 15/64: CC: 05491641969b825928156baf3b9d26f4e98615eba8e7666c5e4d18328c2dcb67 RC: d1280a4a11aaeb84a99d777b8d2388dc0f878604ea834807c1694ede671a203c
2021-11-13T11:59:14.277 full_node chia.full_node.full_node: INFO Updated peak to height 1134782, weight 2050375712, hh 86ce96210b5ac42f3abb57d71063697ee47282efe3aa2328bb8011d6e133c0a8, forked at 1134781, rh: 581ce22e899955e4114b8bfc8f92949d53dfd1d32e3780e367cb79d26fad48a9, total iters: 4262842549695, overflow: False, deficit: 12, difficulty: 2992, sub slot iters: 135266304, Generator size: No tx, Generator ref list size: No tx
2021-11-13T11:59:14.345 wallet chia.wallet.wallet_blockchain: INFO Updated wallet peak to height 1134782, weight 2050375712,
2021-11-13T11:59:16.812 full_node chia.full_node.full_node: INFO Added unfinished_block 41c10f4c80e4ff10aac7317e855152de07d6c2c9afb25a8046b3ccd9a60ff1ed, not farmed by us, SP: 15 farmer response time: 4.7873, Pool pk xch1jp6frj3ecddur7dxak3n7lq0j75ltquh2zyd44epdu0d6704y2hqyky5hf, validation time: 0.0861 seconds, cost: 499945154, percent full: 4.545%
2021-11-13T11:59:19.821 full_node chia.full_node.full_node: INFO Updated peak to height 1134783, weight 2050378704, h

Which Chia version are you running?

This line says that your harvester is sound, and sees all your plots. Also, that it responds to challenges from the farmer.

This line indicates that your farmer just gave up on your harvester. Two reasons to have that happen.
Some networking issues between farmer and harvester. However, that is rather unlikely, as they use 127.0.0.1 to chat (local connection; although, it could be a firewall problem, still a bit odd). Or your harvester just died.

There is no other output from harvester that would indicate that it has problems (or is OK). Maybe you could check whether your harvester is still running (ps or Task Manager).

One more option would be to increase your log level to DEBUG, maybe it will have some additional info.

I would bring it up on github.

Another way of looking at that issue is that your both Chia and Flax have the same problem, plus what you stated already, you didn’t do any changes. That kind of hints that the problem comes from the network (change in protocol, etc.). This would suggest that your Chia version may be old.

this is actually the only change that I made, I moved, and my box cannot yet work here, I have internet via the usb connection sharing of a 4g+ phone (but I have a connection 4Xmore power than before as well).

The only thing that I can think of is that your phone is changing IP (normal for some providers), dropping connection for a moment, and Chia cannot recover (maybe quickly enough). Although, I don’t know how that could explain problems on 127.0.0.1 part.

Still, that is one of two moving parts (first is old Chia version having problems with some changes in the network protocol, and the second some problems with your Internet connection). I would focus on trying to resolve your Internet connection issue first. Although, still would go on github hoping that maybe someone from Chia could shed some light on that.

would putting a 4g router in place of the telephone not solve the problem then?

because I am fighting with the telecom to solve my box problem, but they are not in a hurry …

I really don’t know. I know that phone IP connections were/are shit. That does not affect your browsing, as every time you need some updates, your browser and your server really don’t care about IP changes. However, for non-HTTP protocols that could be lethal, if not handled right.

That said, I am not sure, whether 4g router has some privileged connection to avoid those issues. Although, router is kind of prepared to efficiently handle all dropouts, where phone may be cutting some corners. You may want to ask that question your telecom, or ask them to let you return it, in case it doesn’t improve anything.

I can not ask the question to my telecom because it is forbidden to use this type of telephone contract as an internet router … :sweat_smile:

Well, then you are SOL.

Although, you could try to get some VPN. That will not save you from network dropouts, but after things get back to stable state, you will still have your old IP, and potentially resume all the work.

I will try this, it costs nothing. and it’s simple

unfortunately, the vpn did not solve my problem.

I had that issue this morning, I deleted .yaml, started chia then re added drives, took a few attempts but finally there.

I doubt its your router tbh.
I was OK, 1.2.9 gave a few issues, 1.2.10 is even worse.

hi.
I come back to this topic because my problem has never disappeared, I cannot solve it.
I have recently format my pc and put everything back as a first installation (except my 24 words of course!)
but the problem persists.
you have no other idea?
having done the tour of the problem, I was looking for a pitching tool, which would reboot the farmer after X time detected at 0 plot.
but I don’t have the skills to create such a tool.