Opened 13 years ago

Closed 12 years ago

#1934 closed bug (Fixed)

Unicode Error in 'Add Torrent' Dialog

Reported by: ibear Owned by: Cas
Priority: minor Milestone: 1.3.4
Component: GTK UI Version: 1.3.3
Keywords: unicode Cc:

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.

Change History (4)

comment:1 Changed 13 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.4
  • Owner set to Cas
  • Status changed from new to assigned

We need an example torrent for testing and also can you paste any errors that you are seeing.

comment:2 Changed 13 years ago by Cas

  • Summary changed from program will hang up to Unicode Error in 'Add Torrent' Dialog

comment:4 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from assigned to closed

Fix committed to 1.3-stable: 370035ff

Note: See TracTickets for help on using tickets.