Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 2447)

Ticket Resolution Summary Owner Reporter
#143 Fixed web ui in latest nightly crashes mvoncken deluge-trac@rolf.leggewie.biz
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'
#144 WorksForMe Crash WebUI after login mvoncken micehide
Description

Crash WebUI after login... Any ideas?

--Deluge Error--
TypeError : update() argument 1 must be string or read-only buffer, not None
path : /login
file : /usr/share/deluge/plugins/WebUi/webserver_framework.py in check_pwd, line 188

--Input--
<Storage {'pwd': '', 'redir': '', 'submit': 'Submit'}>

--Versions--
WebUi : rev.172
Python : 2.5.1 (r251:54863, Oct  5 2007, 13:36:32) 
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)]
dbus:0.82.0

--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/deluge_webserver.py", line 87, in POST
    if check_pwd(vars.pwd):
  File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 189, in check_pwd
    m.update(ws.config.get('pwd_salt'))
#145 Invalid Allow custom up/down speed settings for each torrent markybob adityakavoor@yahoo.com
Description

In the situation of downloading torrents with several priorities, a user should be able to set custom up/down ie limit the speed or allow full bandwidth to particular torrents unlike the present situation where the speeds are set globally.

Right click on any torrent should give options to set speeds.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.