For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 3 4 6

why trigger the SysCallError(10054,"WSAFECONNRESET") and how to slove it

File "D:\ProgramData\Python\Anaconda2\lib\site-packages\requests\adapters.py", line 512, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: ("bad handshake: SysCallError(10054, 'WSAECONNRESET')",)

dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13.7k 26 8 12

@lei.cheng, can you give us a bit more detail as to the context, maybe post your code ?

This error can be due to many things. As a first suggestion, in case you are using an old version of Python, I suggest you upgrade to Python 2.7.9 or later, because they improved the SSL capabilities, see PEP 466.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea