Error: ONVIF SOAP Fault: Action Not Implemented
See original GitHub issuecapabilities: {
WSPausableSubscriptionManagerInterfaceSupport: true,
WSPullPointSupport: true,
WSSubscriptionPolicySupport: true,
MaxNotificationProducers: 10,
MaxPullPoints: 5,
PersistenNotificationStorage: false
}
WSPullPointSupport: true
But when i’m trying to create pull point by calling createPullPointSubscription, i’m getting this:
Error: ONVIF SOAP Fault: Action Not Implemented
Is that a problem of camera or a bug?
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (1 by maintainers)
Top Results From Across the Web
ONVIF Error: Optional Action Not Implemented - Configuration
Hi All, Im trying to setup an ONVIF HikVision Camera, I have the following configuration: camera: - platform: onvif host: 1.1.1.1 name: ...
Read more >onvif - I get 'not implemented' response - Stack Overflow
According to the Media 2 Service specs, it shall be http://www.onvif.org/ver20/media/wsdl . This is not the way you are supposed to discover if ......
Read more >getDeviceInformation gives error without credentials #184
Error: ONVIF SOAP Fault: Sender not authorizedThe action requested requires authorization and the sender is not authorized. My code: onvif.
Read more >ONVIFTM Base Test Specification - ONVIF.org
SOAP Implementation Interoperability test i.e. Web Services ... Test Label: Device Discovery generates SOAP 1.2 fault message for Invalid Unicast PROBE.
Read more >Action Engine Service Specification - ONVIF.org
This event is triggered whenever an action completes with a fault message or the action could not be executed because of the other...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @denissabramovs Yes, example6 includes the creation of a HTTP server and writing to the console when OVVIF Events come in. It does not feed the events into the event parser yet. But you will see from the command line if the camera is sending events back to the http server that is inside example6.js
Over in the ‘roger’ branch, example6 now includes the first part of subscriptions. I open one HTTP server for all cam objects and can tell each ONVIF event apart via its POST url.
Works well and will probably roll this out onto a project next month