You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: