Opened 12 years ago
Last modified 3 months ago
#2284 new feature-request
Display to user information about plugins not installed locally
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | Plugin | Version: | 1.3.5 |
Keywords: | Cc: |
Description
Forwarded from Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=905827
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 886, in on_plugin_selection_changed plugin_info = component.get("PluginManager").get_plugin_info(name) File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 177, in get_plugin_info for line in self.pkg_env[name][0].get_metadata("PKG-INFO").splitlines(): IndexError: list index out of range
This error will occur when connecting with a gtkui without a specific plugin installed to a daemon with one installed.
The obvious solution is to install the plugin locally however to fix it properly the plugins page should somehow display where the plugins are installed i.e. daemon only, ui only, or both.
Note:
See TracTickets
for help on using tickets.
Milestone renamed