Closed Scaredycrow closed 3 years ago
Is your tree at the latest HEAD? I think this should be fixed with nickrw@'s pull request #9
You may indeed be right! Would this change propagate if I'm using the bazel build :main-deb
option?
Yes, it would -- but it won't be automatic. You'll need to rebuild and reinstall the .deb, I put an incantation below with the needed steps in case it helps :-)
% git pull
% bazel build :main-deb
% sudo dpkg -i bazel-bin/*.deb
% sudo service prometheus-dyson restart
Going to go with the assumption that #9 solves this and am closing this out -- feel free to reopen if that's a misfire :)
Hey there, seeing a new crash from time to time in my logs:
Main error appears:
AttributeError: 'DysonPureHotCoolV2State' object has no attribute 'fan_mode'