PDA

View Full Version : EPG crash



mujtba67
19-05-20, 20:29
i have zgemma h9s its on openvix 5.3.027 and its stable today i have tried to update to the latest update 5.3.030 and its done but i got crash when i press EPG button i attached pic of version and log of crash

60234



< 830.7418> [Task] job Components.Task.Job name=SoftcamCheck #tasks=1 completed with [] in None
< 831.0366> [eConsoleAppContainer] Starting /usr/bin/grab
< 832.2823> [eEPGCache] abort non avail nownext reading
< 832.2826> [eEPGCache] abort non avail schedule reading
< 832.2828> [eEPGCache] abort non avail schedule other reading
< 832.2829> [eEPGCache] abort non avail virgin nownext reading
< 832.2830> [eEPGCache] abort non avail virgin schedule reading
< 832.2832> [eEPGCache] abort non avail netmed schedule reading
< 832.2833> [eEPGCache] abort non avail netmed schedule other reading
< 832.2834> [eEPGCache] abort non avail FreeSat schedule_other reading
< 832.2836> [eEPGCache] abort non avail viasat reading
< 833.4365> [Console] finished: /usr/bin/ntpdate-sync
< 833.4366> [NetworkTime] setting E2 time: 1589914799.89
< 834.8995> [MessageBox] Timeout!
< 836.5189> [OpenWebIf] wrong hw detection
< 836.5194> [InfoBarGenerics] KEY: 352 OK
< 836.5196> [ActionMap] Keymap 'InfobarShowHideActions' -> Action = 'toggleShow'.
< 836.5239> [InfoBarGenerics] KEY: 352 OK
< 837.5604> [eConsoleAppContainer] Starting /usr/bin/grab
< 840.1083> [OpenWebIf] wrong hw detection
< 840.1101> [InfoBarGenerics] KEY: 106 RIGHT
< 840.1136> [InfoBarGenerics] KEY: 106 RIGHT
< 840.1156> [ActionMap] Keymap 'InfobarChannelSelection' -> Action = 'RightPressed'.
< 840.1164> Traceback (most recent call last):
< 840.1164> File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
< 840.1166> File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1111, in RightPressed
< 840.1178> self.openInfoBarEPG()
< 840.1178> File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1656, in openInfoBarEPG
< 840.1194> if config.epgselection.infobar_type_mode.value == 'single':
< 840.1195> File "/usr/lib/enigma2/python/Components/config.py", line 1884, in __getattr__
< 840.1197> AttributeError: infobar_type_mode
< 840.1198> [ePyObject] (CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMap instance at 0xb1bf57b0>>,('InfobarChannelSelection', 'RightPressed')) failed)

simonc
20-05-20, 11:38
That's looking like you've got an old copy of InfobarGenerics.py. Can you check to see if the file /usr/lib/enigma2/python/Screens/InfobarGenerics.py exists? If it does, you'll need to remove it and reinstall, or replace it with the one here https://raw.githubusercontent.com/OpenViX/enigma2/master/lib/python/Screens/InfoBarGenerics.py

mujtba67
20-05-20, 14:51
That's looking like you've got an old copy of InfobarGenerics.py. Can you check to see if the file /usr/lib/enigma2/python/Screens/InfobarGenerics.py exists? If it does, you'll need to remove it and reinstall, or replace it with the one here https://raw.githubusercontent.com/OpenViX/enigma2/master/lib/python/Screens/InfoBarGenerics.py

Thanks . I replaced it with the one u sent and it’s working perfectly

simonc
20-05-20, 16:36
If you're not in the habit of doing development or testing of OpenVix, you'll also want to delete that file now you've rebooted (the .py file gets compiled at boot time to a .pyo). That'll mean any subsequent upgrades will be reliable.

mujtba67
20-05-20, 18:18
If you're not in the habit of doing development or testing of OpenVix, you'll also want to delete that file now you've rebooted (the .py file gets compiled at boot time to a .pyo). That'll mean any subsequent upgrades will be reliable.

In fact, I am a beginner in this field. Do you advise me to delete the file?

twol
20-05-20, 21:58
In fact, I am a beginner in this field. Do you advise me to delete the file?

Yes....... delete it the change will be in the image

mujtba67
20-05-20, 22:21
Yes....... delete it the change will be in the image

Thanks it’s done