You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
Hello there,
All has been working fine since couple of years... until the Homebridge system request for Node upgrade.
After upgrading the Node.js to version 18.16.0 using sudo hb-service update-node, the Homebridge crashes and looping...
The cause was
"TypeError: Cannot read properties of undefined (reading 'status')
at AxiosDigest.getWwwAuth (/usr/lib/node_modules/@evops/homebridge-hikvision/node_modules/axios-digest/index.ts:69:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)"
---> So I decided to create a new Ubuntu server version 22.04.2, 64 bit, install fresh Homebridge using the official page, then install your plugin via Plugin page of the homebridge. The same error happens, meaning it is now unusable under even new build, fresh install...
Any idea how to fix this?
Thank you
The text was updated successfully, but these errors were encountered:
Hello there,
All has been working fine since couple of years... until the Homebridge system request for Node upgrade.
After upgrading the Node.js to version 18.16.0 using sudo hb-service update-node, the Homebridge crashes and looping...
The cause was
"TypeError: Cannot read properties of undefined (reading 'status')
at AxiosDigest.getWwwAuth (/usr/lib/node_modules/@evops/homebridge-hikvision/node_modules/axios-digest/index.ts:69:13)
at processTicksAndRejections (node:internal/process/task_queues:95:5)"
---> So I decided to create a new Ubuntu server version 22.04.2, 64 bit, install fresh Homebridge using the official page, then install your plugin via Plugin page of the homebridge. The same error happens, meaning it is now unusable under even new build, fresh install...
Any idea how to fix this?
Thank you
The text was updated successfully, but these errors were encountered: