ONVIF Probe offline?

Forum for questions and support relating to the 1.30.x releases only.
Locked
kanderson
Posts: 2
Joined: Wed Jan 17, 2018 6:15 pm

ONVIF Probe offline?

Post by kanderson »

Good day;

ZM version is 1.30.4
Fresh OS build (Ubuntu 16.04), and ZM install today to see if it was anything I had done.

Did a bunch of digging on this, and I may have found the root cause.
I was getting many 255 error when attempting to do the ONVIF add that worked great last week.
/usr/bin/zmonvif-probe.pl probe
yields
Can't call method "get_XAddrs" on an undefined value at /usr/bin/zmonvif-probe.pl line 119
explicitly

Deeper digging
schemas.xmlsoap.org/ws/2005/04/discovery/Probe
From the website if you put in the URL:: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Code snippit from zmonvif-probe.pl -- Line 160ish
****
WSDiscovery10::Elements::Header->new({
Action => { value => 'http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe' },
MessageID => { value => "urn:uuid:$uuid" },
To => { value => 'urn:schemas-xmlsoap-org:ws:2005:04:discovery' },
})
****
Is there a know alternative? Or is this just my network? I have not been able to attempt on a different network to verify.

I am not sure how to submit a bug/issues at this time, so please ignore the NOOB moment.

Regards
Kent
kanderson
Posts: 2
Joined: Wed Jan 17, 2018 6:15 pm

Re: ONVIF Probe offline?

Post by kanderson »

Update on this.

Looks like whatever online service is available once again.

Kent
Locked