PDA

View Full Version : [ViX_Misc] Clicking 'Add alternatives' crashes the box.



Orlandox
13-10-22, 05:08
Hello,

when pressing 'OK' button on 'Add alternatives' will cause box to crash.

< 2401.5699> 07:01:13.7440 [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
< 2401.5705> 07:01:13.7446 Traceback (most recent call last):
< 2401.5706> 07:01:13.7446 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 58, in action
< 2401.5712> 07:01:13.7453 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 449, in okbuttonClick
< 2401.5716> 07:01:13.7456 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 673, in addAlternativeServices
< 2401.5719> 07:01:13.7459 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 965, in addAlternativeServices
< 2401.5724> 07:01:13.7465 NameError: name 'unicodedata' is not defined
< 2401.5725> 07:01:13.7466 [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xae05a4f0>>,('OkCancelActions', 'ok')) failed)

64339

twol
13-10-22, 08:47
Hello,

when pressing 'OK' button on 'Add alternatives' will cause box to crash.

< 2401.5699> 07:01:13.7440 [ActionMap] Keymap 'OkCancelActions' -> Action = 'ok'.
< 2401.5705> 07:01:13.7446 Traceback (most recent call last):
< 2401.5706> 07:01:13.7446 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 58, in action
< 2401.5712> 07:01:13.7453 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 449, in okbuttonClick
< 2401.5716> 07:01:13.7456 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 673, in addAlternativeServices
< 2401.5719> 07:01:13.7459 File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 965, in addAlternativeServices
< 2401.5724> 07:01:13.7465 NameError: name 'unicodedata' is not defined
< 2401.5725> 07:01:13.7466 [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xae05a4f0>>,('OkCancelActions', 'ok')) failed)

64339

see https://github.com/OpenViX/enigma2/commit/010c2ca60388e15949986e5567483c20ada1fc62

Orlandox
13-10-22, 09:56
Hello,

confirmed working, thank you twol.