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

Registration traceback error for device with certs #27

Open
BrandonLucasZhu opened this issue Nov 26, 2021 · 0 comments
Open

Registration traceback error for device with certs #27

BrandonLucasZhu opened this issue Nov 26, 2021 · 0 comments

Comments

@BrandonLucasZhu
Copy link
Contributor

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'

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

No branches or pull requests

1 participant