Opened 9 years ago

Last modified 3 years ago

#2842 new bug

Deluge outputting KeyError: 'daemon.info'

Reported by: Calum Owned by:
Priority: minor Milestone: 2.1.1
Component: Core Version: develop
Keywords: Cc: hi@bas.sh

Description

Not sure the cause and didn't seem to stop deluge working but saw this in console:

Traceback (most recent call last):
  File "/home/ubuntu/deluge.git/deluge/ui/client.py", line 460, in call
    m = self.__daemon.rpcserver.get_object_method(method)
  File "/home/ubuntu/deluge.git/deluge/core/rpcserver.py", line 423, in get_object_method
    return self.factory.methods[name]
KeyError: 'daemon.info'

This was deluge in standalone mode and the json_api also reported the issue:

15:09:10.415 [ERROR   ][deluge.ui.web.json_api                 :1172] [Failure instance: Traceback (failure with no frames): <type 'exceptions.KeyError'>: 'daemon.info'
]
None

Change History (5)

comment:1 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

comment:2 by Bas van den Wollenberg, 6 years ago

Cc: hi@bas.sh added

comment:3 by Calum, 6 years ago

Milestone: 2.0.02.1.x

Ticket retargeted after milestone closed

comment:4 by Calum, 3 years ago

Milestone: 2.1.x2.1.0

Milestone renamed

comment:5 by Calum, 3 years ago

Milestone: 2.1.02.1.1

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.