Paths/files missing
Posted: Thu Dec 31, 2015 6:28 am
I am running a manual install, and followed the directions at https://github.com/nutechsoftware/alarmdecoder-webapp .
1) cameras folder
The first thing I noticed at the bottom of my nginx error log, as I was trying to configure my camera, the file path to the camera file was missing. I navigate to the path $root/alarmdecoder/ad2web/static . I notice that the "cameras" link is red to /tmp/cameras. I look inside /tmp and find the cameras directory does not exist. (At the moment, I cannot get my Y-Cam camera to work. Not sure if its related to this or not).
Example error:
2.) user_custom.css
The nginx error log shows many entries trying to access the file at this path $root/alarmdecoder-webapp/ad2web/static/css/user_custom.css, however it doesnt exit. The css folder is there with several files, except for user_custom.css
Example Error:
1) cameras folder
The first thing I noticed at the bottom of my nginx error log, as I was trying to configure my camera, the file path to the camera file was missing. I navigate to the path $root/alarmdecoder/ad2web/static . I notice that the "cameras" link is red to /tmp/cameras. I look inside /tmp and find the cameras directory does not exist. (At the moment, I cannot get my Y-Cam camera to work. Not sure if its related to this or not).
Example error:
- Code: Select all
2015/12/31 09:44:46 [error] 2866#0: *1167 open() "/opt/alarmdecoder-webapp/ad2web/static/css/user_custom.css" failed (2: No such file or directory), client: 192.168.1.50, server: , request: "GET /static/css/user_custom.css HTTP/1.1", host: "127.0.0.1", referrer: "https://127.0.0.1/cameras/"
2.) user_custom.css
The nginx error log shows many entries trying to access the file at this path $root/alarmdecoder-webapp/ad2web/static/css/user_custom.css, however it doesnt exit. The css folder is there with several files, except for user_custom.css
Example Error:
- Code: Select all
2015/12/31 09:44:06 [error] 2866#0: *1212 open() "/opt/alarmdecoder-webapp/ad2web/static/css/user_custom.css" failed (2: No such file or directory), client: 192.168.1.50, server: , request: "GET /static/css/user_custom.css HTTP/1.1", host: "127.0.0.1", referrer: "https://127.0.0.1/log/"