Replies: 1 comment
-
A reboot? |
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.
-
Background
I have about 600 plots (i.e original and NFT plots) farmed on Corepool, Pool.space and Ecochia pools respectively.
Then…
All of a sudden, I encountered the connectivity issue with Harvester. So I decided to:-
..Result..._
Some plots are now excluded from farming. The number of Plot Counts is now 382, not 599.
However, Chia still attempts to attempt proof with all 599 plots.
So I tried to run in CLI mode with the following command
`.\chia start all -r
chia_harvester: Error, timeout.
stop failed
chia_harvester: Task exception was never retrieved
future: <Task finished name='Task-5' coro=<DaemonProxy.start..listener() done, defined at chia\daemon\client.py:30> exception=ConnectionClosedError('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
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "chia\daemon\client.py", line 33, in listener
File "websockets\protocol.py", line 509, in recv
File "websockets\protocol.py", line 812, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason
Error, timeout.
chia_harvester failed to start. Error: no response
Task exception was never retrieved
future: <Task finished name='Task-16' coro=<WebSocketCommonProtocol.send() done, defined at websockets\protocol.py:521> exception=ConnectionClosedError('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
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
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
Error, timeout.
Traceback (most recent call last):
File "D:\a\chia-blockchain\chia-blockchain\venv\Lib\site-packages\chia\cmds\chia.py", line 83, in
File "D:\a\chia-blockchain\chia-blockchain\venv\Lib\site-packages\chia\cmds\chia.py", line 79, in main
File "click\core.py", line 829, in call
File "click\core.py", line 782, in main
File "click\core.py", line 1259, in invoke
File "click\core.py", line 1066, in invoke
File "click\core.py", line 610, in invoke
File "click\decorators.py", line 21, in new_func
File "chia\cmds\start.py", line 14, in start_cmd
File "asyncio\base_events.py", line 642, in run_until_complete
File "chia\cmds\start_funcs.py", line 45, in async_start
File "chia\daemon\client.py", line 86, in is_running
TypeError: 'NoneType' object is not subscriptable
[8544] Failed to execute script chia`
Can anyone please suggest what to do? Thank you
Beta Was this translation helpful? Give feedback.
All reactions