Error: The hook script returned an error: Error: Traceback (most recent call last): Error: File "C:\Python36\lib\urllib\request.py", line 1318, in do_open Error: encode_chunked=req.has_header('Transfer-encoding')) Error: File "C:\Python36\lib\http\client.py", line 1239, in request Error: self._send_request(method, url, body, headers, encode_chunked) Error: File "C:\Python36\lib\http\client.py", line 1285, in _send_request Error: self.endheaders(body, encode_chunked=encode_chunked) Error: File "C:\Python36\lib\http\client.py", line 1234, in endheaders Error: self._send_output(message_body, encode_chunked=encode_chunked) Error: File "C:\Python36\lib\http\client.py", line 1026, in _send_output Error: self.send(msg) Error: File "C:\Python36\lib\http\client.py", line 964, in send Error: self.connect() Error: File "C:\Python36\lib\http\client.py", line 936, in connect Error: (self.host,self.port), self.timeout, self.source_address) Error: File "C:\Python36\lib\socket.py", line 704, in create_connection Error: for res in getaddrinfo(host, port, 0, SOCK_STREAM): Error: File "C:\Python36\lib\socket.py", line 743, in getaddrinfo Error: for res in _socket.getaddrinfo(host, port, family, type, proto, flags): Error: socket.gaierror: [Errno 11003] getaddrinfo failed Error: Error: During handling of the above exception, another exception occurred: Error: Error: Traceback (most recent call last): Error: File "E:\SVN\OMRON_Development\.svn\Hook\\post_commit_hook.py", line 67, in Error: response = urllib.request.urlopen(req) Error: File "C:\Python36\lib\urllib\request.py", line 223, in urlopen Error: return opener.open(url, data, timeout) Error: File "C:\Python36\lib\urllib\request.py", line 526, in open Error: response = self._open(req, data) Error: File "C:\Python36\lib\urllib\request.py", line 544, in _open Error: '_open', req) Error: File "C:\Python36\lib\urllib\request.py", line 504, in _call_chain Error: result = func(*args) Error: File "C:\Python36\lib\urllib\request.py", line 1346, in http_open Error: return self.do_open(http.client.HTTPConnection, req) Error: File "C:\Python36\lib\urllib\request.py", line 1320, in do_open Error: raise URLError(err) Error: urllib.error.URLError: