Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (607 - 609 of 2449)

Ticket Resolution Summary Owner Reporter
#2707 Fixed FilterPanel TypeError: r is undefined Calum
Description

Seeing the following error in console when removing a torrent.

Error: TypeError: r is undefined
Source File: http://127.0.0.1:8112/js/deluge-all/FilterPanel.js
Line: 154
#2708 WorksForMe Console KeyError: 'progress' Calum
Description

Seeing the following error on startup of the ncurses console

File "/home/ubuntu/deluge.git_master/deluge/transfer.py", line 118, in _handle_complete_message 
self.message_received(rencode.loads(zlib.decompress(data), decode_utf8=True))
File "/home/ubuntu/deluge.git_master/deluge/ui/client.py", line 123, in message_received d.callback(request[2])
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback self._startRunCallbacks(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks current.result = callback(current.result, *args, **kw)
File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 434, in set_state self._sorted_ids = self._sort_torrents(self.curstate)
File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in _sort_torrents result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0)
File "/home/ubuntu/deluge.git_master/deluge/ui/console/modes/alltorrents.py", line 584, in <lambda> result = sorted(result, cmp_func, lambda s: state.get(s)["progress"] == 100.0)
exceptions.KeyError: 'progress'
#2757 Fixed Error creating torrent with french translation Calum Calum
Description

From forum post:

    Traceback (most recent call last):
      File "deluge\ui\gtkui\createtorrentdialog.py", line 166, in _on_button_file_clicked
      File "deluge\ui\gtkui\createtorrentdialog.py", line 134, in adjust_piece_size
      File "deluge\ui\gtkui\createtorrentdialog.py", line 119, in parse_piece_size_text
    ValueError: invalid literal for int() with base 10: '32\xc2'

    Traceback (most recent call last):
      File "deluge\ui\gtkui\createtorrentdialog.py", line 307, in _on_button_save_clicked
      File "deluge\ui\gtkui\createtorrentdialog.py", line 119, in parse_piece_size_text
    ValueError: invalid literal for int() with base 10: '16\xc2'

The problem is that fr.po contains non-breaking spaces (\xc2) so the solution is to parse it and remove/replace them on the Launchpad translation site.

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