Chia-Network / drplotter

Apache License 2.0
62 stars 7 forks source link

Harvester (1.0.0): Error processing individual proof: unsupported operand type(s) for +: 'NoneType' and 'bytes32' #54

Closed jpribble closed 2 months ago

jpribble commented 2 months ago

After upgrading all components from 0.12.1 to 1.0.0, the DrHarvester logs are showing this error repeatedly:

harvester drplotter : ERROR Error processing individual proof: unsupported operand type(s) for +: 'NoneType' and 'bytes32'

I tried restarting all components but the error persisted. I rolled back to 0.12.1 and the error went away.

Chia: 2.3.0 Ubuntu: 23.10 NVidia Driver: 535.161.08 CUDA: 12.2

jpribble commented 2 months ago

This appears to be fixed in 1.0.1. Thanks!