webui error (1.3)

Specific support for Deluge on Microsoft Windows OS
Post Reply
TheShanMan
Leecher
Leecher
Posts: 56
Joined: Sun Jun 23, 2013 4:16 pm

webui error (1.3)

Post 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
User avatar
ambipro
Moderator
Moderator
Posts: 446
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: webui error (1.3)

Post 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.
TheShanMan
Leecher
Leecher
Posts: 56
Joined: Sun Jun 23, 2013 4:16 pm

Re: webui error (1.3)

Post 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!
phpjunkie
Member
Member
Posts: 14
Joined: Tue Dec 26, 2023 12:59 pm

Re: webui error (1.3)

Post 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.
TheShanMan
Leecher
Leecher
Posts: 56
Joined: Sun Jun 23, 2013 4:16 pm

Re: webui error (1.3)

Post 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!
mhertz
Moderator
Moderator
Posts: 2216
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: webui error (1.3)

Post 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.
User avatar
ambipro
Moderator
Moderator
Posts: 446
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: webui error (1.3)

Post 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.
mhertz
Moderator
Moderator
Posts: 2216
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: webui error (1.3)

Post 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.
Post Reply