{{{
File "/usr/lib/python3.7/site-packages/deluge/core/torrent.py", line 813,
in get_peers
client = decode_bytes(peer.client)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 0:
invalid start byte
}}}
This seems to be an upsteam libtorrent issue when peer client strings are
not utf8 encoded:
https://github.com/arvidn/libtorrent/issues/3858
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3279>
Deluge <https://deluge-torrent.org/>
Deluge Project
* status: new => closed
* resolution: => Fixed
Comment:
Workaround applied: [4b29436cd5e]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3279#comment:1>
Comment (by jools772):
That's the micro sign, probably somebody is using utorrent. Isn't the
standard to use unicode internally?
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3279#comment:2>