You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the validator of the createPullPointSubscription method in modules/events.js file does not allow XML in the string, because in the line number 176 it requires to be a "clean string" (without < and > characters). Getting error:
Error: The "filter" argument for createPullPointSubscription is invalid: Invalid characters were found in the value ("<", ">")
I am trying to create a subscription to events with filter as follows:
But the validator of the
createPullPointSubscription
method inmodules/events.js
file does not allow XML in the string, because in the line number 176 it requires to be a "clean string" (without<
and>
characters). Getting error:It seems to me that it is not consistent with the ONVIF 16.12 standard and WS-BaseNotification. See here page 117/118: https://www.onvif.org/specs/core/ONVIF-Core-Specification-v1612.pdf
With my IP Camera using the below SOAP message I can create a subscription:
Should it be changed to allow XML values?
The text was updated successfully, but these errors were encountered: