gestern hatte ich auf der dm920 mit neustem code update folgenden crash:
Code
swig director exception (SWIG director method error.)
0xb4054068(sp=0xbedaa8e0) <__cxa_throw+168>
0x3d28fc(sp=0xbedaa8f8) <SwigDirector_eSlot0X::cb_func()+284>
0xe1834(sp=0xbedaa908) <eTimer::activate()+388>
0xe28d0(sp=0xbedaa938) <eMainloop_native::processOneEvent(int)+588>
0x2dc830(sp=0xbedaba00) <eMainloopQt::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+156>
0xb518d22c(sp=0xbedabb28) <QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+276>
0xb5196498(sp=0xbedabb70) <QCoreApplication::exec()+148>
0x2dc770(sp=0xbedabba0) <eMainloopQt::runLoop()+24>
0x2e3d5c(sp=0xbedabba8) <our_terminate()+4260>
0xb4acc68c(sp=0xbedabbc0) <PyEval_EvalFrameEx+24024>
eTPM::recv: read #1: Resource temporarily unavailable
Traceback (most recent call last):
File "/usr/lib/enigma2/python/enigma.py", line 8610, in __call__
return ret(*args, **kwargs)
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/UpdateCheck.py", line 84, in check
iSoftwareTools.startSoftwareTools(self._onSoftwareToolsReady)
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 97, in startSoftwareTools
self.getUpdates()
File "/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/SoftwareTools.py", line 119, in getUpdates
if result[80:88] == rnd:
-------
TypeError: 'NoneType' object has no attribute '__getitem__'
Display More