Custom Query (2433 matches)
Results (169 - 171 of 2433)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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' |
|||
#1161 | Fixed | Ask to switch to full file allocation for selected downloads | damoxc | mathbr |
Description |
If you try to select which files to download while using compact file allocation Deluge currently simply says that this is only possible with the full file allocation. In addition to that Deluge should ask the user if he directly wants to switch to full file allocation to use this for the newly to add and future torrents. |
|||
#2851 | Invalid | Assign label in WebUI | knowcontrol | |
Description |
The WebUI is nearly perfect except for the extremely frustrating fact that you can not assign a label through the WebUI. The user is forced to interact with the host machine to assign labels, this is counterintuitive and a major hindrance to effective work flow. Please add the ability to assign a label within the WebUI. |