Failed to enable WebUI "normal" mode error

General support for problems installing or using Deluge
Post Reply
itsagift
New User
New User
Posts: 6
Joined: Mon Mar 04, 2024 9:41 pm

Failed to enable WebUI "normal" mode error

Post by itsagift »

Where to start.... well, I have deluged and deluge-web set up as systemd services on raspberry pi (using my terminal). Previously had no issues.

Deluge-web cannot be accessed now and gives the error code ERR_ADDRESS_UNREACHABLE from my laptop. When I curl the address from either my laptop or my raspberry pi terminal, I successfully get the HTML. But then the error logs will say:

Code: Select all

23:06:48 [INFO    ][deluge.ui.web.server       :750 ] Serving at http://0.0.0.0:8112/
23:08:55 [WARNING ][deluge.ui.web.server       :614 ] Failed to enable WebUI "normal" mode, script files are missing!
23:08:55 [WARNING ][deluge.ui.web.server       :626 ] WebUI falling back to "debug" mode.
It seems like I am missing configuration files, but I have no idea what those were. And I assume reinstalling would've reinstalled them? Didn't help.

Also, deluge daemon does not work at all. That's been the case for a few days and I've just been searching through logs and files. I don't even know. It has consistently said "offline" when I go onto the Deluge Web site.

Two recent things I did:
-Moved to a new house and new network (deluge still worked)
-Reconfigured my VPN (deluge stopped working, but didn't start again once I stopped the VPN entirely)
User avatar
ambipro
Moderator
Moderator
Posts: 673
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: Failed to enable WebUI "normal" mode error

Post by ambipro »

Given the error and no further context of use, I'd say your issue is VPN/Network related. Can't really tell you much more than that with what you've provided.
itsagift
New User
New User
Posts: 6
Joined: Mon Mar 04, 2024 9:41 pm

Re: Failed to enable WebUI "normal" mode error

Post by itsagift »

Yeah, sorry, there's just so much wrong that I couldn't even list it all. I am just going to reset my raspberry pi.
User avatar
ambipro
Moderator
Moderator
Posts: 673
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: Failed to enable WebUI "normal" mode error

Post by ambipro »

I wouldn't say that necessary, but removing the VPN entirely and getting things working on your local network would be the first step, then reconfiguring the VPN.

What it seems like is that it isn't listening on the interface local to your LAN, and instead if routed directly through the VPN and nothing else.
Post Reply