Custom Query (2449 matches)
Results (238 - 240 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3279 | Fixed | Peer client UnicodeDecodeError | ||
| 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: |
|||
| #3280 | Fixed | Label plugin unable to reopen label options | ||
| 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. |
|||
| #3282 | Fixed | Does not work with pillow-simd | ||
| Description |
When using https://github.com/uploadcare/pillow-simd instead of pillow, deluge refuses to start. pillow-simd is a drop-in replacement and should be honored if it is installed on the system instead of the normal pillow. ♦ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pillow' distribution was not found and is required by deluge
|
|||
