We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Settings -> System, the option for register is still available. Once, register is clicked, the error is logged below.
AttributeError: 'ICB' object has no attribute 'setattrs' monitor | Exception in thread set_o2: monitor | Traceback (most recent call last): monitor | File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner monitor | self.run() monitor | File "/usr/lib/python3.8/threading.py", line 870, in run monitor | self._target(*self._args, **self._kwargs) monitor | File "/app/monitor/ui/menu/sensors/o2.py", line 68, in set_o2 monitor | state.commit(icb) monitor | File "/app/monitor/environment/state_manager.py", line 252, in commit monitor | self.icb = state monitor | File "/app/monitor/environment/state_manager.py", line 187, in icb monitor | sr.icb.setattrs(**icb.dict) monitor | AttributeError: 'ICB' object has no attribute 'setattrs' monitor | Exception in thread set_co2: monitor | Traceback (most recent call last): monitor | File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner monitor | self.run() monitor | File "/usr/lib/python3.8/threading.py", line 870, in run monitor | self._target(*self._args, **self._kwargs) monitor | File "/app/monitor/ui/menu/sensors/co2.py", line 69, in set_co2 monitor | state.commit(icb) monitor | File "/app/monitor/environment/state_manager.py", line 252, in commit monitor | self.icb = state monitor | File "/app/monitor/environment/state_manager.py", line 187, in icb monitor | sr.icb.setattrs(**icb.dict) monitor | AttributeError: 'ICB' object has no attribute 'setattrs'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In Settings -> System, the option for register is still available. Once, register is clicked, the error is logged below.
Traceback
AttributeError: 'ICB' object has no attribute 'setattrs'
monitor | Exception in thread set_o2:
monitor | Traceback (most recent call last):
monitor | File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
monitor | self.run()
monitor | File "/usr/lib/python3.8/threading.py", line 870, in run
monitor | self._target(*self._args, **self._kwargs)
monitor | File "/app/monitor/ui/menu/sensors/o2.py", line 68, in set_o2
monitor | state.commit(icb)
monitor | File "/app/monitor/environment/state_manager.py", line 252, in commit
monitor | self.icb = state
monitor | File "/app/monitor/environment/state_manager.py", line 187, in icb
monitor | sr.icb.setattrs(**icb.dict)
monitor | AttributeError: 'ICB' object has no attribute 'setattrs'
monitor | Exception in thread set_co2:
monitor | Traceback (most recent call last):
monitor | File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
monitor | self.run()
monitor | File "/usr/lib/python3.8/threading.py", line 870, in run
monitor | self._target(*self._args, **self._kwargs)
monitor | File "/app/monitor/ui/menu/sensors/co2.py", line 69, in set_co2
monitor | state.commit(icb)
monitor | File "/app/monitor/environment/state_manager.py", line 252, in commit
monitor | self.icb = state
monitor | File "/app/monitor/environment/state_manager.py", line 187, in icb
monitor | sr.icb.setattrs(**icb.dict)
monitor | AttributeError: 'ICB' object has no attribute 'setattrs'
The text was updated successfully, but these errors were encountered: