#1968: OSError if deluged not installed and attempted start from connection
manager
-------------------+--------------------------------------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 1.3.4
Component: gtkui | Version: 1.3.3
Keywords: |
-------------------+--------------------------------------------------------
Start in non-classic and try to start daemon from connection manager. The
correct warning appears in gtkui but error is not handled properly.
{{{
[ERROR ] 18:14:58 client:584 [Errno 2] No such file or directory
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 582,
in start_daemon
subprocess.call(["deluged", "--port=%s" % port, "--config=%s" %
config])
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1968>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.