failed to load plugin v2.1.4 on Deluge 2.0.3

Issue #61 resolved
nopoz created an issue

Getting error when trying to load YaRSS2-2.1.4-py3.6.egg. Using Deluge 2.0.3 and Deluge Thin Client 2.0.3. Deluge server is from docker linuxserver/docker - “Server: 2.0.3-2-201906121747-ubuntu18.04.1”

12:59:31 [ERROR   ][deluge.pluginmanagerbase   :154 ] Unable to instantiate plugin 'YaRSS2' from '/config/plugins/YaRSS2-2.1.4-py3.6.egg'!
12:59:31 [ERROR   ][deluge.pluginmanagerbase   :1343] No module named 'deluge.ui.web.json_webapi'
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 "/config/plugins/YaRSS2-2.1.4-py3.6.egg/yarss2/__init__.py", line 65, in __init__
    from .webui import YaRSS2 as _pluginCls
  File "/config/plugins/YaRSS2-2.1.4-py3.6.egg/yarss2/webui.py", line 17, in <module>
    from deluge.ui.web.json_webapi import WebapiNamespace
ModuleNotFoundError: No module named 'deluge.ui.web.json_webapi'

Comments (1)

  1. Log in to comment