Skip to content
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

WARNING high temperatures on [does not display ip address any more] #112

Closed
TRingo1 opened this issue Jul 7, 2018 · 5 comments
Closed
Labels

Comments

@TRingo1
Copy link

TRingo1 commented Jul 7, 2018

I have updated to the current version, and the yellow warning does not display the miner ip address anymore.
image

@anselal
Copy link
Owner

anselal commented Jul 8, 2018

Actually you shouldn't get both notifications.
Which version are you on ? The latest master or release 0.4.0 ?

@TRingo1
Copy link
Author

TRingo1 commented Jul 8, 2018

Running the latest master

@anselal
Copy link
Owner

anselal commented Jul 8, 2018

I think I know where the error is. Will update it tomorrow. Thanks for the feedback

@anselal
Copy link
Owner

anselal commented Jul 9, 2018

I found the error but I don't know why this is happening. As you can see below I split the line because it was too long. No error shows up while running the app but the string appears incomplete.

error_message = "[WARNING] High temperatures on "
"miner '{}'.".format(miner.ip)

I will search why this is happening and fix it. Don't want to have long lines in my code !!

@anselal
Copy link
Owner

anselal commented Jul 10, 2018

For some reason the line continuation does not seem to work. I applied a patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants