[SoftwareUpdate] Fix TypeError crash

Status
Not open for further replies.

GitHub

Moderator
[SoftwareUpdate] Fix TypeError crash

16:33:13.4786 Traceback (most recent call last):
16:33:13.4791 File "/usr/lib/enigma2/python/Components/Ipkg.py", line 120, in cmdFinished
16:33:13.4813 self.callCallbacks(self.EVENT_DONE)
16:33:13.4815 File "/usr/lib/enigma2/python/Components/Ipkg.py", line 181, in callCallbacks
16:33:13.4833 callback(event, param)
16:33:13.4835 File "/usr/lib/enigma2/python/Screens/SoftwareUpdate.py", line 276, in ipkgCallback
16:33:13.4864 if self.total_packages > 150:
16:33:13.4869 TypeError: '>' not supported between instances of 'NoneType' and 'int'

Continue reading...
 
Status
Not open for further replies.
Top