diff --git a/docs/WEB_UI_PORT_DEBUG.md b/docs/WEB_UI_PORT_DEBUG.md index 6314c94a..9c419c71 100755 --- a/docs/WEB_UI_PORT_DEBUG.md +++ b/docs/WEB_UI_PORT_DEBUG.md @@ -19,7 +19,6 @@ When opening an issue please: Check for browser console (F12 browser dev console) errors + check different browsers. - ## 3. Clear the app cache and cached JavaScript files Refresh the browser cache (usually shoft + refresh), try a private window, or different browsers. Please also refresh the app cache by clicking the 🔃 (reload) button in the header of the application. @@ -28,11 +27,15 @@ Refresh the browser cache (usually shoft + refresh), try a private window, or di If you have any reverse proxy or similar, try disabling it. -## 5. Post your docker start details +## 5. Disable your firewall + +If you are using a firewall, try to temporarily disabling it. + +## 6. Post your docker start details If you haven't, post your docker compose/run command. -## 6. Check for errors in your PHP/NGINX error logs +## 7. Check for errors in your PHP/NGINX error logs In the container execute: @@ -40,8 +43,7 @@ In the container execute: `cat /app/front/log/app.php_errors.log` - -## 7. Make sure permissions are correct +## 8. Make sure permissions are correct > [!TIP] > You can try to start the container without mapping the `/app/config` and `/app/db` dirs and if the UI shows up then the issue is most likely related to your file system permissions or file ownership. diff --git a/server/device.py b/server/device.py index a4bdd393..76dbea2b 100755 --- a/server/device.py +++ b/server/device.py @@ -242,7 +242,7 @@ def create_new_devices (db): #------------------------------------------------------------------------------- def update_devices_data_from_scan (db): sql = db.sql #TO-DO - startTime = timeNowTZ() + startTime = timeNowTZ().strftime('%Y-%m-%d %H:%M:%S') # Update Last Connection mylog('debug', '[Update Devices] 1 Last Connection')