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
428 stars 140 forks source link

ONVIFError: Unknown error: AnySimpleType.pytonvalue() not implemented #15

Closed spac3-monkey closed 6 years ago

spac3-monkey commented 6 years ago

Trying to retrieve Events using this line:

search_service.GetEventSearchResults({'SearchToken': '721815711'})

Raises:

raise ONVIFError(err)
      onvif.exceptions.ONVIFError: Unknown error: AnySimpleType.pytonvalue() not implemented

Same result by setting search token as integer.

spac3-monkey commented 6 years ago

Solved by monkey patching Zeep

lattice0 commented 5 years ago

I also have this problem