-
Notifications
You must be signed in to change notification settings - Fork 25
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
Wrong ONVIF SOAP response on Raspbian Jessie #6
Comments
Hey Colin, Unfortunately I have upgraded few weeks ago my Pi to Buster with NodeJs 12. I also had problems installing version 12, and after 2 evenings of headache I decided to switch to Docker containers. As soon as I have time, I will try to run a Docker container with NodeJs version 10. Do you have other information available, like a stack trace or something else? Bart |
I realised that I had an Ubuntu 19.10 system I could downgrade to node 10 and it is not a problem there, so it must be some other problem specifically with Jessie. I recently upgraded the Ubuntu machine from Ubuntu 19.04 and I am pretty sure that I saw the problem there also, so that suggests that it is something else in the system that has been upgraded. Perhaps it is not worth bothering about unless it becomes a problem for someone else. I have upgraded the initial comment accordingly. |
Ok thanks for the update. I'm going to keep this one aside until somebody else has the same issue, because it would take quite some time to setup a system to reproduce it ... |
I am thoroughly confused now, I can't get it running on Buster at all. Added to which I am not certain that I ever did, I may have been confused about which server I was connected to. Are you able to run it on a Pi? I am able to run it ok under Ubuntu but not Raspbian Buster or Jessie. I didn't answer the question about stack trace etc, it doesn't crash, I just get the error from the onvif config node and says not connected. |
I see that the version of onvif being installed (0.6.0) is pretty old, would it be worth trying the latest (0.6.2)? I tried to modify the package.json in node-red-contrib-onvif-nodes but couldn't work out how to get it to update. |
Colin, |
I have tried modifying package.json to pull in [email protected] but that did not help. |
1 similar comment
I have tried modifying package.json to pull in [email protected] but that did not help. |
Sorry, this is all my own fault, I had forgotten that this camera requires authorisation details to connect. When I put those in all is well. There is arguably a small deficiency in that if a camera needs authorisation and none is provided then this not very helpful error is generated. As soon as I interrogated the comms with wireshark I could see the 'unauthorised' response from the camera. If user/pwd are provided but they are wrong then an authorisation failed message is provided by the node, it is only if they are left blank that the rather unhelpful soap error is shown. |
Hi Colin, |
I am getting an error on deploying the config node
Error: Wrong ONVIF SOAP response
This happens on a Pi running nodejs10.19.0 on Raspbian Jessie. On another Pi running Buster and nodejs 12.x it works without error. It does not appear that the problem is with the node version as I do not see the problem on an Ubuntu system running nodejs 10.19.0
The text was updated successfully, but these errors were encountered: