Thank you for quick reply. Unfortunately it wasn't that easy this time. Because I already tried that. I had often state file problems with older versions and that's why I tried that first.
Any other thoughts what I should delete or should I just delete "files" until it starts and tell what file it was? That might do the trick and then others would also know what the problem is.
Config file listing & error message.
Code: Select all
Server:~/.config/deluge$ ls -la
total 60
drwx------ 6 sl sl 4096 2008-01-18 18:26 .
drwxr-xr-x 9 sl sl 4096 2007-11-21 20:53 ..
drwxr-xr-x 2 sl sl 4096 2007-11-14 07:08 alltime_stats
-rw-r--r-- 1 sl sl 2663 2008-01-17 21:05 dht.state
-rw-r--r-- 1 sl sl 6 2008-01-17 21:05 event_logging.conf
drwxr-xr-x 2 sl sl 4096 2007-11-17 07:11 extra_stats
-rw-r--r-- 1 sl sl 144 2008-01-17 21:05 extra_stats.conf
-rw-r--r-- 1 sl sl 40 2008-01-17 21:05 files.conf
-rw-r--r-- 1 sl sl 0 2007-11-17 07:11 firstrun
-rw-r--r-- 1 sl sl 0 2008-01-12 09:31 infosent
drwxr-xr-x 2 sl sl 4096 2007-12-19 21:43 logs
-rw-r--r-- 1 sl sl 86 2008-01-17 21:05 move_torrent.conf
-rw-r--r-- 1 sl sl 123 2008-01-17 21:05 notification.conf
-rw-r--r-- 1 sl sl 49 2008-01-17 21:05 peers.conf
-rw-r--r-- 1 sl sl 45 2007-11-15 21:51 pieces.conf
-rw-r--r-- 1 sl sl 3723 2008-01-17 21:05 prefs.state
drwxr-xr-x 2 sl sl 4096 2008-01-18 18:26 torrentfiles
Server:~/.config/deluge$ deluge
checking for ubuntu...
found and fixing ubuntu
checking for ubuntu...
no existing Deluge session
Starting new Deluge session...
Traceback (most recent call last):
File "/usr/bin/deluge", line 145, in <module>
start_deluge()
File "/usr/bin/deluge", line 128, in start_deluge
interface = deluge.interface.DelugeGTK()
File "/var/lib/python-support/python2.5/deluge/interface.py", line 54, in __init__
common.CONFIG_DIR)
File "/var/lib/python-support/python2.5/deluge/core.py", line 200, in __init__
self.config = pref.Preferences(os.path.join(self.base_dir, PREFS_FILENAME))
File "/var/lib/python-support/python2.5/deluge/pref.py", line 283, in __init__
self.load(self.config_file)
File "/var/lib/python-support/python2.5/deluge/pref.py", line 329, in load
self.mapping.update(self.dump)
TypeError: iteration over non-sequence
Most interesting, it says fixing ubuntu and after that it restarts and says checking ubuntu again.