FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
420 stars 137 forks source link

Remote end closed connection without response #122

Open matheusvellone opened 4 months ago

matheusvellone commented 4 months ago

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.

PveOnly commented 2 months ago

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

matheusvellone commented 2 months ago

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

No 😢