Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 2447)

Ticket Resolution Summary Owner Reporter
#3280 Fixed Label plugin unable to reopen label options Calum
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 Calum
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:

https://github.com/arvidn/libtorrent/issues/3858

#3278 Fixed argparserbase: exception when creating the pid file DjLegolas
Description

a user reported about a TypeError:

Jun 22 21:00:22 htpc deluged[21885]: Traceback (most recent call last):
Jun 22 21:00:22 htpc deluged[21885]:   File "/usr/bin/deluged", line 11, in <module>
Jun 22 21:00:22 htpc deluged[21885]:     load_entry_point('deluge==2.0.3', 'console_scripts', 'deluged')()
Jun 22 21:00:22 htpc deluged[21885]:   File "/usr/lib/python3.7/site-packages/deluge/core/daemon_entry.py", line 87, in start_daemon
Jun 22 21:00:22 htpc deluged[21885]:     options = parser.parse_args()
Jun 22 21:00:22 htpc deluged[21885]:   File "/usr/lib/python3.7/site-packages/deluge/argparserbase.py", line 250, in parse_args
Jun 22 21:00:22 htpc deluged[21885]:     return self._handle_ui_options(options)
Jun 22 21:00:22 htpc deluged[21885]:   File "/usr/lib/python3.7/site-packages/deluge/argparserbase.py", line 329, in _handle_ui_options
Jun 22 21:00:22 htpc deluged[21885]:     _file.write('%d\n' % os.getpid())
Jun 22 21:00:22 htpc deluged[21885]: TypeError: a bytes-like object is required, not 'str'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.