socket.error: [Errno 115] Operation now in progress Contributor cq674350529commentedMay 9, 2019 jtpereydaadded thequestionlabelMay 19, 2019 Collaborator SR4vencommentedNov 8, 2019 Repository owner locked and limited conversation to collaboratorsDec 4, 2021 ...
_connection(addr, source_address=source, timeout=self._keepalive) File "/usr/lib/python3.6/socket.py", line 724, in create_connection raise err File "/usr/lib/python3.6/socket.py", line 713, in create_connection sock.connect(sa) BlockingIOError: [Errno 115] Operation now in progress...
> set to 115 to indicate the cause), but that a subsequent call to connect() > (would appear to be the second attempt) succeeded as the message "Operation > now in progress" was written to standard output. > TCP: Error 115 in `SOCKET_ERRNO' after call to this socket's first connec...
_ 115 EINPROGRESS +Operation now in progress _ 114 EALREADY__ Operation already in progress _ 113 EHOSTUNREACH No route to host _ 112 EHOSTDOWN__ Host is down _ 111 ECONNREFUSED Connection refused _ 110 ETIMEDOUT_ +Connection timed out _ 109 ETOOMANYREFS Too many references: cannot splice...
/* No route to host */ #define EALREADY 114 /* Operation already in progress */ #define EINPROGRESS 115