Opened 13 years ago

Closed 13 years ago

Last modified 7 years ago

#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.

Change History (2)

comment:1 Changed 13 years ago by OmegaPhil

  • Resolution set to fixed
  • Status changed from new to closed

This has resolved itself after I deleted the config directory.

comment:2 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.