Ticket #1968 (closed bug: fixed)

Opened 19 months ago

Last modified 15 months ago

OSError if deluged not installed and attempted start from connection manager

Reported by: Cas Owned by: Cas
Priority: minor Milestone: 1.3.4
Component: gtkui 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

Changed 18 months ago by Cas

  • status changed from new to accepted
  • owner set to Cas

Changed 15 months ago by Cas

  • status changed from accepted to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.