JS files not appearing in 'www' folder
See original GitHub issueVersion of HACS
Describe the bug
A clear and concise description of what the bug is.
I’ve followed the instructions to set up hacs on my home assistant which is running on a rpi3
My HACS version is : 0.5.1 Home Assistant version : 0.93.2
I can click install on the items in the store - for example i’ve tried button-card and secondaryinfo-entity-row which I’ve been using but without any sort of updates
They appear in my overview as installed, but when I look in www (the full path is /home/homeassistant/.homeassistant/www like the output tells me it should be)
I don’t see any newly created files
I’ve checked the logs and found the following
2019-06-05 16:00:19 [custom_components.hacs.frontend] Tried to serve up ‘/home/homeassistant/.homeassistant/www/community/button-card/button-card.js’ but it does not exist 2019-06-05 16:00:19 [custom_components.hacs.frontend] there was an issue trying to serve button-card/button-card.js - Not Found
Debug log
2019-06-05 16:00:19 [custom_components.hacs.frontend] Tried to serve up '/home/homeassistant/.homeassistant/www/community/button-card/button-card.js' but it does not exist
2019-06-05 16:00:19 [custom_components.hacs.frontend] there was an issue trying to serve button-card/button-card.js - Not Found```
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Ah I’ve found the error message - its saying it can’t do it due to permissions - just checked and my www folder is assigned to root - I’ll change it to homeassistant (my user) and try again
It’s working now - apologies ! Closing the bug