Opened 11 years ago
Closed 11 years ago
#2388 closed bug (Duplicate)
Can't open a torrent file with an unicode filename directly from browser
Reported by: | odraencoded | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | GTK UI | Version: | 1.3.6 |
Keywords: | utf8 | Cc: |
Description
Hello, I'm on Windows and I tried to download and open from the browser a torrent with an unicode filename(it contained a ☆ character), I got the following error message:
[Errno2] No such file or directory: u'filename with ☆ goes here.torrent'
This happens with both Firefox and Chrome, but I am able to add the torrent from deluge itself using the add torrent dialog with the file browser.
I think this might be related to how Deluge handles interoperability through arguments? Perhaps it parsed u'<filename>' instead of <filename> as the filename string?
Note:
See TracTickets
for help on using tickets.
Duplicate: #2093