When trying to manuell scan
Crash Log in Vu+solo2
Re: Crash Log in Vu+solo2 #2
Posted 15 August 2015 - 18:14
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action File "/usr/lib/enigma2/python/Screens/Menu.py", line 51, in okbuttonClick File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ File "/usr/lib/enigma2/python/Screens/Menu.py", line 66, in runScreen File "/usr/lib/enigma2/python/Screens/Menu.py", line 72, in openDialog File "/usr/lib/enigma2/python/mytest.py", line 274, in openWithCallback dlg = self.open(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 284, in open dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 228, in instantiateDialog return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) File "/usr/lib/enigma2/python/mytest.py", line 244, in doInstantiateDialog dlg = screen(self, *arguments, **kwargs) File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 576, in __init__ File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1061, in createConfig File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1383, in getTerrestrialRegionsList File "/usr/lib/enigma2/python/Components/NimManager.py", line 679, in getTerrestrialDescription IndexError: list index out of range < 95184.115895> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x2174a80>>,('OkCancelActions', 'ok')) failed) ]]>
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash Log in Vu+solo2 #3
Posted 15 August 2015 - 18:22
Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action File "/usr/lib/enigma2/python/Screens/Menu.py", line 51, in okbuttonClick File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ File "/usr/lib/enigma2/python/Screens/Menu.py", line 66, in runScreen File "/usr/lib/enigma2/python/Screens/Menu.py", line 72, in openDialog File "/usr/lib/enigma2/python/mytest.py", line 274, in openWithCallback dlg = self.open(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 284, in open dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 228, in instantiateDialog return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) File "/usr/lib/enigma2/python/mytest.py", line 244, in doInstantiateDialog dlg = screen(self, *arguments, **kwargs) File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 576, in __init__ File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1061, in createConfig File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1383, in getTerrestrialRegionsList File "/usr/lib/enigma2/python/Components/NimManager.py", line 679, in getTerrestrialDescription IndexError: list index out of range < 95184.115895> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x2174a80>>,('OkCancelActions', 'ok')) failed) ]]>
Whats the solution, new flash?
Re: Crash Log in Vu+solo2 #4
Posted 15 August 2015 - 20:58
I don't know, I don't do python, I just pulled the error out to make it easier for others to have a look.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash Log in Vu+solo2 #5
Re: Crash Log in Vu+solo2 #6
Re: Crash Log in Vu+solo2 #7
Posted 24 August 2015 - 13:29
Now do again a flash an try it BEFORE you install sundtek control center...
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash Log in Vu+solo2 #8
Re: Crash Log in Vu+solo2 #9
Re: Crash Log in Vu+solo2 #10
Posted 24 August 2015 - 21:52
This seems like a bug in following file
/usr/lib/enigma2/python/Components/NimManager.py -- list index out of range
(which is part of OpenPLi)
please contact us tomorrow via chat http://chat.sundtek.de to go through it and to propose a fix for OpenPli.
This is unrelated to our driver package.
Re: Crash Log in Vu+solo2 #11
Re: Crash Log in Vu+solo2 #12
Posted 25 August 2015 - 09:27
So you mean we need a sinaty check there... But why how and when was this induced...?
Not tested...
NimManager.py
def getTerrestrialDescription(self, nim): - return self.terrestrialsList[config.Nims[nim].terrestrial.index][0] + nimConfig = config.Nims[nim] + if nimConfig == "enabled": + return self.terrestrialsList[nimConfig.terrestrial.index][0] + return "" def getTerrestrialFlags(self, nim): - return self.terrestrialsList[config.Nims[nim].terrestrial.index][1] + nimConfig = config.Nims[nim] + if nimConfig == "enabled": + return self.terrestrialsList[nimConfig.terrestrial.index][1] + return "5"
Edited by Dimitrij, 25 August 2015 - 13:22.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Crash Log in Vu+solo2 #13
Re: Crash Log in Vu+solo2 #14
Re: Crash Log in Vu+solo2 #15
Posted 28 August 2015 - 10:40
[ChannelNumber] nimmanager.getTerrestrialDescription(nim) failed, nim: 2 Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action File "/usr/lib/enigma2/python/Screens/Menu.py", line 51, in okbuttonClick File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ File "/usr/lib/enigma2/python/Screens/Menu.py", line 66, in runScreen File "/usr/lib/enigma2/python/Screens/Menu.py", line 72, in openDialog File "/usr/lib/enigma2/python/mytest.py", line 274, in openWithCallback dlg = self.open(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 284, in open dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs) File "/usr/lib/enigma2/python/mytest.py", line 228, in instantiateDialog return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop) File "/usr/lib/enigma2/python/mytest.py", line 244, in doInstantiateDialog dlg = screen(self, *arguments, **kwargs) File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 576, in __init__ File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1061, in createConfig File "/usr/lib/enigma2/python/Screens/ScanSetup.py", line 1383, in getTerrestrialRegionsList File "/usr/lib/enigma2/python/Components/NimManager.py", line 679, in getTerrestrialDescription IndexError: list index out of range < 337.837247> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0x1c58648>>,('OkCancelActions', 'ok')) failed) ]]>
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Crash Log in Vu+solo2 #16
Posted 28 August 2015 - 10:43
Edited by littlesat, 28 August 2015 - 10:44.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Crash Log in Vu+solo2 #17
Posted 1 September 2015 - 12:52
I think it's a bit strange that a certain type of (external) tuner needs a patch???
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash Log in Vu+solo2 #18
Posted 2 September 2015 - 11:24
I think it's a bit strange that a certain type of (external) tuner needs a patch???
No,this standard check.
E.g. same as:
def getTranspondersCable(self, nim): nimConfig = config.Nims[nim] if nimConfig.configMode.value != "nothing" and nimConfig.cable.scan_type.value == "provider": return self.transponderscable[self.cablesList[nimConfig.cable.scan_provider.index][0]] return [ ]
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Crash Log in Vu+solo2 #19
Posted 2 September 2015 - 13:46
You mean this is actually a generic bug?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: Crash Log in Vu+solo2 #20
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users