Opened 4 years ago
Closed 4 years ago
#3264 closed bug (Fixed)
Error starting Extractor plugin
Reported by: | Cas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.3 |
Component: | Plugin | Version: | 2.0.0 |
Keywords: | Cc: |
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
Change History (1)
comment:1 Changed 4 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed: [86ddadacf]