enigma2 icon indicating copy to clipboard operation
enigma2 copied to clipboard

crash

Open Haithameng84 opened this issue 2 years ago • 16 comments

Attached crash can be treated crash for PositionGauge

Haithameng84 avatar Jun 11 '23 17:06 Haithameng84

What screen triggers this crash? This looks like a plugin issue.

jbleyel avatar Jun 11 '23 20:06 jbleyel

here ###👇🏻 00:47:21.9712 File "/usr/lib/enigma2/python/Components/Renderer/PositionGauge.py", line 25, in changed 00:47:21.9716 File "/usr/lib/enigma2/python/Components/Renderer/PositionGauge.py", line 46, in setLength 00:47:21.9719 TypeError: in method 'ePositionGauge_setLength', argument 2 of type 'pts_t' It's in a file PositionGauge

Haithameng84 avatar Jun 11 '23 22:06 Haithameng84

The value for setLength is wrong. This value comes from a Converter.

jbleyel avatar Jun 12 '23 04:06 jbleyel

The root cause is this function:

https://github.com/oe-alliance/enigma2-plugins/blob/master/eventposition/src/EventPosition.py#L37-L47

The return must be an integer.

jbleyel avatar Jun 12 '23 07:06 jbleyel

@Haithameng84 Is it related to DVD Playback with EMC?

4l3x2k avatar Jun 12 '23 14:06 4l3x2k

so what do I do

Haithameng84 avatar Jun 12 '23 22:06 Haithameng84

Please copy this file : EventPosition.py.txt

to your box in this folder

/enigma2/python/Components/Converter

and then rename to EventPosition.py

jbleyel avatar Jun 13 '23 07:06 jbleyel

crash Solved for some but the same problem

Haithameng84 avatar Jun 13 '23 17:06 Haithameng84

You have forgotten to include some important extra info. A) you are using ServiceApp B) you are streaming an IPTV channel

This crash needs more investigation.

I can only fix this if I can reproduce the crash.

jbleyel avatar Jun 13 '23 19:06 jbleyel

@Haithameng84 What type of media are you trying to play? Is it a recording or local media file? Are there any .cuts involved that ask you to rusume a position in a movie? Could you enable and provide the debuglog so we can see what leads to the crash?

4l3x2k avatar Jun 13 '23 19:06 4l3x2k

With ServiceApp and IPTV channels, the problem is solved, but with some plugins there is a crash. thanks bro

Haithameng84 avatar Jun 13 '23 21:06 Haithameng84

Yes, it is from the serviceapp plugin. Any plugin that has drivers gets crash. Well when playing recordings from pvr.

Haithameng84 avatar Jun 13 '23 22:06 Haithameng84

@Haithameng84 So this issue can be closed?

If not, tell us exactly which plugin crash.

4l3x2k avatar Jun 14 '23 04:06 4l3x2k

Any plugin that includes video and audio players for iptv, plugins, or even recordings

Haithameng84 avatar Jun 14 '23 19:06 Haithameng84

We need a step by step description howto reproduce.

jbleyel avatar Jun 15 '23 04:06 jbleyel

It has to do with serviceapp, when activated it gets crash and any player that interferes with it, such as recordings when triggered from pvr button, also iptv channels, and any plugin that has times beep.

Haithameng84 avatar Jun 16 '23 21:06 Haithameng84