PDA

View Full Version : [ViX_Misc] Crash adding bouquet



GiP
17-03-18, 16:15
Hi,

I just had a crash (twice) adding a bouquet.

I tried for the first time a settings from the plugins (vhannibal dual+DTT) and when I tried to create a bouquet
it asked for the name and when I pressed OK it crashed. Same thing the second time I did it.

It's a plain OpenVix, only plugins CCcam and Scam (not running).

Crash log is attached.

Thanks,

G

abu baniaz
17-03-18, 16:20
There was a change in this area. Thanks for reporting.

What name were you using? ( not read log yet)

GiP
17-03-18, 17:05
There was a change in this area. Thanks for reporting.

What name were you using? ( not read log yet)

I used "Fav", too short, maybe?

G

bbbuk
17-03-18, 17:20
OpenVix 5.1.020
< 56421.676> Traceback (most recent call last):
< 56421.676> File "/usr/lib/enigma2/python/mytest.py", line 235, in processDelay
< 56421.676> callback(*retval)
< 56421.676> File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 501, in bouquetInputCallback
< 56421.677> File "/usr/lib/enigma2/python/Screens/ChannelSelection.py", line 1124, in addBouquet
< 56421.677> NameError: global name 'unicodedata' is not defined
< 56421.677> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session instance at 0x5e448878>>,()) failed)Looks like it was this (https://github.com/OpenViX/enigma2/commit/01f676b4151aa5776b0d01a22a787d5f8b65dfd9) commit specifically 'unicodedata' in this (https://github.com/OpenViX/enigma2/blob/master/lib/python/Screens/ChannelSelection.py#L1124) line.

dsayers
17-03-18, 17:36
Just had a quick Google maybe: import unicodedata

Other imports have from so I'm not sure where you would import it from.

https://docs.python.org/3.1/library/unicodedata.html

bbbuk
17-03-18, 17:46
I think it needs import unicodedata

Edit: dsayers beat me to it

Edit 2: extract the .py and place in /usr/lib/enigma2/python/Screens

edit 3: ignore this, as Abu has just posted same file.

abu baniaz
17-03-18, 17:48
Place this file in /usr/lib/enigma2/python/Screens

Restart. Then delete the file

abu baniaz
17-03-18, 18:19
Fixed here
https://github.com/OpenViX/enigma2/commit/ad7ca7399d62b67cb407de18458ac7780b11da98