mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Alt WebUI not working #7933
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#7933
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WolfganP on GitHub (Oct 17, 2018).
qBittorrent version and Operating System
Latest nox build from master (qBittorrent v4.1.0alpha)
Linux DietPi 4.9.62-v7+ #2 SMP Fri Nov 17 23:52:26 GMT 2017 armv7l GNU/Linux
If on linux, libtorrent and Qt version
Latest build from libtorrent RC_1_1
What is the problem
While trying to start modifying the WebUI to be more mobile friendly as per https://github.com/qbittorrent/qBittorrent/issues/9143 , I noticed the Alt WebUI (https://github.com/qbittorrent/qBittorrent/pull/7610) not being used, but core WebUI instead
What is the expected behavior
Alt WebUI files to be pulled at startup, according to config as per https://github.com/qbittorrent/qBittorrent/wiki/Alternate-WebUI-usage for instructions
.conf
private/about.html text modified to notice the alt set of files being used
Steps to reproduce
Launch qBt as a service, monitor file usage via
$ sudo fnotifystat -vnT | grep torrentI expected the modified about.html to reflect the text changes for the test, also expected to see my alt WebUI folder files being read at program launch
Log file doesn't reflect anything on alt WebUI either:
Probably some specific msg should be logged at
github.com/qbittorrent/qBittorrent@1c3112e402/src/webui/webapplication.cpp (L413)@Piccirello commented on GitHub (Oct 17, 2018):
Was this working for you previously but then stopped after updating qBittorrent?
@WolfganP commented on GitHub (Oct 17, 2018):
@Piccirello I tested when it was initially merged and I think it worked OK, couldn't do much due to lack of time.
But when I tried to retest today and start working on it (as per https://github.com/qbittorrent/qBittorrent/issues/9143) I found out that Alt WebUI isn't working as expected, no indications the files are being used by qb-nox and no indication of errors/misconfig in the log.
@Piccirello commented on GitHub (Oct 23, 2018):
I'll see if I can reproduce this tonight. Ping me in a couple days if I haven't updated this.
@WolfganP commented on GitHub (Oct 23, 2018):
@Piccirello maybe the easiest initial path to troubleshoot will be to add logging features to ensure the Alt WebUI is being used as per configuration, as my analysis was indirect as documented above.
@Piccirello commented on GitHub (Oct 24, 2018):
Just tested and this feature appears to work for me. Can you post the output of
ls -al /mnt/usb_12/wTools/qBittorrent/_altWebUI/and ensure that the user running qBittorrent has access to this directory?@WolfganP commented on GitHub (Oct 24, 2018):
Thx @Piccirello for the help. qB has effective access to those folders and files:
Do you agree that it may be beneficial to add some entries to the log on altWebUI execution?
Thx again.
@glassez commented on GitHub (Oct 28, 2018):
@WolfganP, Alt Web UI is accessible in current master but there are some issues with image substitutions (it still sends images from buil-in one). Should be fixed in #9777. Some logging is also added.
@WolfganP commented on GitHub (Oct 28, 2018):
@glassez excellent, I'll test again once https://github.com/qbittorrent/qBittorrent/pull/9777 is merged.
@Piccirello commented on GitHub (Oct 28, 2018):
Are you able to test prior to merging? It would help confirm if the PR actually fixes your issue.
@bonny1992 commented on GitHub (Feb 19, 2019):
Ehi, @WolfganP, do you have any update on this?
I'm hugely interested in having a more mobile friendly UI for qBittorrent, and I'm afraid I'm not skilled enough to do it by myself!
@WolfganP commented on GitHub (Feb 19, 2019):
@bonny1992 I had no time to develop a full mobile alt webUI, but I saw some expansions to the webUI being implemented already (ie RSS https://github.com/qbittorrent/qBittorrent/issues/453)
I also played with the CSS files to get a webUI (kind of) dark mode, but not near ready at all.