2016-05-24 22:42:04,469 ERROR Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/bcloud/net.py", line 94, in urlopen
req = opener.open(url, data=data, timeout=timeout)
File "/usr/lib/python3.5/urllib/request.py", line 465, in open
response = self._open(req, data)
File "/usr/lib/python3.5/urllib/request.py", line 483, in _open
'_open', req)
File "/usr/lib/python3.5/urllib/request.py", line 443, in _call_chain
result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 1286, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/usr/lib/python3.5/urllib/request.py", line 1246, in do_open
r = h.getresponse()
File "/usr/lib/python3.5/http/client.py", line 1197, in getresponse
response.begin()
File "/usr/lib/python3.5/http/client.py", line 297, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.5/http/client.py", line 258, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.5/socket.py", line 575, in readinto
return self._sock.recv_into(b)
File "/usr/lib/python3.5/ssl.py", line 925, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib/python3.5/ssl.py", line 787, in read
return self._sslobj.read(len, buffer)
File "/usr/lib/python3.5/ssl.py", line 571, in read
v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
2016-05-24 22:42:04,469 ERROR Traceback (most recent call last): File "/usr/lib/python3/dist-packages/bcloud/net.py", line 94, in urlopen req = opener.open(url, data=data, timeout=timeout) File "/usr/lib/python3.5/urllib/request.py", line 465, in open response = self._open(req, data) File "/usr/lib/python3.5/urllib/request.py", line 483, in _open '_open', req) File "/usr/lib/python3.5/urllib/request.py", line 443, in _call_chain result = func(*args) File "/usr/lib/python3.5/urllib/request.py", line 1286, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/lib/python3.5/urllib/request.py", line 1246, in do_open r = h.getresponse() File "/usr/lib/python3.5/http/client.py", line 1197, in getresponse response.begin() File "/usr/lib/python3.5/http/client.py", line 297, in begin version, status, reason = self._read_status() File "/usr/lib/python3.5/http/client.py", line 258, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.5/socket.py", line 575, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.5/ssl.py", line 925, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.5/ssl.py", line 787, in read return self._sslobj.read(len, buffer) File "/usr/lib/python3.5/ssl.py", line 571, in read v = self._sslobj.read(len, buffer) socket.timeout: The read operation timed out