Opened 15 years ago
Closed 14 years ago
#1934 closed bug (Fixed)
Unicode Error in 'Add Torrent' Dialog
| Reported by: | ibear | Owned by: | Calum |
|---|---|---|---|
| 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 by , 15 years ago
| Milestone: | 1.3.x → 1.3.4 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 15 years ago
| Summary: | program will hang up → Unicode Error in 'Add Torrent' Dialog |
|---|
comment:4 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fix committed to 1.3-stable: 370035ff
Note:
See TracTickets
for help on using tickets.



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