Opened 9 years ago

Closed 9 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 Changed 9 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in develop: [9726481fb4a31a]

comment:2 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.