Bug #5455
Movie Images Provided by XML not showing in HTSP Clients anymore.
100%
Description
Hi, XML preview Images provided by epg from Movies ect no more showing im clients (kodi)
Also no more Images appears by finished Recordings.
But Xml preview images working in webui.
How can i help to debug?
Files
History
Updated by Jaroslav Kysela almost 6 years ago
- Subject changed from Movie Images Provided by XML not showing in Clients anymore. to Movie Images Provided by XML not showing in HTSP Clients anymore.
Updated by Jaroslav Kysela almost 6 years ago
--trace htsp-ans : https://tvheadend.org/projects/tvheadend/wiki/Traces
Updated by Bastian Kleinschmidt almost 6 years ago
- File log-htsp-ans.txt log-htsp-ans.txt added
- File log-htsp-ans-debug-all.txt log-htsp-ans-debug-all.txt added
hi,
i did it.
first log with htsp-ans, the other one with htsp-ans and +debug-all
running with 4.3-1693~gfee0b53e9
last known working version is 4.3-1525~g29d501042
i think the error exist since the big imagecache cleanup in code.
Updated by Jaroslav Kysela almost 6 years ago
The "image": "imagecache/#" replies seem ok.. So it must be in the "fileOpen" method, but I don't see the request reply from the kodi. Have you tried to look to epg?
Updated by Bastian Kleinschmidt almost 6 years ago
what u mean with "Have you tried to look to epg?"
if u mean the image url in the epg ? yes thats working.
if u mean the downloaded imagecache access like imagecache/10239 yes thats working too.
when i do a downgrade to 4.3-1525~g29d501042 with the same xml epg the images appears by kodi.
Updated by Bastian Kleinschmidt almost 6 years ago
aah sorry... bad english
when i look into the kodi epg with current git, no images are showing, i dit this when i was debuggung. (i also delete all pvr data so that kodi do a new sync)
Updated by Bastian Kleinschmidt almost 6 years ago
i do the same trace with the working version 4.3-1525~g29d501042
2018-12-27 15:15:55.596 [ TRACE]:htsp-ans: ::ffff:80.136.33.88 [ tvheadend | Kodi Media Center ] - answer '{"events":[{"eventId":199978,"channelId":1965140371,"start":1545915600,"stop":1545925500,"title":"Der Patriot","description":"1776 herrscht Aufruhr in den amerikanischen Kolonien. Benjamin Martin, Witwer und Vater von sieben Kindern, kämpfte einst für die Briten. Seine kriegerische Vergangenheit liegt aber hinter ihm, und er bestellt friedfertig sein Land, bis eines Tages Briten auf der Jagd nach Aufständischen auf seinem Gut auftauchen und seinen Sohn erschießen. Von nun an kennt der Farmer nur noch ein Ziel: Rache für den Tod seines Kindes.\n\nCredits: Heath Ledger, Mel Gibson, Roland Emmerich, Tcheky Karyo\n\nCategories: movie / drama","credits":{"Roland Emmerich":"director","Mel Gibson":"actor","Tcheky Karyo":"actor","Heath Ledger":"actor"},"category":["movie / drama"],"contentType":16,"ageRating":16,"copyrightYear":2000,"image":"https://wp18-images-de-dynamic.horizon.tv/Linear_Images/28296637.box.p.56e28d6fcbda7f5280d9dcdca26
maybe this help.
in the old version the image get is the complete url.
maybe this shpud be changed in the kodi htsp client, because kodi should use the downloaded imagecache provided by tvheadend.
Updated by Jaroslav Kysela almost 6 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|d3d0249bce84425e94e4bee399b7f2236f77b6bf.
Updated by Jaroslav Kysela almost 6 years ago
I tried to add compatibility code for the older clients and created pvr.hts issue: https://github.com/kodi-pvr/pvr.hts/issues/390 .