-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
after some LibreElec milhouse releases (maybe #203) the updater doesn't work anymore:
09:28:01.017 T:1395680112 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
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<--
Hope it gets fixed leo!