original-birdman / Vix-EPGTranslator

Translator code for OpenVix EPG
0 stars 0 forks source link

Bug on OpenSpa image #2

Open Micipsa4 opened 3 years ago

Micipsa4 commented 3 years ago

Hello, and thank you very much for this beautiful plugin I've installed version 7.5.002 of the openspa; and I have a bug with the "EPG TRANSLATOR" plugin, and it does not work and my gigablue UE 4K crash when I click on the "INFO" button, I attach the logs to you

https://www.mediafire.com/file/puz1oq5mv2jpfj4/enigma2_crash_1628528101.log/file

original-birdman commented 3 years ago

This code was really written for OpenVix, and was incorporated as a system-plugin there some months ago (hence the lack of recent changes).

I'll try to take a look at how Openspa differs - it looks like an issue with setting up the hooks.

original-birdman commented 3 years ago

FYI: This code is actually not what you are using. This was a repository I set up whilst working on updating the code.

The version you are using (which is the "current" code) is at: https://github.com/oe-alliance/oe-alliance-plugins/tree/master/EPGTranslator

However, I can't see what the issue is, as I can't find any source repositories for the OpenSPA image. Without that I can't see what is missing.

original-birdman commented 3 years ago

OK, sources have been located. So I can (try to) track down the problem...

Micipsa4 commented 3 years ago

Oky thank you 😊

original-birdman commented 3 years ago

I'm at a loss to see what the problem is.

OpenSPA seems to open this via an intermediate file:

   tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-extensions-spzmenu/1.1+gitAUTOINC+57c08f7f9d-r0/git/spzmenu/plugin/plugin.py

but I have no idea what this is.

The crash implies that the EventViewBase initializer hasn't been called, but I can't see why that would be the case, unless it is something that spzmenu has done.

So unless you can track down what this spzmenu is there's nothing I can do - this all works OK on other distros.