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.
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.
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
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).
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...