ReneTode / My-AppDaemon

My apps, my helpfiles, all about AppDaemon for Home Assistant
113 stars 50 forks source link

Foscam V2 Error Logsettings #4

Closed thundergreen closed 7 years ago

thundergreen commented 7 years ago

Hi Rene. Thanks so much for your efforts.. but what is this?

pi@chilipie-kiosk:~/conf/logs$ tail -f appdaemon_error.log
2017-10-11 00:51:48.830596 WARNING Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/appdaemon/appdaemon.py", line 911, in read_app
    init_object(name, class_name, module_name, conf.app_config[name])
  File "/usr/local/lib/python3.5/dist-packages/appdaemon/appdaemon.py", line 582, in init_object
    conf.objects[name]["object"].initialize()
  File "/home/pi/conf/apps/foscam.py", line 37, in initialize
    self.logsettings = self.args["logsettings"]
KeyError: 'logsettings'
thundergreen commented 7 years ago
pi@chilipie-kiosk:~/conf/logs$ tail -f appdaemon.log
2017-10-11 00:57:35.204557 WARNING Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/appdaemon/dashboard.py", line 803      , in get_dashboard
    with open(include_path, "r") as include_file:
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi/conf/compiled/      html/default/dash_terrascam_head.html'
ReneTode commented 7 years ago

settings in apps.yaml were not right.