Deluge has started acting a bit weird.. well.. very..
The Daemon will stop responding, crash or act up.. nothing seems to show in the log.. and I've set log level to debug..
when I run 'deluge-console' it loads find.. when I try 'info' it gives me:
Code: Select all
'ConsoleUI' object has no attribute 'torrents'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 343,
in do_command
ret = self._commands[cmd].handle(*args, **options.__dict__)
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/commands/info.py", l
ine 134, in handle
torrent_ids.extend(self.console.match_torrent(""))
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 460,
in match_torrent
for tid, name in self.torrents:
AttributeError: 'ConsoleUI' object has no attribute 'torrents'
Code: Select all
web.Server Traceback (most recent call last):
<type 'exceptions.KeyError'>: 'autoadd/autoadd.js'
/usr/lib/python2.7/dist-packages/twisted/web/server.py, line 132 in process
130 try:
131 resrc = self.site.getResourceFor(self)
132 self.render(resrc)
133 except:
/usr/lib/python2.7/dist-packages/twisted/web/server.py, line 167 in render
165 """
166 try:
167 body = resrc.render(self)
168 except UnsupportedMethod, e:
/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py, line 570 in render
568 mode = None
569
570 scripts = component.get("Scripts").get_scripts(mode)
571 scripts.insert(0, "gettext.js")
/usr/lib/python2.7/dist-packages/deluge/ui/web/server.py, line 375 in get_scripts
373
374 for path in _order:
375 filepath = _scripts[path]
376
<type 'exceptions.KeyError'>: 'autoadd/autoadd.js'
The latest "events" in the web.log file is:
Code: Select all
[DEBUG ] 07:29:24 json_api:255 json-request: {"method":"web.get_events","params":[],"id":173}
[DEBUG ] 07:29:29 json_api:255 json-request: {"method":"web.get_events","params":[],"id":174}
[DEBUG ] 07:29:34 json_api:255 json-request: {"method":"web.get_events","params":[],"id":175}
[DEBUG ] 07:29:39 json_api:255 json-request: {"method":"web.get_events","params":[],"id":176}
[DEBUG ] 10:29:46 json_api:255 json-request: {"method":"web.get_events","params":[],"id":178}
[DEBUG ] 10:29:47 server:269 Requested path: 'login.png'
[DEBUG ] 10:29:47 server:280 Serving path: '/usr/lib/python2.7/dist-packages/deluge/ui/web/icons/login.png'
[DEBUG ] 10:29:47 json_api:255 json-request: {"method":"web.get_events","params":[],"id":179}
[DEBUG ] 10:29:47 json_api:255 json-request: {"method":"web.get_events","params":[],"id":180}