vkorn / hassio-addons

Hass.io add-ons
58 stars 73 forks source link

Help with a re-occuring error in appdaemon.py #11

Open droidforever opened 6 years ago

droidforever commented 6 years ago

Each time I start Appdaemon I see this error in the log:

2017-09-19 11:57:31.512574 WARNING Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/appdaemon/appdaemon.py", line 911, in read_app conf.modules[module_name] = importlib.import_module(module_name) File "/usr/lib/python3.6/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 978, in _gcd_import File "", line 961, in _find_and_load File "", line 950, in _find_and_load_unlocked File "", line 655, in _load_unlocked File "", line 678, in exec_module File "", line 205, in _call_with_frames_removed File "/config/hadaemon/apps/kodi.py", line 2, in from homeassistant.components.media_player.kodi import ( ModuleNotFoundError: No module named 'homeassistant'

I am running a kodi.py app:

kodi.zip

If anyone could help me I would greatly appreciate it. I am new to all of this and am lost.