Opened 15 years ago
Closed 14 years ago
#1968 closed bug (Fixed)
OSError if deluged not installed and attempted start from connection manager
| Reported by: | Calum | Owned by: | Calum |
|---|---|---|---|
| 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 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.



eb6959fb