#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
Note:
See TracTickets
for help on using tickets.
Fixed in develop: [9726481fb4a31a]