Custom Query (2449 matches)
Results (562 - 564 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1968 | Fixed | OSError if deluged not installed and attempted start from connection manager | ||
| 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
|
|||
| #1969 | Fixed | "quit and shutdown" menu item available even when not connected to dameon | ||
| Description |
In non-classic mode without being connected to a daemon the 'quit and shutdown' is available and will generate an error when selected. Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/menubar.py", line 256, in on_menuitem_quitdaemon_activate
self.window.quit(shutdown=True)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/mainwindow.py", line 163, in quit
client.daemon.shutdown()
File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__
return self.daemon.call(self.base, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'call'
|
|||
| #1984 | Fixed | KeyError in preferences.py if key not in stored config | ||
| Description |
From: https://bugzilla.redhat.com/show_bug.cgi?id=655561 Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 811, in on_button_ok_clicked
self.set_config(hide=True)
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 724, in set_config
if self.core_config[key] != new_core_config[key]:
KeyError: 'lsd'
|
|||
Note:
See TracQuery
for help on using queries.
