Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 2447)

Ticket Resolution Summary Owner Reporter
#1981 Invalid Unicode error in "Copy of .torrent files to" Calum Bro
Description

http://forum.deluge-torrent.org/viewtopic.php?f=7&t=38177

[ERROR ] 18:46:40 core:225 There was an error adding the torrent file NAME_OF_TORRENT_FILE.torrent
1067 [ERROR ] 18:46:40 core:226 'ascii' codec can't encode character u'\x99' in position 124: ordinal not in range(128)
1068 Traceback (most recent call last):
1069 File "/usr/local/lib/python2.6/site-packages/deluge-1.3.3-py2.6.egg/deluge/core/core.py", line 223, in add_torrent_file
1070 torrent_id = self.torrentmanager.add(filedump=filedump, options=options, filename=filename)
1071 File "/usr/local/lib/python2.6/site-packages/deluge-1.3.3-py2.6.egg/deluge/core/torrentmanager.py", line 495, in add
1072 "wb")
1073 UnicodeEncodeError: 'ascii' codec can't encode character u'\x99' in position 124: ordinal not in range(128)
#1934 Fixed Unicode Error in 'Add Torrent' Dialog Calum ibear
Description

deluge\ui\gtkui\addtorrentdialog.py, line 199 filename = unicode(filename)

if unicode convert error, the exception is not be catpured, deluge just hang up! I meet this problem both under windows xp( japanese ) and archlinux.

PS: I'm from china, when I add a torrent url to deluge, if torrent file name has some gbk char, the convert exception will raise.

#1029 Fixed UnicodeEncodeError: 'ascii' codec ... in console ui andar milashka
Description

deluge/ui/console/screen.py, line 237, in add_string self.addstr(row, col, s, color)

info command return this, if torent name has some non ascii characters.

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