Error 500 with skin

Hello when I try to use a skin in hadash always give me error 500 … The logs from AppDaemon

2017-09-25 18:13:06.367514 WARNING ------------------------------------------------------------
2017-09-25 18:13:06.368298 WARNING Unexpected error during DASH creation

2017-09-25 18:13:06.368939 WARNING ------------------------------------------------------------
2017-09-25 18:13:06.370097 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/homeassistant/appdaemon/compiled/html/blur_light/controls_head.html'

2017-09-25 18:13:06.370809 WARNING ------------------------------------------------------------
2017-09-25 18:13:06.371481 INFO function [get_dashboard] finished in 736 msPreformatted text

My folder settings

> drwxrwxrwx 5 nobody        nogroup       4096 Sep 17 13:39 compiled

`

Can someone help !? thank you

it seems that the user that is running appdaemon isnt able to reach or create the file
/home/homeassistant/appdaemon/compiled/html/blur_light/controls_head.html

probably the subdirs below compiled didnt inherit the right settings.

It’s strange… the AppDaemon is running on root user! I will try change to homeassistant user and test! Thanks

if the rights are allright, you could try deleting all files below the compiled dir.
appdaemon should create them all new.