|
小弟用docker,但發現log裡的時間錯了,請教各大神如何更改?謝!
Mon Apr 08 2019 21:04:24 GMT+0800 (HKT)
Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/homekit/__init__.py", line 193, in start
from . import ( # noqa F401
File "/config/custom_components/homekit/type_locks.py", line 4, in <module>
from homeassistant.components.lock import (
ImportError: cannot import name 'STATE_UNKNOWN' from 'homeassistant.components.lock' (/usr/src/app/homeassistant/components/lock/__init__.py)
2019-04-08 13:04:24 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/homekit/__init__.py", line 193, in start
from . import ( # noqa F401
File "/config/custom_components/homekit/type_locks.py", line 4, in <module>
from homeassistant.components.lock import (
ImportError: cannot import name 'STATE_UNKNOWN' from 'homeassistant.components.lock' (/usr/src/app/homeassistant/components/lock/__init__ |
-
-
|