Page 1 of 1

webui error (1.3)

Posted: Sun Dec 24, 2023 3:15 pm
by TheShanMan
I get the following, but the webui used to work and I don't think I changed my configuration in any relevant way (seems like I must be wrong though).

Code: Select all

[ERROR   ] 19:14:16 pluginmanagerbase:146 Unable to instantiate plugin!
[ERROR   ] 19:14:17 pluginmanagerbase:147 cannot import name WebUI
Traceback (most recent call last):
  File "deluge\pluginmanagerbase.py", line 144, in enable_plugin
  File "c:\users\jeff\appdata\roaming\deluge\plugins\ipstatusbar-0.2-py2.7.egg\ipstatusbar\__init__.py", line 56, in __init__
    from webui import WebUI as _plugin_cls
ImportError: cannot import name WebUI

Re: webui error (1.3)

Posted: Sun Dec 24, 2023 3:43 pm
by ambipro
I mean that would imply that the plugin is not present or is corrupt or something. Not sure how that would have happened, but I would try reinstalling Deluge.

Re: webui error (1.3)

Posted: Thu Dec 28, 2023 3:59 am
by TheShanMan
Now that I'm back home, I'm seeing that despite this error, I'm able to connect with transdrone, so while I was away and unable to connect via vpn, it must've been a networking issue. I've probably been getting this all along. Looks like webui doesn't like the ipstatusbar plugin for whatever reason. I only need it for the windows client so I guess as long as this error message is benign, I won't worry about it.

Thanks for the reply!

Re: webui error (1.3)

Posted: Sat Dec 30, 2023 6:32 pm
by phpjunkie
Transdrone as an RPC. I'm using deluge 2.1.1 and I connect to it with the Deluge 2 RPC. You don't need the webui for it.

Re: webui error (1.3)

Posted: Sat Dec 30, 2023 7:24 pm
by TheShanMan
Maybe it's different with deluge 2+, but if I kill the webui process transdrone no longer connects. I've been slow to upgrade to 2+ due to lack of plugin parity. Thanks though!

Re: webui error (1.3)

Posted: Sat Dec 30, 2023 7:34 pm
by mhertz
I believe transdrone supports both API's, so you seem have json-RPC enabled in settings(webUI), don't know what's called there specifically, as never used myself, just remember reading slightly into it some years ago, while helping another user here.

Re: webui error (1.3)

Posted: Sat Dec 30, 2023 7:39 pm
by ambipro
The JSON-RPC is enabled whenever WebUI is active, it's just part of it.

RPC will need to be enabled (remote connections allowed) if you're accessing it non-locally.

Re: webui error (1.3)

Posted: Sat Dec 30, 2023 7:47 pm
by mhertz
ambipro wrote: Sat Dec 30, 2023 7:39 pm The JSON-RPC is enabled whenever WebUI is active, it's just part of it.
Thanks for clarifying my bad confusing wording :) Trandrone settings indeed.