Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 2449)

Ticket Resolution Summary Owner Reporter
#769 Invalid WebUI Issue mvoncken anonymous
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--

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/webapi.py", line 304, in wsgifunc

result = func()

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 131, in <lambda>

func = lambda: handle(inp, fvars)

File "/usr/share/deluge/plugins/WebUi/lib/webpy022/request.py", line 61, in handle

return tocall(*([x and urllib.unquote(x) for x in args] + fna))

File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 151, in deco

return func(self, name) #ok, continue..

File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 135, in deco

res = func(self, name)

File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 168, in deco

return func(self, name)

File "/usr/share/deluge/plugins/WebUi/deluge_webserver.py", line 102, in GET

for torrent_id in ws.proxy.get_session_state()]

File "/var/lib/python-support/python2.5/dbus/proxies.py", line 140, in call

keywords)

File "/var/lib/python-support/python2.5/dbus/connection.py", line 607, in call_blocking

message, timeout)

#1324 Fixed webui interface Cas mathroc
Description

two remarks for the webui:

  • the bottom panel (status, details, files, peers, options) might need a hint (I didn't understand what this blank bar was until I wonder why that space was wasted and I moved the cursor hover it). the double arrow as in the filter panel could be added (unless there is a reason for allowing the bottom panel to only be over the content ?)
  • the top bar contains only the deluge logo and name (not even a link to http://deluge-torrent.org/ ?) maybe it can be move at the beginning of the menubar
#143 Fixed web ui in latest nightly crashes mvoncken deluge-trac@…
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'
Note: See TracQuery for help on using queries.