OpenViX / HRTunerProxy

Setup Enigma2 to act as HR-Tuner Proxy
GNU General Public License v2.0
75 stars 26 forks source link

Crash report #44

Open Gouster4 opened 3 years ago

Gouster4 commented 3 years ago

I used 2to3 to convert python2 code to python3 as plugin wasnt even found. then it was found by package manager, but im getting this error:

[eDVBPESReader] Created. Opening demux [eDVBPESReader] Created. Opening demux [eDVBFrontend] Slow ioctl 'FE_GET_PROPERTY(DTV_FREQUENCY)', potential driver issue, 36ms [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xaebaaef8>>,('SetupActions', 'ok')) failed) [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xaebaaef8>>,('SetupActions', 'ok')) failed) [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xaebaaef8>>,('SetupActions', 'ok')) failed) [eDVBPESReader] ERROR reading PES (fd=64): Value too large for defined data type [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xaebaaef8>>,('SetupActions', 'ok')) failed)

im on OpenATV 6.5.

any way to fix it? thanx.

Huevos commented 3 years ago

How did you convert to P3? Have you done some automated conversion?

Gouster4 commented 3 years ago

i used 2to3, its automatized tool.