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

ONVIFError: Unknown error: Server returned HTTP status 404 (no content available) #78

Closed carlograsso closed 1 year ago

carlograsso commented 3 years ago

I'm unable to connect to my onvif camera using python-onvif-zeep (but i can do it with python-onvif)

doing: from onvif import ONVIFCamera mycam = ONVIFCamera('192.168.2.123', 80, 'admin', 'admin', '/home/python-onvif-zeep/wsdl/')

results in the following error: ONVIFError: Unknown error: Server returned HTTP status 404 (no content available)

even using onvif-cli leads me to this error.

Tried several python3 versions and zeep versions as well, how can i solve the problem?