Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #3185

Closed
GhostofGeeeee opened this issue Dec 9, 2023 · 2 comments
Closed

Crash #3185

GhostofGeeeee opened this issue Dec 9, 2023 · 2 comments
Labels

Comments

@GhostofGeeeee
Copy link
Contributor

I have a old crash, I think, it's not fixed now.

[Enigma] Python path is '/usr/lib/enigma2/python'.
[Enigma] DVB API version 5, DVB API version minor 11.
[Enigma] Enigma debug level 3.
[eDVBPESReader] Created. Opening demux
[eDVBPESReader] Created. Opening demux
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 305, in action
    return ActionMap.action(self, contexts, action)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 276, in action
    response = self.actions[action]()
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Screens/Menu.py", line 455, in okbuttonClick
    current[WIDGET_MODULE]()
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 10, in __call__
    return self.fnc(*self.args + args, **newkwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Screens/Menu.py", line 487, in openSetup
    self.session.openWithCallback(self.menuClosed, Setup, dialog)
  File "/usr/lib/enigma2/python/StartEnigma.py", line 162, in openWithCallback
    dialog = self.open(screen, *arguments, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/StartEnigma.py", line 173, in open
    dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/StartEnigma.py", line 112, in instantiateDialog
    return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/StartEnigma.py", line 134, in doInstantiateDialog
    dialog = screen(self, *arguments, **kwargs)  # Create dialog.
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Screens/Setup.py", line 76, in __init__
    self.createSetup()
  File "/usr/lib/enigma2/python/Screens/Setup.py", line 109, in createSetup
    self.addItems(setup)
  File "/usr/lib/enigma2/python/Screens/Setup.py", line 138, in addItems
    self.addItem(element)
  File "/usr/lib/enigma2/python/Screens/Setup.py", line 154, in addItem
    item = eval(element.text) if element.text else ""
           ^^^^^^^^^^^^^^^^^^
  File "<string>", line 1, in <module>
  File "/usr/lib/enigma2/python/Components/config.py", line 2101, in __getattr__
    raise AttributeError(name)
AttributeError: lcd_powerled
[ePyObject] (PyObject_CallObject(<bound method NumberActionMap.action of <Components.ActionMap.HelpableNumberActionMap object at 0xaf0fae90>>,('OkCancelActions', 'ok')) failed)
@jbleyel
Copy link
Contributor

jbleyel commented Dec 9, 2023

Please provide more info:

  • Boxtype
  • How to reproduce
  • Do you have /proc/stb/power/powerled

@GhostofGeeeee
Copy link
Contributor Author

Do you have /proc/stb/power/powerled?

Yes.

Boxtype?

Multibox(No Lcd) -->
detected != True

How to reproduce?

Menu -> Settings -> Usage & GUI -> Display Settings -> Crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants