10061一般是无法连接服务器的错误,检查连接的服务器或本机网络问题即可。编号为11004 的 Socket Error,其错误信息描述为: Valid name, no data record of requested type,即发出的请求名称有效,但没有找到所请求类型的数据。如果Url是在Get之前直接填写的字符串就不会出现这种情况,往往是使用了从文...
10061 corresponds to the code of the connection refused socket error codein Windows(also known asWSAECONNREFUSED). Now let’s run the same program onLinux: As you can see, Mono returns Windows-compatible error codes. The situation with .NET Core is different: it returns a Windows-compatible v...
socket.SOCK_STREAM) data = socket_obj.connect_ex(("127.0.0.1",9999)) print(data) D:\software2\Python3\install\python.exe E:/PythonProject/new-python/python-test/BasicGrammer/test.py 10061 Process finished with exit code 0