-
Notifications
You must be signed in to change notification settings - Fork 21
Node.js error with new setup #26
Comments
same here |
I also have this issue. |
Same issue here. Any luck with this @miroslavpetrov @xfishernet |
Hey guys, I am getting a very similar error. Was there a work around
|
Hi all,
Trying to get this setup with my HikVision NVR. Getting an error after the plugin connects to my NVR: I am running Raspberry Pi Homebridge version 1.3.4, node.js version 14.6.0, and my Homebridge-HikVision plugin is version 1.0.14.
I separately installed Homebridge Camera FFmpeg per the installation instructions, and that is version 3.1.2. When I installed that, it told me that my version of NPM was not supported and I should upgrade to version 7.6.3, which I did via the following command: sudo npm install -g [email protected]
I think error 403 is a permission denied issue, and I believe it is because this plugin is trying to use basic authentication. Even in an internal-only environment, basic auth is a security risk. I happen to have my NVR exposed through my router's DDNS, so there is no way I would ever consider basic auth. Can this be updated to use digest authentication?
Here is my log when starting up my Homebridge, showing the errors within the homebridge-hikvision plugin dependencies.
The text was updated successfully, but these errors were encountered: