epg crash - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Enigma (Dreambox/Vu+) (https://forum.kodi.tv/forumdisplay.php?fid=226) +---- Thread: epg crash (/showthread.php?tid=379506) Pages:
1
2
|
epg crash - luisteraar - 2024-11-23 Have problem with epg. To generate the epg, I use epgexport. pvr reads epg properly however I press guide comes a crash. Use kodi peers with patched stb renderer Runs on stb openatv 7.5 with direct linuxtv video rendering RE: epg crash - phunkyfish - 2024-11-23 Do you mean you run Kodi on the enigma2 device? If that’s the case you’ll need to get support from OpenATV as their version of kodi will be heavily modified. This forum only covers connect to an STB remotely. RE: epg crash - luisteraar - 2024-11-23 Yes running on STB the pvr part has not changed I compile it myself for sat tuner. I think problem is in python version RE: epg crash - luisteraar - 2024-11-24 kodi is becoming obsolete It's time it was updated to current media hardware/software ffmpeg version 7 and python version 3.12 pvr.vuplus gives a load of error messages using enigma2 api functions that don't exist. RE: epg crash - phunkyfish - 2024-11-24 (2024-11-24, 11:01)luisteraar Wrote: kodi is becoming obsolete Ffmpeg 7 will come with the next version of kodi, there is a PR that will be merged to the dev branch soon. Python is 3.12.5 on the dev branch. If you compile this yourself I suggest you download the source of the ffmpeg7 PR and just build that. The reason the API functions don’t exist is because kodi was not developed to run on an enimga2 device. I use pvr.vuplus everyday and don’t have error messages. Try running kodi on a laptop or PC, windows, Mac or Linux and see if you have the same issues. I seriously doubt that you will. RE: epg crash - luisteraar - 2024-11-24 problem is in src/enigma2/Admin.cpp if (!xml::GetString(pElem, "e2snr", snrPercentage)) if (!xml::GetString(pElem, "e2ber", ber)) if (!xml::GetString(pElem, "e2acg", signalStrength)) and a few more give a LEVEL_ERROR message I build ffmpeg and xbmc git branch master. pvr.vuplus gives still crash by opening Guide system linux 4 core arm 1500mhz RE: epg crash - phunkyfish - 2024-11-25 Once more, the addon was not built to run on an enigma2 device, so I’d imagine there will be many issues, your use case is unsupported. Did you also build kodi to run on the device or is it shipped with your image? RE: epg crash - luisteraar - 2024-11-25 Enigma2 is a piece of software that runs on linux. When I use kodi, enigma2 is totally disabled and there is there is only linux left. The addon uses enigma2 web api funtions that don't exist on default enigma2. Found another problem in pvr the lip sync is very bad. Stream I over a m3u file to an enigma2 server is lipsync OK RE: epg crash - phunkyfish - 2024-11-25 If you are not running enigma2, then I don’t see how you can be running OpenWebIf which the addon needs to be able to do anything. And unless you are running the addon remotely and connecting to an E2 device running enigma2 and OpenWebIf it will never work correctly. RE: epg crash - luisteraar - 2024-11-25 the server (enigma) is running on a seperate box. on firmware atv7.5 kodi runs solo RE: epg crash - luisteraar - 2024-11-25 works better and faster then on android/raspy/.... RE: epg crash - luisteraar - 2024-11-25 The advantage of stb is direct hardware codec accelerarion to hdmi output RE: epg crash - phunkyfish - 2024-11-26 Maybe post a full debug log of where you run the addon. Seeing that might shed some light on the problem. Would also need to way to tell of those functions are not available RE: epg crash - luisteraar - 2024-11-26 the signal errors are gone ,thanks only left [mod edit] Please don't plug up the forum with logs.. TIA https://paste.kodi.tv/ifabolofaj.kodi RE: epg crash - izprtxqkft - 2024-11-26 (2024-11-26, 17:19)luisteraar Wrote: the signal errors are gone ,thanks only left when you posted, under the box where you enter text, there is a bold line of text you ignored Do not post logs in the forum. Use https://paste.kodi.tv/ instead. i get it, being red must be why you missed it but in the future please don't spam logs here are your log snippets https://paste.kodi.tv/ifabolofaj.kodi |