I edited them with
sudo leafpad [path] and this came up:
There was an error stating the core component which
is required to run Deluge in Classic Mode.
Please see the details below for more information.
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 295, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 559, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 432, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 64, in <module>
from deluge.core.torrentmanager import TorrentManager
File "/usr/lib/python2.7/site-packages/deluge/core/torrentmanager.py", line 55, in <module>
from deluge.core.torrent import Torrent
File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 350
self.state = LTSTATE[ltstate]
^
IndentationError: expected an indented block
You think Leafpad may have screwed something up ? But then why are the other files having issues with these two edits ?
I chose Yes, "Connect" and now the torrent list is empty...
LE: Edited the files back the way they were and the torrent list has returned. Hmmm.