Opened 7 years ago
Last modified 11 months ago
#2842 new bug
Deluge outputting KeyError: 'daemon.info'
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.1 |
Component: | Core | Version: | develop |
Keywords: | Cc: | hi@… |
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 Changed 5 years ago by Cas
- Milestone changed from 2.0 to 2.0.0
comment:2 Changed 4 years ago by basvdw
- Cc hi@… added
comment:3 Changed 4 years ago by Cas
- Milestone changed from 2.0.0 to 2.1.x
Ticket retargeted after milestone closed
comment:5 Changed 11 months ago by Cas
- Milestone changed from 2.1.0 to 2.1.1
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
Milestone renamed