@Littlesat,
You've broken the build:
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Navigation.py", line 87, in dispatchEvent
x(i)
File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 82, in event
func[2]()
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2127, in __serviceStarted
self.__seekableStatusChanged()
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2118, in __seekableStatusChanged
self.setSeekState(self.SEEK_STATE_PLAY)
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1573, in setSeekState
c(self.seekstate)
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1811, in __playStateChanged
self.pvrStateDialog["statusicon"].setPixmapNum([">", '||', 'END', '>>', '<<', '/'].index(playstate[0]))
KeyError: 'statusicon'
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb165d700>>,(0,)) failed)
and if I work around that:
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Navigation.py", line 87, in dispatchEvent
x(i)
File "/usr/lib/enigma2/python/Components/ServiceEventTracker.py", line 82, in event
func[2]()
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2128, in __serviceStarted
self.__seekableStatusChanged()
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 2119, in __seekableStatusChanged
self.setSeekState(self.SEEK_STATE_PLAY)
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1573, in setSeekState
c(self.seekstate)
File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1813, in __playStateChanged
self.pvrStateDialog["speed"].setText(playstate[1] if len(playstate) > 1 else "")
KeyError: 'speed'
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb16426e8>>,(0,)) failed)
E2 now crashes at startup with a green screen.
edit: not sure why this is called when E2 starts up, there is nothing being played back ?
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.