Pressing OK when playing back recording results in crash

Issue #251 resolved
Peter Urbanec created an issue

Pressing OK when playing back recording results in crash:

KEY: 352 make OK
action ->  InfobarSeekActions unPauseService
action ->  InfobarShowHideActions toggleShow
KEY: 352 break OK
KEY: 352 make OK
action ->  InfobarSeekActions unPauseService
action ->  InfobarShowHideActions toggleShow
warning, skin is missing element epg_description in <class 'Screens.EventView.EventViewSimple'>
warning, skin is missing element channel in <class 'Screens.EventView.EventViewSimple'>
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 439, in toggleShow
  File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1430, in openEventView
  File "/usr/lib/enigma2/python/mytest.py", line 323, in openWithCallback
    dlg = self.open(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 333, in open
    dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
  File "/usr/lib/enigma2/python/mytest.py", line 257, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
  File "/usr/lib/enigma2/python/mytest.py", line 299, in doInstantiateDialog
    dlg.applySkin()
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 114, in applySkin
  File "/usr/lib/enigma2/python/Components/GUISkin.py", line 47, in createGUIScreen
  File "/usr/lib/enigma2/python/Screens/EventView.py", line 89, in onCreate
  File "/usr/lib/enigma2/python/Screens/EventView.py", line 266, in setEvent
KeyError: 'key_green'
(PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0xcb5620>>,('InfobarShowHideActions', 'toggleShow')) failed)

Reproduction steps

MEDIA -> Select recording to play Press OK -> Crash

Comments (3)

  1. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Implemented.
  2. Peter Urbanec reporter
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Implemented to Testing.
  3. Peter Urbanec reporter
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Testing to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  4. Log in to comment