Skip to content

Instantly share code, notes, and snippets.

@bendikro
Last active August 29, 2015 14:15
Show Gist options
  • Save bendikro/90b1bc478f5e8313ca1a to your computer and use it in GitHub Desktop.
Save bendikro/90b1bc478f5e8313ca1a to your computer and use it in GitHub Desktop.
Deluge develop SSL error
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/twisted/python/log.py", line 88, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/usr/local/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/usr/local/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/usr/local/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/local/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 614, in _doReadOrWrite
why = selectable.doRead()
File "/usr/local/lib/python2.7/site-packages/twisted/internet/tcp.py", line 214, in doRead
return self._dataReceived(data)
File "/usr/local/lib/python2.7/site-packages/twisted/internet/tcp.py", line 220, in _dataReceived
rval = self.protocol.dataReceived(data)
File "/usr/local/lib/python2.7/site-packages/twisted/protocols/tls.py", line 422, in dataReceived
self._flushReceiveBIO()
File "/usr/local/lib/python2.7/site-packages/twisted/protocols/tls.py", line 360, in _flushReceiveBIO
bytes = self._tlsConnection.recv(2 ** 15)
File "/usr/local/lib/python2.7/site-packages/OpenSSL/SSL.py", line 995, in recv
self._raise_ssl_error(self._ssl, result)
File "/usr/local/lib/python2.7/site-packages/OpenSSL/SSL.py", line 862, in _raise_ssl_error
raise SysCallError(errno, errorcode[errno])
exceptions.KeyError: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment