Deluge error
Posted: Fri Jan 20, 2017 10:19 am
I have a strange error, my deluged is running but it stops adding new torrents or sending data. When I connect with deluge-console and writes info I get this error:
Then I can stop deluged, I can delete my fastresume files in state dir and starte deluged again and everything works fine again, after checking the data on all the torrents. Then 3-7 days later the same happens...
Any ideas what is going on? or anything I can to do prevent it? :/
Code: Select all
>>> info
'ConsoleUI' object has no attribute 'torrents'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 344, in do_command
ret = self._commands[cmd].handle(*args, **options.__dict__)
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/commands/info.py", line 135, in handle
torrent_ids.extend(self.console.match_torrent(""))
File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 461, in match_torrent
for tid, name in self.torrents:
AttributeError: 'ConsoleUI' object has no attribute 'torrents'
Any ideas what is going on? or anything I can to do prevent it? :/