#2039: torrentmanager.py line 1023, in on_alert_tracker_warning -
UnicodeDecodeError
---------------------+------------------------------------------------------
 Reporter:  non7top  |       Owner:            
     Type:  bug      |      Status:  new       
 Priority:  minor    |   Milestone:  1.4.0     
Component:  core     |     Version:  git master
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by Cas):

 There is a decode_string function in common that can be updated to try
 `utf8`, then `latin1`, then `utf8` with `ignore` although it does re-
 encode as `utf8` which I find odd as I would expect this to happen in the
 utf8_encoded function below (which calls decode_string).

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2039#comment:10>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to