Harvester plots not being checked #6177
Unanswered
juggernog20
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My harvester is showing as connected to the full node and there is data transfer happening between the two but in my logs I am getting the following error and it shows that only the full node plots are being checked:
2021-05-28T08:47:06.795 harvester harvester_server : ERROR Exception: <class 'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last):
File "chia\server\server.py", line 536, in api_call
File "asyncio\tasks.py", line 435, in wait_for
concurrent.futures._base.CancelledError
For clarity: The full node correctly shows and updates the number of plots on the harvester, they just aren't being checked by the farmer.
Beta Was this translation helpful? Give feedback.
All reactions