martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 120 forks source link

🚨 Chialog HARVESTER Your harvester appears to be offline! No events for the past 22200 seconds. #229

Closed luisfgbb closed 3 years ago

luisfgbb commented 3 years ago

🚨 Chialog HARVESTER Your harvester appears to be offline! No events for the past 22200 seconds. I have already tried all the functions of #72

yesterday I installed the latest version of Chia 1.1.7

any help for dummies?

Environment:

pieterhelsen commented 3 years ago

What chiadog version are you on? git describe --tags

Also, when starting chiadog, do you get a message saying 'Farming with X plots'? Please post this snippet from your chiadog config (make sure to leave out any identifiable information such as usernames or IP addresses):

chia_logs:
  file_log_consumer:
    enable: true
    file_path: 'C:\Users\REDACTED\workspace\debug.log'
  network_log_consumer:
    enable: false
    remote_file_path: "/home/REDACTED/.chia/mainnet/log/debug.log"
    remote_host: REDACTED
    remote_user: REDACTED
luisfgbb commented 3 years ago

What chiadog version are you on? git describe --tags

Also, when starting chiadog, do you get a message saying 'Farming with X plots'? Please post this snippet from your chiadog config (make sure to leave out any identifiable information such as usernames or IP addresses):

chia_logs:
  file_log_consumer:
    enable: true
    file_path: 'C:\Users\REDACTED\workspace\debug.log'
  network_log_consumer:
    enable: false
    remote_file_path: "/home/REDACTED/.chia/mainnet/log/debug.log"
    remote_host: REDACTED
    remote_user: REDACTED

chia_logs: file_log_consumer: enable: true file_path: 'C:\Users\user.chia\mainnet\log\debug.log' network_log_consumer: enable: false remote_file_path: 'C:\Users\user.chia\mainnet\log\debug.log' remote_host: "192.168.0.100" remote_user: "chia" remote_port: 22

Image PowerShell chiadog https://ibb.co/f4SkVjT

pieterhelsen commented 3 years ago

Chiadog is not picking up your chia log. Make sure you are on the latest version of Chiadog and make sure the file_path is correct.

luisfgbb commented 3 years ago

Chiadog is not picking up your chia log. Make sure you are on the latest version of Chiadog and make sure the file_path is correct.

If I think it's the latest version of Chiang, I installed it yesterday. And the address of chia log its ok.

pieterhelsen commented 3 years ago

How exactly did you install it? Because Chiadog doesn't seem to be reporting the version correctly. The first line in your log should be [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (v0.6.0) (main.py:54)

For you it says [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (unknown) (main.py:54)

luisfgbb commented 3 years ago

How exactly did you install it? Because Chiadog doesn't seem to be reporting the version correctly. The first line in your log should be [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (v0.6.0) (main.py:54)

For you it says [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (unknown) (main.py:54)

https://ibb.co/02QtTkz https://ibb.co/TRH4Wq6

luisfgbb commented 3 years ago

I see that the venv was not being executed correctly. Activate through the powelshell administrator and there it already allowed me to activate venv.

tkx

How exactly did you install it? Because Chiadog doesn't seem to be reporting the version correctly. The first line in your log should be [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (v0.6.0) (main.py:54)

For you it says [2021-06-09 10:37:37] [ INFO] --- Starting Chiadog (unknown) (main.py:54)