Opened 10 years ago

Closed 10 years ago

Last modified 7 years ago

#2733 closed bug (Fixed)

torrentmanager.py : on_alert_performance - UnicodeDecodeError

Reported by: Bro Owned by:
Priority: minor Milestone: 2.x
Component: Core Version: develop
Keywords: Cc:

Description

The commit Fix #1466 : Performance warning: Send Buffer Watermark produces this error

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/logging/__init__.py", line 882, in emit
    stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 95: ordinal not in range(128)
Logged from file torrentmanager.py, line 1212

Change History (2)

comment:1 by Calum, 10 years ago

Resolution: Fixed
Status: newclosed

Fixed in develop: [9726481fb4a31a]

comment:2 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.