Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dish.py crash log #228

Closed
Dima73 opened this issue Aug 11, 2015 · 1 comment
Closed

Dish.py crash log #228

Dima73 opened this issue Aug 11, 2015 · 1 comment

Comments

@Dima73
Copy link
Contributor

Dima73 commented Aug 11, 2015

Втр Авг 11 12:16:42 2015 Aug 11 2015 forum at www.opena.tv MetrixHD/skin.MySkin.xml 2015-08-10 3.0.0

duo2 libata.force=1:1.5Gbps bmem=192M@64M bmem=384M@512M memc1=788M ubi.mtd=0 root=ubi0:rootfs rootfstype=ubifs rw rootflags=sync NIM Socket 0: ......... File "/usr/lib/enigma2/python/Screens/Screen.py", line 157, in show File "/usr/lib/enigma2/python/Screens/Dish.py", line 96, in __onShow File "/usr/lib/enigma2/python/Screens/Dish.py", line 226, in getTunerName IndexError: list index out of range

please see openPli Dish.py:
def getTunerName(self):
nr = self.getCurrentTuner()
if nr is not None:
nims = nimmanager.nimList()
if nr < 4:
return "".join(nims[nr].split(':')[:1])
return " ".join((_("Tuner"),str(nr)))
return ""

@atvcaptain
Copy link
Member

thx for info we have change it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants