Page 2 of 3
Re: Deluge does not start
Posted: Wed May 28, 2008 12:00 am
by Sohn_of_a_Gunn
johnnyg wrote:Sohn_of_a_Gunn wrote:
Where are those files?
in ~/.config/deluge/torrentfiles/
the fastresume files end in .fastresume (make sure you don't delete the .torrent files)
\
Uh..........there are not files in the torrentfiles folder. What do I do now?
Re: Deluge does not start
Posted: Wed May 28, 2008 1:41 am
by johnnyg
have you tried deleting the persistent.state file in ~/.config/deluge/ ?
Re: Deluge does not start
Posted: Wed May 28, 2008 3:04 am
by bigc211
Don't know if this can help, but i have this error message when triyng to start deluge from cli on my kubuntu hardy.
Traceback (most recent call last):
File "/usr/bin/deluge", line 123, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I have version 0.5.9.1 and have already tried all the solutions above.
Still the same...
Re: Deluge does not start
Posted: Wed May 28, 2008 10:17 pm
by Sohn_of_a_Gunn
Hey guys I got it working, sadly I can not run any later versions but apparently deleting my config files helped somehow.
Re: Deluge does not start
Posted: Fri May 30, 2008 12:11 pm
by TrD
bigc211 wrote:Traceback (most recent call last):
File "/usr/bin/deluge", line 123, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I have this exact same error. It occurs with 0.5.9.1 and I even tried to downgrade but it didn't help.
Deleting the config files does not help either.
Re: Deluge does not start
Posted: Thu Jun 05, 2008 9:56 pm
by bigc211
No solution yet. Been searching for one.
Re: Deluge does not start
Posted: Sat Jun 07, 2008 8:23 am
by zoze
I got the same problem today i fixed it using 'rm ~/.config/deluge/persistent.state''.Know there aren;t any torrents.I backup my torrentfiles folder but nothing.Iw there a way to insert my torrent aymoatically and not one by one.I had 150++ torrents seeding.Help me
Re: Deluge does not start
Posted: Sat Jun 07, 2008 9:20 am
by johnnyg
you can use the autoload torrent feature (Preferences->Downloads: Autoload all torrent files in).
it will automatically add them all, and make their download location the default one.
so you'll have to manually change everyone (you can do this with the move torrent plugin).
Re: Deluge does not start
Posted: Sat Jun 07, 2008 9:39 am
by zoze
That's what i did.
Re: Deluge does not start
Posted: Sat Jun 07, 2008 2:30 pm
by bigc211
I tried to remove the persistant.state file but that didn't help.
Got this when trying to run from cli
Traceback (most recent call last):
File "/usr/bin/deluge", line 122, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I think it's a dependency problem. But can't find wich one...