#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 bro):

 This is not solved in master.

 {{{
 >>> s = 'String with \xe5'
 >>> tracker_status = '%s: %s' % (u"Warning", s)
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 12:
 ordinal not in range(128)
 }}}

 The tracker status has also created problems when decoding the RPC message
 with rencode.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2039#comment:3>
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