question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Harvester exited abnormally

See original GitHub issue

Describe the bug

Chia 1.2.2 (git version: e24baa620d1f5ee13373baf065c024bd05a41b90)

log from .chia/mainnet/log/debug.log:

2021-07-28T19:18:57.198 harvester chia.harvester.harvester: INFO     3 plots were eligible for farming 9f8b144fd5... Found 0 proofs. Time: 0.38578 s. Total 1191 plots
2021-07-28T19:18:57.202 harvester harvester_server        : DEBUG    -> farming_info to peer ***.***.888.888 3afd5404cd867153f733e1c20cc9a10965c428efcef7aedeba0ac791dd43a507
2021-07-28T19:18:57.290 daemon chia.daemon.server         : INFO     Websocket exception. Closing websocket with chia_harvester code = 1006 (connection closed abnormally [internal]), no reason Traceback (most recent call last):
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 827, in transfer_data
    message = await self.read_message()
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 895, in read_message
    frame = await self.read_data_frame(max_size=self.max_size)
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 971, in read_data_frame
    frame = await self.read_frame(max_size)
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 1047, in read_frame
    frame = await Frame.read(
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/framing.py", line 105, in read
    data = await reader(2)
  File "/usr/lib/python3.8/asyncio/streams.py", line 721, in readexactly
    raise exceptions.IncompleteReadError(incomplete, n)
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of 2 expected bytes

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

Traceback (most recent call last):
  File "/home/rock/chia-blockchain/chia/daemon/server.py", line 172, in safe_handle
    async for message in websocket:
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 439, in __aiter__
    yield await self.recv()
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 509, in recv
    await self.ensure_open()
  File "/home/rock/chia-blockchain/venv/lib/python3.8/site-packages/websockets/protocol.py", line 803, in ensure_open
    raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason

Expected behavior keep running all the time.

Desktop

  • Uname: Linux rockpi4c95 4.4.154-111-rockchip-g39b306a41b2d #1 SMP Wed Jul 8 15:03:52 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux
  • CPU: Rock Pi 4c

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
greg-fischercommented, Aug 2, 2021

Actually it showed the listed bad plots at the end summary of the log. So it was easy to pick them out.
WARNING 25 invalid plots found: … then listed each plot file.

0reactions
github-actions[bot]commented, Aug 17, 2021

This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Forked Java VM exited abnormally" error from junit tests
I faced a similar issue. I ran the junit tests as an ant task. I added the showoutput="yes" ant junit property and ran...
Read more >
IHarvest at Skyrim Special Edition Nexus - Mods and Community
This mod adds a single spell, "Harvest". To use the spell, just cast it. Note that, as a concentration spell, it will continue...
Read more >
Bug report: Incorrect sign of effective indices - Ansys Learning Forum
This is a reproducible bug and results in the incorrect calculation of derivative-based values such as the group index and dispersion.
Read more >
THE INSECT PEST SURVEY - GovInfo
Cold, wet weather held the chinch bug in hibernation in the East ... The harvest of the first ... This condition existed in...
Read more >
Bug Harvester | Jane Wilcoxson
High-Quality Print Sizes: 8.5" x 11" 13" x 19" 17" x 22". High-Quality Prints. Printed on acid-free archival 100% cotton fiber paper, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found