Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (142 - 144 of 2449)

Ticket Resolution Summary Owner Reporter
#2849 Fixed WebUI fails to run without translation MO file bro Cas
Description

A user in IRC reported this issue, don't have the error message to hand but the new language selection code needs to handle the use-case when no translation files .mo are available.

#705 WontFix Webui exception when accessing undefined label. andar vegetarianrage@…
Description

Steps to recreate:

Enable Labels plugin.
Attempt to view list of labels before creating a label.
FAULT

Add label using "addlabel" menu option.
Attempt to view list of labels, works.
Delete label.
FAULT (trying to view deleted label?)

http://pastebin.ca/1303040

#2418 Fixed WebUI error adding non-ascii torrent file Cas
Description
[ERROR   ] 00:47:56 json_api:271 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte
Traceback (most recent call last):
  File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 293, in render
    d = self._on_json_request(request)
  File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 265, in _on_json_request
    return self._send_response(request, response)
  File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 276, in _send_response
    response = json.dumps(response)
  File "/usr/lib/python2.7/json/__init__.py", line 231, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.7/json/encoder.py", line 201, in encode
    chunks = self.iterencode(o, _one_shot=True)
  File "/usr/lib/python2.7/json/encoder.py", line 264, in iterencode
    return _iterencode(o, 0)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte
Note: See TracQuery for help on using queries.