You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error occurred while sdc11073 was communicating with itself.
Traceback (most recent call last):
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/httpserver.py", line 165, in do_POST
response_xml_string = devices_dispatcher.on_post(self.path, self.headers, request)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/httpserver.py", line 75, in on_post
return self.get_device_dispatcher(path).on_post(path, headers, request)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/httpserver.py", line 106, in on_post
response = self._dispatchSoapRequest(path, headers, soapEnvelope)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/httpserver.py", line 116, in _dispatchSoapRequest
return hostedService.dispatchSoapRequest( path, header, soapEnvelope)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/sdcservicesimpl.py", line 144, in dispatchSoapRequest
response_envelope = super().dispatchSoapRequest(path, httpHeader, soapEnvelope)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/sdcservicesimpl.py", line 72, in dispatchSoapRequest
returnedSoapEnvelope = fn(httpHeader, soapEnvelope)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/sdcservicesimpl.py", line 163, in _onSubscribe
returnedSoapEnvelope = self._subscriptionsManager.onSubscribeRequest(httpHeader, soapEnvelope, self.epr)
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/subscriptionmgr.py", line 319, in onSubscribeRequest
s = _DevSubscription.fromSoapEnvelope(soapEnvelope, self._sslContext, acceptedEncodings,
File "/tmp/venv/lib/python3.10/site-packages/sdc11073/sdcdevice/subscriptionmgr.py", line 261, in fromSoapEnvelope
endToAddress = endToNode.xpath('wsa:Address/text()', namespaces=nsmap)[0]
IndexError: list index out of range
Found in version 1.1.22
The text was updated successfully, but these errors were encountered:
The following error occurred while sdc11073 was communicating with itself.
Found in version 1.1.22
The text was updated successfully, but these errors were encountered: