Project

General

Profile

picons imagecache yields 404 Tvheadend 4.3-1857~g221c29b40

Added by Dominik Kierzek almost 5 years ago

Hi all.

I'm new here so bare with me but my google skills where exhausted in searching the solution for the issue.
Tvheadend is a great piece of software and I've been playing with it of a while now (home tv distribution).
The issue is that I want to map channels logos to found channels but I get constantly 404 from the interface and the playlist file itself.

2019-12-10 19:14:51.233 http: 192.168.10.5: HTTP/1.1 GET (1) /imagecache/8 -- 404

For example:

#EXTINF:-1 logo="http://raspberrypi.local:9981/imagecache/8" tvg-id="f4fe504c98d78842a7abf6ec0e06a8c4",ZDF HD
http://raspberrypi.local:9981/stream/channelid/1280376564?profile=pass

The files are there the cache is disabled:

cat /var/lib/hts/.hts/tvheadend/imagecache/meta/8
{
    "url": "file:///home/pi/.hts/tvheadend/logos/snp/zdfhd.png",
    "accessed": 1576003926
}
ll /home/pi/.hts/tvheadend/logos/snp/zdfhd.png 
-rwxr-xr-x 1 hts video 2954 Dec  7 22:48 /home/pi/.hts/tvheadend/logos/snp/zdfhd.png
cat /var/lib/hts/.hts/tvheadend/imagecache/config 
{
    "enabled": false,
    "ignore_sslcert": false,
    "expire": 7,
    "ok_period": 168,
    "fail_period": 24
}

The tvheadend was build like 5h ago from master.
Anyone has any clues how to fix this issue? (Before I just shove the files in to a separate static nginx).
The other question is why is it even "working" when IT'S DISABLED?!

Cheers,
Dominik