-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Since two days my LibreELEC Dev Updater is crashing at start.
I went thru the logs and found this:
21:04:17.412 T:1432331120 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'committer'
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 104, in select_build
build_select = gui.BuildSelectDialog(self.installed_build)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 79, in init
self._builds = self._get_build_links(self._build_url)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/utils.py", line 90, in busy_wrapper
return f(*args, **kwargs)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/gui.py", line 212, in _get_build_links
links = build_url.builds()
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 271, in builds
return sorted(self._extractor(self.url), reverse=True)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 215, in iter
release_link = ReleaseLink(base_url, filename, release_name)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 152, in init
Release.init(self, release)
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 81, in init
self.release_date = self.get_release_date()
File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 97, in get_release_date
return commit['committer']['date']
KeyError: 'committer'
-->End of Python script error report<--
I am running the latest LibreELEC Leia TestBuild from today (8th of December) and Dev Updater 5.1.2.
I hope that helps to shed some light into this issue.