-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.misc.pluginlist.fc_bookmarks_order
Couldn't handle bookmarks with , in path. Don't use .split(,) and ,.join() to use ConfigText as list. Use list as string for ConfigText. cherry-pick > openatv/enigma2@d56712f
- Loading branch information
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
91b7d04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025-01-05 12:20:18.7130 Traceback (most recent call last):
2025-01-05 12:20:18.7167 File "/usr/lib/enigma2/python/Screens/Hotkey.py", line 587, in action
2025-01-05 12:20:18.7168 File "/usr/lib/enigma2/python/Screens/Hotkey.py", line 634, in hotkeyGlobal
2025-01-05 12:20:18.7169 File "/usr/lib/enigma2/python/Screens/Hotkey.py", line 678, in execHotkey
2025-01-05 12:20:18.7170 File "", line 1, in
2025-01-05 12:20:18.7170 File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1456, in showEventInfoPlugins
2025-01-05 12:20:18.7171 File "/usr/lib/enigma2/python/StartEnigma.py", line 162, in openWithCallback
dialog = self.open(screen, *arguments, **kwargs)
2025-01-05 12:20:18.7171 File "/usr/lib/enigma2/python/StartEnigma.py", line 173, in open
dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-05 12:20:18.7172 File "/usr/lib/enigma2/python/StartEnigma.py", line 109, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-01-05 12:20:18.7173 File "/usr/lib/enigma2/python/StartEnigma.py", line 132, in doInstantiateDialog
dialog = screen(self, *arguments, **kwargs) # Create dialog.
2025-01-05 12:20:18.7174 File "/usr/lib/enigma2/python/Screens/ChoiceBox.py", line 49, in init
2025-01-05 12:20:18.7174 File "", line 1, in
2025-01-05 12:20:18.7175 File "/usr/lib/enigma2/python/Components/config.py", line 2220, in getattr
2025-01-05 12:20:18.7176 AttributeError: eventinfo_order
91b7d04
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1374545