Opened 11 years ago

Last modified 7 years ago

#2284 new feature-request

Display to user information about plugins not installed locally

Reported by: Cas 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.

Change History (1)

comment:1 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.