-
Notifications
You must be signed in to change notification settings - Fork 65
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
Authentication Error #8
Comments
I'm getting the same error. Any ideas? |
I was getting the same error. But after I realized that node-hikvision-api uses digest/basic authentication method. Then as you can see below, I changed the authentication method from digest to digest/basic. If your error still persists you can use given below code for tracking alarms as I do. This code is taken from node-hikvision-api and I changed it slightly. |
any patches? I have seen this api being used for node-red and it just crashes the entire service once this happens? Ideas how to fix it? my camera is set to digest/basic, onvif and cgi enabled |
|
Iam getting same error on node i use node 12.13.0 node cam.js ReferenceError: self is not defined |
I get the same error, could you solve that problem? |
Hello, This issue was related to xml2js library as far as I remember. I did some adjustments to previously shared code but at this moment I could not remember. However, I can make a detailed explanation next week. |
I am getting the following error when I tried to run the example code given in the github.
Please find the details given below:
The code:
Please let me know what went wrong?
The text was updated successfully, but these errors were encountered: