-
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
Error when running remote windows harvester #208
Comments
Do you get this error immediately on startup or when the file rotates? |
It looks like Windows isn't finding your config file and as such returns an empty string trying to read the log size. |
Okay, ill have a look again. But was 100 percent sure it was setup correctly. |
Can you adjust the |
Hi, this is the problem |
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/farmer/chia-watchdog/chiadog/src/chia_log/log_consumer.py", line 152, in _consume_loop
if self._has_rotated(self._remote_log_path):
File "/home/farmer/chia-watchdog/chiadog/src/chia_log/log_consumer.py", line 172, in _has_rotated
self._log_size = int(stdout.readline())
ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered: