Skip to content

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

@droidforever

Description

@droidforever

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions