Custom Query (2448 matches)
Results (88 - 90 of 2448)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3281 | Fixed | Translation strings mismatch | Cas | adziahel |
Description |
Status pane has "Uploaded:" and "Down Speed:" labels switched places (see attached screenshot). Mode: thin client Locale: en_US.UTF-8 OS: openSUSE Tumbleweed 20190621 Environment: GNOME |
|||
#3280 | Fixed | Label plugin unable to reopen label options | Cas | |
Description |
From a forum user: https://forum.deluge-torrent.org/viewtopic.php?f=7&t=55394 Attached is a short screen recording to show how the context menu behavior looks like. After I close the first modal, the context menu opens, but any click on "Label Options" does nothing. The functionality of the add or remove label entries is intact. In the process of this testing I also found the attached console error about it. I'm wondering why I didn't see that the first time around. |
|||
#3279 | Fixed | Peer client UnicodeDecodeError | Cas | |
Description |
User reported peers not displaying for certain torrents: 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: |