You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "./audit-bee.py", line 439, in <module>
bee.main()
File "./audit-bee.py", line 399, in main
sites = self.get_audit_list(group='Websites never audited', count=20)
File "./audit-bee.py", line 300, in get_audit_list
'query': my_query
File "/usr/local/lib/python2.7/dist-packages/simplemediawiki.py", line 184, in call
return json.loads(self._fetch_http(self._api_url, params))
File "/usr/local/lib/python2.7/dist-packages/simplemediawiki.py", line 156, in _fetch_http
response = self._opener.open(request)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1136, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
File "/usr/lib/python2.7/ssl.py", line 756, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 643, in read
v = self._sslobj.read(len)
ssl.SSLError: ('The read operation timed out',)
The text was updated successfully, but these errors were encountered:
hexmode
changed the title
stacktrace on sso timeout
stacktrace on ssl timeout
Apr 14, 2017
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: