Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 2449)

Ticket Resolution Summary Owner Reporter
#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.

#2755 WorksForMe UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path" Bro
Description

Got this on develop (9726481fb4a31a20ab9b79b804ae20aa72cafc7a)

/home/bro/programmer/deluge/workdirs/develop-running/deluge/core/torrentmanager.py:917: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  torrent.options["download_location"] != torrent.options["move_completed_path"]:
#2754 Fixed Deluge isn't sorting torrents properly Nuudules
Description

If you tried to sort all your torrents by name, or progress, etc. , it isn't sorting properly. For example, if I wanted to sort by name, it would be out of order. I do not have auto-manged torrents on any of the torrents, nor did I enable Queue new torrents top of the list.

I created a more detailed explanation in the forums: http://forum.deluge-torrent.org/viewtopic.php?f=12&t=51173&sid=9607bc1fa2fd634fb7ce7354a97e14f9

In post:

Normally, if you sort by say the progress of a torrent, the order by which it sorts torrents would be:

Downloading Seeding Queued Paused

and it would sort by alphabetical order (or something similar to this). However, Deluge doesn't do this (at least for me) and it's driving me crazy. I'm ordering by the progress, and it puts queued on the very top, then downloading, then paused, and it puts seeding randomly in between the paused files. Is there a way I can fix this manually?

Image to prove my point: http://i.imgur.com/qgaeppu.png http://dev.deluge-torrent.org/attachment/ticket/2441/Progress.png http://dev.deluge-torrent.org/attachment/ticket/2441/Name.png

If you notice, the two seeding torrents, those that have the black circle and blue water drop on the left side, both start with V, yet they are ordered differently. I also ordered it by progress, which is evident with the little arrow next to it. Also note that the torrents that are listed are not in order alphabetically. I checked to see if the torrents are sorted by when they were first added, and that also yielded no results. I am thoroughly confused on why it sorts my torrents like this, and it is really really annoying.

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