#1924 closed bug (Fixed)
Twisted error on attempt to connect to deluged with deluge-console
Reported by: | OmegaPhil | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Core | Version: | master |
Keywords: | Cc: |
Description
========================================================
21:32:03.967 [ERROR ][twisted :508 ] Unhandled Error Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
return callWithContext({"system": lp}, func, *args, kw)
File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, kw)
File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 59, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, kw)
File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 37, in callWithContext
return func(*args,kw)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/selectreactor.py", line 146, in _doReadOrWrite
why = getattr(selectable, method)()
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 137, in doRead
return Connection.doRead(self)
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 460, in doRead
return self.protocol.dataReceived(data)
File "/mnt/Storage_1/python_virtualenv_environments/deluge/deluge_src/deluge/ui/client.py", line 182, in dataReceived
exception_cls = getattr(error, request[2])
exceptions.TypeError: getattr(): attribute name must be string
========================================================
The daemon is listening, and I confirmed the recorded access credentials are right via the auth file.
This has resolved itself after I deleted the config directory.