Custom Query (2447 matches)
Results (130 - 132 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#769 | Invalid | WebUI Issue | ||
Description |
--Deluge Error-- DBusException : org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. path : /index file : /var/lib/python-support/python2.5/dbus/connection.py in call_blocking, line 606 --Input-- <Storage {'sort': 'queue_pos', 'order': 'down'}> --Versions-- WebUi : rev.172 Python : 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] dbus:0.82.4 --Traceback--
|
|||
#1324 | Fixed | webui interface | ||
Description |
two remarks for the webui:
|
|||
#143 | Fixed | web ui in latest nightly crashes | ||
Description |
The web ui in the latest nightly (svn3082) crashes right after startup $ deluge -u web [INFO ] main:64 Deluge ui 0.6.0.0r3082 [DEBUG ] main:65 options: {'config': None, 'ui': 'web'} [DEBUG ] main:66 args: [] [DEBUG ] configmanager:44 ConfigManager started.. [INFO ] main:69 Starting ui.. [DEBUG ] ui:44 UI init.. [DEBUG ] configmanager:88 Getting config 'ui.conf' [DEBUG ] config:47 Config created with filename: ui.conf [DEBUG ] config:48 Config defaults: {'selected_ui': 'gtk'} [DEBUG ] config:117 Setting 'selected_ui' to web of <type 'str'> [INFO ] ui:63 Starting WebUI.. [DEBUG ] client:54 CoreProxy init.. [DEBUG ] component:102 Registered WebPluginManager with ComponentRegistry.. [DEBUG ] configmanager:88 Getting config 'webui.conf' [DEBUG ] config:47 Config created with filename: webui.conf [DEBUG ] config:48 Config defaults: None [DEBUG ] pluginmanagerbase:48 Plugin manager init.. [DEBUG ] configmanager:88 Getting config 'webui.conf' Traceback (most recent call last): File "/usr/bin/deluge", line 8, in <module> load_entry_point('deluge==0.6.0.0', 'console_scripts', 'deluge')() File "/var/lib/python-support/python2.5/deluge/main.py", line 70, in start_ui UI(options, args) File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 65, in __init__ ui = WebUI(args) File "/var/lib/python-support/python2.5/deluge/ui/webui/webui.py", line 36, in __init__ import deluge_webserver File "/var/lib/python-support/python2.5/deluge/ui/webui/deluge_webserver.py", line 54, in <module> components.register() #after gettext!! File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 169, in register __plugin_manager = PluginManager() File "/var/lib/python-support/python2.5/deluge/ui/webui/components.py", line 133, in __init__ self, "webui.conf", "deluge.plugin.webui") File "/var/lib/python-support/python2.5/deluge/pluginmanagerbase.py", line 59, in __init__ self.scan_for_plugins() File "/var/lib/python-support/python2.5/deluge/pluginmanagerbase.py", line 85, in scan_for_plugins user_plugin_dir = os.path.join(self.config["config_location"], "plugins") File "/var/lib/python-support/python2.5/deluge/config.py", line 172, in __getitem__ return self.config[key] KeyError: 'config_location' |