BUG: Deluge Web-UI not accepting BASE input

Specific support for Deluge on Microsoft Windows OS
Post Reply
seanvree
Member
Member
Posts: 30
Joined: Tue Dec 27, 2016 1:42 pm

BUG: Deluge Web-UI not accepting BASE input

Post by seanvree »

Enviroment

Windows 10E x64 1703
Windows 10P x64 CU
Windows 10P x32 CU

Python 2.7.13

Deluge Versions:
2.13.15
3.13.14

References:

http://forum.deluge-torrent.org/viewtop ... 0&start=10
http://dev.deluge-torrent.org/wiki/User ... MS_Windows
http://dev.deluge-torrent.org/ticket/2677

Issue: Deluge Web-UI will not serve the webui GUI if BASE is defined via web.conf AND/OR via the console "deluge-web-debug.exe -base /deluge/"

Background:
I've been dealing with this for a couple years. I've NEVER got it to work correctly. At first I thought it was my webserver, but I quickly found out that I couldn't even access the WebUI if I circumvented the webserver via locahost:8112/DELUGE .

Things I've tried:

- setting base path in webui.conf
- Setting base path in webui.conf AND running the console w/ -base defined.
- running console with - base defined and base defined web.conf as "" or "/"
no combination works.
no errors in the console output, however, the webui is actually listening on port 8112.

Suggestion: I'm assuming there is a problem with how python interprets the BASE input. There is probably a missing and/or outdated package that is needed. However, I have tested BASE path with several other python-based applications, such as Headphones, or PlexPy, and they work.

screenshot:
Image
Jay

Re: BUG: Deluge Web-UI not accepting BASE input

Post by Jay »

Was this ever resolved?

I have the exact same problem and I’m unable to get working through reverse proxy.
Post Reply