-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camera-ui keeps crashing #918
Comments
+1, including details as my Homebridge/Camera UI/NodeJS etc versions differ, so issue persists across various scenarios:
Env (Proxmox VM):
Node.js Version: v20.11.0 |
🎉 A new version of camera.uiA new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: seydx/camera.ui#448 . This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording). |
I think that here problem is with old dependency : 'systeminformation'. |
Maybe something is set wrong? But the cameras work then reboot work then reboot etc.
[4/11/2024, 8:14:43 PM] [CameraUI] Driveway PTZ: Motion ON
/var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:107
return res.toISOString().substring(0, 10) + ' ' + res.toISOString().substring(11, 19);
^
RangeError: Invalid time value
at Date.toISOString ()
at parseElapsedTime (/var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:107:14)
at parseLine (/var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:572:31)
at /var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:663:23
at Array.forEach ()
at parseProcesses (/var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:661:13)
at /var/lib/homebridge/node_modules/homebridge-camera-ui/node_modules/systeminformation/lib/processes.js:736:30
at ChildProcess.exithandler (node:child_process:414:7)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at Socket. (node:internal/child_process:457:11)
at Socket.emit (node:events:518:28)
at Pipe. (node:net:337:12)
[4/11/2024, 8:15:09 PM] [CameraUI] Child bridge process ended
[4/11/2024, 8:15:09 PM] [CameraUI] Process Ended. Code: 1, Signal: null
[4/11/2024, 8:15:16 PM] [CameraUI] Restarting Process...
Environment
The text was updated successfully, but these errors were encountered: