Search found 2 matches

by ajmnz
Sun Jul 21, 2019 9:25 am
Forum: ZoneMinder 1.32.x
Topic: Onvif probe broken, Can't call method "get_XAddrs"
Replies: 6
Views: 6312

Re: Onvif probe broken, Can't call method "get_XAddrs"

I worked around the error with 'zmonvif-probe.pl probe' by patching the script: diff -r1.1 zmonvif-probe.pl 119c119,121 < foreach my $l_xaddr (split ' ', $result->get_ProbeMatch()->get_XAddrs()) { --- > my $probeMatch = $result ? $result->get_ProbeMatch() : undef; > my $addrs = $probeMatch ? $probeM...
by ajmnz
Mon Jul 08, 2019 8:01 pm
Forum: ZoneMinder 1.32.x
Topic: Onvif probe broken, Can't call method "get_XAddrs"
Replies: 6
Views: 6312

Re: Onvif probe broken, Can't call method "get_XAddrs"

I've just installed v1.30.4 on debian and have encountered this problem. Did you find a solution?