Jump to content


tr45h

Member Since 2 Aug 2011
Offline Last Active 10 Mar 2017 09:16
-----

Topics I've Started

[ET9x00] GSOD with AutoTimer and Single EPG

9 March 2017 - 20:56

Dear forum members,

 

My box craches by pressing yellow button "Single EPG" with installed Autotimer plugin.

After removing Autotimer it is working

opkg list-installed | grep autotimer
enigma2-plugin-extensions-autotimer_mod - 1.7

opkg remove enigma2-plugin-extensions-autotimer_mod
Removing package enigma2-plugin-extensions-autotimer_mod from root...
Plugin removed! You should restart enigma2 now!

While removing I recognized I had some modifed autotimer installed so I tried to reinstall with latest build:

opkg install enigma2-plugin-extensions-autotimer
Installing enigma2-plugin-extensions-autotimer (y-git4516+0138321-r0.0) on root.
Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/enigma2-plugin-extensions-autotimer_y-git4516+0138321-r0.0_mips32el.ipk.
wget: server returned error: HTTP/1.1 404 Not Found
Collected errors:
 * opkg_download: Failed to download http://downloads.pli-images.org/feeds/openpli-4/mips32el/enigma2-plugin-extensions-autotimer_y-git4516+0138321-r0.0_mips32el.ipk, wget returned 1.
 * opkg_install_pkg: Failed to download enigma2-plugin-extensions-autotimer. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package enigma2-plugin-extensions-autotimer.

(1) is this 404 error fixable?

 

(2) here the crash log with autotimer_mod

OpenPLi Enigma2 crash log

crashdate=Do Mär  9 20:02:45 2017
compiledate=Jan 14 2017
skin=PLi-FullNightHD/skin.xml
sourcedate=2017-01-14
branch=(no branch)
rev=ede2e03
component=Enigma2

stbmodel=et9500
stbmodel=dm800se
kernelcmdline= bmem=216M ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs console=null consoleblank=0
nimsockets=NIM Socket 0:
imageissue=openpli 4 %h


a] FONT 'FdLcD' MISSING!
< 15885.147> [eTextPara] FONT 'FdLcD' MISSING!
< 34478.122> [eTextPara] FONT 'FdLcD' MISSING!
< 34538.123> [eTextPara] FONT 'FdLcD' MISSING!
< 34598.122> [eTextPara] FONT 'FdLcD' MISSING!
< 34658.124> [eTextPara] FONT 'FdLcD' MISSING!
<snipped>
< 34934.208> [eDVBPESReader] Created. Opening demux
< 34934.209> [eDVBPESReader] Created. Opening demux
< 35124.717> Traceback (most recent call last):
< 35124.718>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action
< 35124.730>   File "/usr/lib/enigma2/python/Screens/EventView.py", line 324, in openSingleEPG
< 35124.738>   File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1127, in openSingleServiceEPG
< 35124.740>   File "/usr/lib/enigma2/python/mytest.py", line 284, in openWithCallback
< 35124.749>     dlg = self.open(screen, *arguments, **kwargs)
< 35124.750>   File "/usr/lib/enigma2/python/mytest.py", line 294, in open
< 35124.752>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
< 35124.753>   File "/usr/lib/enigma2/python/mytest.py", line 237, in instantiateDialog
< 35124.756>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
< 35124.757>   File "/usr/lib/enigma2/python/mytest.py", line 254, in doInstantiateDialog
< 35124.759>     dlg = screen(self, *arguments, **kwargs)
< 35124.760> TypeError: AutoTimerEPGSelection__init__() got an unexpected keyword argument 'parent'

Thx for helping.