mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
If we fail to get events, set healthy=false so that we reconnect. HikVision cam reports soap_fault_string=the parameter value is illegal detail=<env:Text>No pullmsg manager</env:Text> but a restart fixes it.
This commit is contained in:
@@ -221,7 +221,7 @@ void Monitor::ONVIF::WaitForMessage() {
|
||||
soap->os = old_stream; // no longer writing to the stream
|
||||
Debug(1, "Response was %s", ss.str().c_str());
|
||||
|
||||
// healthy = false;
|
||||
healthy = false;
|
||||
} else {
|
||||
Debug(1, "Result of getting ONVIF PullMessageRequest result=%d soap_fault_string=%s detail=%s",
|
||||
result, soap_fault_string(soap), detail ? detail : "null");
|
||||
|
||||
Reference in New Issue
Block a user