Custom Query (2449 matches)
Results (229 - 231 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3264 | Fixed | Error starting Extractor plugin | ||
| Description |
12:06:58.389 [ERROR ][deluge.pluginmanagerbase :154 ] Unable to instantiate plugin 'Extractor' from '/usr/lib/python3/dist-packages/deluge/plugins/Extractor-0.7.egg'!
12:06:58.389 [ERROR ][deluge.pluginmanagerbase :1418] dictionary changed size during iteration
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/pluginmanagerbase.py", line 148, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
File "/usr/lib/python3/dist-packages/deluge/plugins/Extractor-0.7.egg/deluge_extractor/__init__.py", line 21, in __init__
from .core import Core as _pluginCls
File "/usr/lib/python3/dist-packages/deluge/plugins/Extractor-0.7.egg/deluge_extractor/core.py",
line 92, in <module>
for k, v in EXTRACT_COMMANDS.items(): RuntimeError: dictionary changed size during iteration
|
|||
| #3265 | Fixed | Errors with GTK on Wayland | ||
| Description |
From Patreon user, a few issues with running Wayland: (deluge:4867): Wnck-WARNING **: 12:06:56.695: libwnck is designed to work in X11 only, no valid display found File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/addtorrentdialog.py", line 199, in _on_config_values self._show(focus) File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/addtorrentdialog.py", line 168, in _show if main_window.is_on_active_workspace(): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/mainwindow.py", line 367, in is_on_active_workspace self.screen.force_update() builtins.AttributeError: 'NoneType' object has no attribute 'force_update' |
|||
| #3266 | Fixed | GTK Peers tabs errors | ||
| Description |
Errors in the peers tab that needs fixings Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py", line 361, in _on_query_tooltip tooltip.set_text(COUNTRIES[country_code]) AttributeError: 'bool' object has no attribute 'set_text' Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py", line 351, in _on_button_press_event self.peer_menu.popup(None, None, None, event.button, event.time) TypeError: popup() missing 1 required positional argument: 'activate_time' |
|||
Note:
See TracQuery
for help on using queries.
