Opened 11 years ago
Closed 10 years ago
#1968 closed bug (Fixed)
OSError if deluged not installed and attempted start from connection manager
Reported by: | Cas | Owned by: | Cas |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.4 |
Component: | GTK UI | Version: | 1.3.3 |
Keywords: | Cc: |
Description
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
Change History (2)
comment:1 Changed 11 years ago by Cas
- Owner set to Cas
- Status changed from new to accepted
comment:2 Changed 10 years ago by Cas
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
eb6959fb