Project

General

Profile

Bug #3282

Web UI served from git source directory

Added by Ron L almost 9 years ago. Updated almost 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
User Interface
Target version:
-
Start date:
2015-11-08
Due date:
% Done:

0%

Estimated time:
Found in version:
HTS Tvheadend version 4.1-1021~g26900a8
Affected Versions:

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

#1

Updated by Jaroslav Kysela almost 9 years ago

There's no 1021 version.

#2

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 <>
Date: Sun Nov 8 17:04:38 2015 +0100

descrambler: fix the FTA check
#3

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.

Also available in: Atom PDF