Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Unable to read WSDL file from ONVIF #16

Open
wari opened this issue Jan 2, 2015 · 0 comments
Open

Unable to read WSDL file from ONVIF #16

wari opened this issue Jan 2, 2015 · 0 comments

Comments

@wari
Copy link

wari commented Jan 2, 2015

I've just tried the following with Python 2.7.9

>>> from SOAPpy import WSDL
>>> wsdl = 'http://www.onvif.org/ver10/media/wsdl/media.wsdl'
>>> server = WSDL.Proxy(wsdl)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/SOAPpy/WSDL.py", line 91, in __init__
    service = self.wsdl.services[0]
  File "/usr/lib/python2.7/site-packages/wstools/Utility.py", line 1184, in __getitem__
    return self.list[key]
IndexError: list index out of range

I'm not sure what's happening here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant