Bug #3282
Web UI served from git source directory
0%
Description
Seems the UI is now being served from the git source dir where TVH is compiled instead of the installed files under usr/local/share/tvheadend/src/webui/static. If I run make clean I get this....
2015-11-08 09:56:27.828 [ ERROR] webui: failed to open src/webui/static/tvh.css.gz
2015-11-08 09:56:27.828 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.css.gz -- 500
2015-11-08 09:56:27.831 [ ERROR] webui: failed to open src/webui/static/tvh.js.gz
2015-11-08 09:56:27.831 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.js.gz -- 500
2015-11-08 09:56:27.868 [ ERROR] webui: failed to open src/webui/static/tvh.js.gz
2015-11-08 09:56:27.868 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.js.gz -- 500
make install and no make clean it works.
deb build is OK.
History
Updated by Ron L almost 9 years ago
Jaroslav Kysela wrote:
There's no 1021 version.
It's git master, but I forked a while back so I could send a PR. I've been doing fetch upstream and then merge. Every time you do that I think it increments the version. So you get bug reports from the future I guess.
Last fetch was...
commit f5fb38898d11e7b283b2d1ed3e9910a07195da82
Author: Jaroslav Kysela <[email protected]>
Date: Sun Nov 8 17:04:38 2015 +0100
descrambler: fix the FTA check
Updated by Ron L almost 9 years ago
It's way back on May 13. Possibly started in...
231274e WEBUI: compress and optimize the default js/css files
but that commit has build errors. By
f2a90b8 Makefile.webui: replace echo -e with printf
where it starts building again the issue exits. Prior to 231274e which is ...
6327e58 linuxdvb: CA devices can be standalone without frontends
the issue does not exist.