homebridge-simplisafe3: [BUG] Plugin Fails to Update
Description
USER: root DIR: /homebridge CMD: npm install --save homebridge-simplisafe3@latest
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated uuid@3.3.2: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm ERR! process terminated npm ERR! signal SIGTERM
npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-04-15T15_35_40_844Z-debug-0.log
Command failed. Please review log for details.
2022-04-15T15_35_40_844Z-debug-0.log
Expected behavior
Plugin upgrades without error.
Steps to reproduce
Run Homebridge in Docker. Go to Plugins, click “Update” under Homebridge Simplisafe3.
Homebridge logs
Corresponding log file is attached in Description section.
Homebridge config.json contents
{
"name": "Simplisafe 3",
"cameras": false,
"debug": true,
"sensorRefresh": 15,
"persistAccessories": true,
"resetSimpliSafeId": false,
"cameraOptions": {
"enableHwaccelRpi": false
},
"_bridge": {
"username": "<redacted>",
"port": 57212
},
"platform": "homebridge-simplisafe3.SimpliSafe 3"
},
Screenshots
No response
Plugin version
1.9.11
Homebridge version
1.4.0
Node.js version
16.14.2
Host OS
Raspbian
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 32
Nope, thats great! @lingrlongr if you can confirm the same I can release beta-3 as a fix, thank you.
Yes, npm is part of the docker container presumably