http://openpli.git.s...8ed5f04f2cdc9ad
Now, if doing a service scan in start wizard a GS happens:
File "/usr/lib/enigma2/python/Screens/ServiceScan.py", line 58, in __init__ AttributeError: Session instance has no attribute 'infobar'
Posted 10 August 2012 - 00:52
File "/usr/lib/enigma2/python/Screens/ServiceScan.py", line 58, in __init__ AttributeError: Session instance has no attribute 'infobar'
Posted 10 August 2012 - 22:31
File "/usr/lib/enigma2/python/Screens/ServiceScan.py", line 65, in __init__ AttributeError: Session instance has no attribute 'pipshown'
--- ServiceScan.py-pli +++ ServiceScan.py @@ -62,7 +62,7 @@ self.session.nav.stopService() - if self.session.pipshown: + if hasattr(self.session, 'pipshown') and self.session.pipshown: if self.currentServiceList and self.currentServiceList.dopipzap: self.currentServiceList.togglePipzap() del self.session.pip
Edited by scp, 10 August 2012 - 22:35.
0 members, 1 guests, 0 anonymous users