Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacktrace on ssl timeout #8

Open
hexmode opened this issue Nov 7, 2016 · 0 comments
Open

stacktrace on ssl timeout #8

hexmode opened this issue Nov 7, 2016 · 0 comments

Comments

@hexmode
Copy link
Contributor

hexmode commented Nov 7, 2016

Traceback (most recent call last):

  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',)
@hexmode hexmode changed the title stacktrace on sso timeout stacktrace on ssl timeout Apr 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant