Refactor MenuList initialization for compatibility#23
Open
angelheart150 wants to merge 1 commit intogutosie:mainfrom
Open
Refactor MenuList initialization for compatibility#23angelheart150 wants to merge 1 commit intogutosie:mainfrom
angelheart150 wants to merge 1 commit intogutosie:mainfrom
Conversation
to repair python crash
06:31:00.8161 Traceback (most recent call last):
06:31:00.8162 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 278, in action
06:31:00.8189 File "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py", line 298, in DownloadImageOnline
06:31:00.8210 self.session.open(ImageManager)
06:31:00.8213 File "/usr/lib/enigma2/python/StartEnigma.py", line 174, in open
06:31:00.8227 dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
06:31:00.8234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8235 File "/usr/lib/enigma2/python/StartEnigma.py", line 110, in instantiateDialog
06:31:00.8241 return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
06:31:00.8247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8247 File "/usr/lib/enigma2/python/StartEnigma.py", line 133, in doInstantiateDialog
06:31:00.8253 dialog = screen(self, *arguments, **kwargs) # Create dialog.
06:31:00.8257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8258 File "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/i_neo.py", line 178, in __init__
06:31:00.8264 self["list"] = MenuList(list=[((_("No images found on the selected download server...if password check validity")), "Waiter")])
06:31:00.8273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8274 TypeError: MenuList.__init__() got an unexpected keyword argument 'list'
06:31:00.8274 [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0x9e2520a8>>,('ColorActions', 'red')) failed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to repair python crash
06:31:00.8161 Traceback (most recent call last):
06:31:00.8162 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 278, in action
06:31:00.8189 File "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py", line 298, in DownloadImageOnline
06:31:00.8210 self.session.open(ImageManager)
06:31:00.8213 File "/usr/lib/enigma2/python/StartEnigma.py", line 174, in open
06:31:00.8227 dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
06:31:00.8234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8235 File "/usr/lib/enigma2/python/StartEnigma.py", line 110, in instantiateDialog
06:31:00.8241 return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
06:31:00.8247 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8247 File "/usr/lib/enigma2/python/StartEnigma.py", line 133, in doInstantiateDialog
06:31:00.8253 dialog = screen(self, *arguments, **kwargs) # Create dialog.
06:31:00.8257 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8258 File "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/i_neo.py", line 178, in init
06:31:00.8264 self["list"] = MenuList(list=[((_("No images found on the selected download server...if password check validity")), "Waiter")])
06:31:00.8273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:31:00.8274 TypeError: MenuList.init() got an unexpected keyword argument 'list'
06:31:00.8274 [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0x9e2520a8>>,('ColorActions', 'red')) failed)