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 , 6 years ago
Milestone: | 2.0 → 2.0.0 |
---|
comment:2 by , 6 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed