Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (484 - 486 of 2447)

Ticket Resolution Summary Owner Reporter
#3219 Fixed Crash setting peers tabs tooltip Calum
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 tooltip var set from get_tooltip_context to is_tooltip

#89 WorksForMe Crash the webui mvoncken anonymous
Description

--Deluge Error-- DBusException : org.freedesktop.DBus.Python.UnicodeError: Traceback (most recent call last):

File "/var/lib/python-support/python2.5/dbus/service.py", line 488, in _message_cb

_method_reply_return(connection, message, method_name, signature, *retval)

File "/var/lib/python-support/python2.5/dbus/service.py", line 232, in _method_reply_return

reply.append(signature=signature, *retval)

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--

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 152, in deco

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

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

res = func(self, name)

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

return func(self, name)

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

for torrent_id in ws.proxy.get_session_state()]

File "/usr/share/deluge/plugins/WebUi/webserver_framework.py", line 220, in get_torrent_status

status = Storage(ws.proxy.get_torrent_status(torrent_id,ws.TORRENT_KEYS))

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

reply_message = self._connection.send_message_with_reply_and_block(message, timeout)

#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'))
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.