Don t start
zemaservice opened this issue · 1 comments
Description
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in _get_module_details
File "", line 112, in _get_module_details
File "/app/emulated_hue/init.py", line 4, in
from . import controllers
File "/app/emulated_hue/controllers/init.py", line 5, in
from .config import Config
File "/app/emulated_hue/controllers/config.py", line 20, in
from .devices import
force_update_all
File "/app/emulated_hue/controllers/devices.py", line 13, in
from .models import ALL_STATES, Controller, EntityState
File "/app/emulated_hue/controllers/models.py", line 104, in
ALL_STATES: list = list(vars(EntityState).get("fields"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
Expected behavior
Ok
Reproduction steps
Ok
Relevant log output
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
Operating system
HassOS
Install method
HassOS Addon
Version
Master
Dev Version
Master
Any other information that may be helpful
No response
This issue has been marked as stale due to no activity and will be closed in 7 days.