-
Notifications
You must be signed in to change notification settings - Fork 172
Remote end closed connection without response #122
Description
I'm using this gist to test ONVIF support for my camera to add it to Frigate.
I've looked inside the request in Wireshark to check if there was something different being sent from the script comparing it to Onvif Device Manager, which is able to successfully control the camera, but I could not spot anything different between them
Here is a successfull request made by Onvif Device Manager. Could not replicate a GetConfigurations request on ODM

And here a request made by the script

Also, on OnvifCamera constructor there is a GetCapabilities call which responds successully, which makes me think everything is setup correctly, and maybe the problem is on my camera

My camera is a cheap and generic bulb camera.
I'm not very used to Python and WSDL, so this might be a dumb thing I'm missing
I also tried the #91 changes too, but it results in the same error anyway, although the CreatePullPointSubscription endpoint also receive no response too.