Closed 532908303 closed 4 years ago
timeout Traceback (most recent call last) D:\Anaconda\lib\site-packages\urllib3\connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 386 # otherwise it looks like a programming error was the cause. --> 387 six.raise_from(e, None) 388 except (SocketTimeout, BaseSSLError, SocketError) as e:
D:\Anaconda\lib\site-packages\urllib3\packages\six.py in raise_from(value, from_value)
D:\Anaconda\lib\site-packages\urllib3\connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 382 try: --> 383 httplib_response = conn.getresponse() 384 except Exception as e:
D:\Anaconda\lib\http\client.py in getresponse(self) 1330 try: -> 1331 response.begin() 1332 except ConnectionError:
D:\Anaconda\lib\http\client.py in begin(self) 296 while True: --> 297 version, status, reason = self._read_status() 298 if status != CONTINUE:
D:\Anaconda\lib\http\client.py in _read_status(self) 257 def _read_status(self): --> 258 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 259 if len(line) > _MAXLINE:
D:\Anaconda\lib\socket.py in readinto(self, b) 585 try: --> 586 return self._sock.recv_into(b) 587 except timeout:
timeout: timed out
ReadTimeout: HTTPConnectionPool(host='XXXX', port=XXX): Read timed out. (read timeout=60)
timeout Traceback (most recent call last) D:\Anaconda\lib\site-packages\urllib3\connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 386 # otherwise it looks like a programming error was the cause. --> 387 six.raise_from(e, None) 388 except (SocketTimeout, BaseSSLError, SocketError) as e:
D:\Anaconda\lib\site-packages\urllib3\packages\six.py in raise_from(value, from_value)
D:\Anaconda\lib\site-packages\urllib3\connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 382 try: --> 383 httplib_response = conn.getresponse() 384 except Exception as e:
D:\Anaconda\lib\http\client.py in getresponse(self) 1330 try: -> 1331 response.begin() 1332 except ConnectionError:
D:\Anaconda\lib\http\client.py in begin(self) 296 while True: --> 297 version, status, reason = self._read_status() 298 if status != CONTINUE:
D:\Anaconda\lib\http\client.py in _read_status(self) 257 def _read_status(self): --> 258 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 259 if len(line) > _MAXLINE:
D:\Anaconda\lib\socket.py in readinto(self, b) 585 try: --> 586 return self._sock.recv_into(b) 587 except timeout:
timeout: timed out