Librelec dev updater does not work anymore.
So did a fresh install but when loading i got the error on screen libreelec dev updater error.
It seem that some files are missing.
Code
19:54:33.523 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'Release' object has no attribute '_datetime'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 101, in onInit
self._set_builds(self._builds)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 269, in _set_builds
if build > self._installed_build:
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 53, in __gt__
return self._datetime > other._datetime
AttributeError: 'Release' object has no attribute '_datetime'
-->End of Python script error report<--
19:54:42.343 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'BuildSelectDialog' object has no attribute '_builds_focused'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 168, in onAction
self._set_build_info()
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 235, in _set_build_info
if self._builds_focused:
AttributeError: 'BuildSelectDialog' object has no attribute '_builds_focused'
-->End of Python script error report<--
19:55:10.481 T:1807721328 ERROR: Previous line repeats 43 times.
19:55:10.481 T:1807721328 WARNING: addons must not activate DialogBusy
19:55:10.688 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'BuildSelectDialog' object has no attribute '_selected_source_item'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 138, in onClick
self._selected_source_item.setLabel2('')
AttributeError: 'BuildSelectDialog' object has no attribute '_selected_source_item'
-->End of Python script error report<--
19:55:14.014 T:1807721328 WARNING: addons must not activate DialogBusy
19:55:14.144 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'BuildSelectDialog' object has no attribute '_selected_source_item'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 138, in onClick
self._selected_source_item.setLabel2('')
AttributeError: 'BuildSelectDialog' object has no attribute '_selected_source_item'
-->End of Python script error report<--
19:55:15.622 T:1807721328 WARNING: addons must not activate DialogBusy
19:55:15.752 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'BuildSelectDialog' object has no attribute '_selected_source_item'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 138, in onClick
self._selected_source_item.setLabel2('')
AttributeError: 'BuildSelectDialog' object has no attribute '_selected_source_item'
-->End of Python script error report<--
19:56:34.381 T:1807721328 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'BuildSelectDialog' object has no attribute '_selected_source'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 398, in <module>
main.start()
File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 78, in start
self.select_build()
File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 107, in select_build
self.selected_source = build_select.selected_source
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 127, in selected_source
return self._selected_source
AttributeError: 'BuildSelectDialog' object has no attribute '_selected_source'
-->End of Python script error report<--
Display More