question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: ONVIF SOAP Fault: Action Not Implemented

See original GitHub issue
capabilities: {
  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:closed
  • Created 2 years ago
  • Comments:22 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
RogerHardimancommented, Sep 3, 2021

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

1reaction
RogerHardimancommented, Sep 3, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found