Hi all,
I´m having a weird issue regarding the icon pictures in the EPG file that I generate.
From some time ago... For some reason I´m getting always this kind of error in tvheadend:
http: 192.168.10.17: HTTP/1.1 GET (1) /https://e00-elmundo.uecdn.es/television/programacion-tv/img/v2/programas/25/260133.png -- 404
I´m getting that kind of line when I press broadcast details in some program:
https://i.imgur.com/nxZqRxi.png
This seems to be because Tvheadend can´t open the image written, and that should be because there is a backslash before or https: which probably broke the complete url of the picture. Not sure about that...
The problem comes because the URL of that picture is correctly written in the .xml file of the EPG info:
<icon src="https://e00-elmundo.uecdn.es/television/programacion-tv/img/v2/programas/25/260133.png" />
So, I don´t know how to fix it and get the images back again.
For your information: I´m running Tvheadend 4.3-1391~g852a10a34 into a QNAP NAS.
Thanks and best regards.