-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZeroDivisionError on daily report #46
Comments
I get the same error running on a harvester-only |
Pushing out a new release in half hour that will fix this and few small improvements. |
I just update chiadog today and I set up the daily report for 3 machines, one main machine running a full node (but no local plots) and two remote harvesters. Both of the remote harvesters failed the daily report and gave out a ZeroDivisionError:
Exception in thread Thread-5: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/renan/chiadog/src/chia_log/handlers/daily_stats/stats_manager.py", line 87, in _run_loop self._send_daily_notification() File "/home/renan/chiadog/src/chia_log/handlers/daily_stats/stats_manager.py", line 77, in _send_daily_notification summary += "\n" + stat_acc.get_summary() File "/home/renan/chiadog/src/chia_log/handlers/daily_stats/stat_accumulators/signage_point_stats.py", line 37, in get_summary percentage_skipped = (self._skips_total / self._total) * 100 ZeroDivisionError: division by zero
Chiadog is running on the full node machine.
The text was updated successfully, but these errors were encountered: