python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

Remote end closed connection without response

Open matheusvellone opened this issue 11 months ago • 2 comments

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 image

And here a request made by the script image

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 image

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.

matheusvellone avatar Feb 25 '24 17:02 matheusvellone

Hi, were you able to fix this ? I have the same problem :/

PveOnly avatar May 01 '24 14:05 PveOnly

Hi, were you able to fix this ? I have the same problem :/

No 😢

matheusvellone avatar May 02 '24 01:05 matheusvellone