-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script v5.1.2 broken.. #11
Comments
I'll have a look... |
Same issue, it's indeed broken currently. |
Same trouble((( |
any solution ? |
I think its dead. Nobody cares to fix it. Sad, but true. |
calling @LS80 !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: