Custom Query (2447 matches)
Results (484 - 486 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3219 | Fixed | Crash setting peers tabs tooltip | ||
Description |
User reported the following crash: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py", line 361, in _on_query_tooltip tooltip.set_text(COUNTRIES[country_code]) AttributeError: 'bool' object has no attribute 'set_text'
This can be fixed by renaming |
|||
#89 | WorksForMe | Crash the webui | ||
Description |
--Deluge Error-- DBusException : org.freedesktop.DBus.Python.UnicodeError: Traceback (most recent call last):
UnicodeError: String parameters to be sent over D-Bus must be valid UTF-8 path : /index file : /var/lib/python-support/python2.5/dbus/proxies.py in call, line 168 --Input-- <Storage {}> --Versions-- WebUi : rev.172 Python : 2.5.1 (r251:54863, Mar 7 2008, 03:41:45) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] dbus:0.80.2 --Traceback--
|
|||
#144 | WorksForMe | Crash WebUI after login | ||
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')) |