Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 2449)

Ticket Resolution Summary Owner Reporter
#568 Fixed Certian characters in torrent filename cuases Deluge to NOT display torrent names and status for all torrents. andar thinkobscure@…
Description

After adding a torrent with a certain character in its name it caused deluge to hide all torrent file names, status, rank, ratio, and download/up speed in the main window. showing just a list of unnamed torrents (the same number of torrents expected)

It does continue to work (the rest of my torrents continued to download) and you can work around this by looking at each unnamed torrent files details. The torrent file in question did download and upon removing the torrent deluge has reverted back to normal.

Bug is not critical but strange and slightly alarming upon first experiencing it.
OS: Ubuntu Hardy 8.04 i386
Deluge: 1.0.3-1

The torrent file in question is "Lisa Ann - Who’s Nailin Paylin" where two Russians have there tank break down and need to use her phone. It is not as funny as I had hoped, but not too bad. There are still more episodes to be released. I also tried to attach the torrent but received a trac error related to parsing the torrent file and hitting the odd char.

#569 Fixed "Automatically connect to selected host" doesn't work andar anonymous
Description

In the connection manager I have only my server as a host. But it won't connect to this host at startup. I'll just get an empty screen until I manually select the host in the connection manager.

#570 Fixed gtkui fails to load due to non-ASCII character ∞ andar danii
Description

Deluge [4107] gtk ui fails to start with:

[INFO    ] 05:22:56 main:95 Deluge ui 1.1.0-devr4107
[DEBUG   ] 05:22:56 main:96 options: {'config': None, 'logfile': None, 'ui': None, 'args': None}
[DEBUG   ] 05:22:56 main:97 args: []
[DEBUG   ] 05:22:56 main:98 ui_args: []
[DEBUG   ] 05:22:56 configmanager:44 ConfigManager started..
[INFO    ] 05:22:56 main:101 Starting ui..
[DEBUG   ] 05:22:56 ui:44 UI init..
[DEBUG   ] 05:22:56 configmanager:88 Getting config 'ui.conf'
[DEBUG   ] 05:22:56 config:47 Config created with filename: ui.conf
[DEBUG   ] 05:22:56 config:48 Config defaults: {'default_ui': 'gtk'}
[INFO    ] 05:22:56 ui:60 Starting GtkUI..
[DEBUG   ] 05:22:56 client:54 CoreProxy init..
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.0-dev', 'console_scripts', 'deluge')()
  File "/usr/lib/python2.5/site-packages/deluge/main.py", line 102, in start_ui
    UI(options, args, options.args)
  File "/usr/lib/python2.5/site-packages/deluge/ui/ui.py", line 61, in __init__
    from deluge.ui.gtkui.gtkui import GtkUI
  File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/gtkui.py", line 52, in <module>
    from torrentview import TorrentView
  File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/torrentview.py", line 47, in <module>
    import deluge.ui.gtkui.listview as listview
  File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/listview.py", line 86
SyntaxError: Non-ASCII character '\xe2' in file /usr/lib/python2.5/site-packages/deluge/ui/gtkui/listview.py on line 86, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
Note: See TracQuery for help on using queries.