You would be aware of a start-up intro video playing at Kodi start-up if it were enabled, so I'd presume that's not your problem.
When automatic updates in LE settings is set to auto, there is no option to check for updates available.
Are you sure yours is not set to manual ?
It seems that more work is needed for auto-update to function for all users
You would be aware of a start-up intro video playing at Kodi start-up if it were enabled, so I'd presume that's not your problem.
When automatic updates in LE settings is set to auto, there is no option to check for updates available.
Are you sure yours is not set to manual ?
It seems that more work is needed for auto-update to function for all users
Yeah I was getting the same problem as Menion with the auto update stating there was an update but never downloading. After checking the log file it seems the LibreElec config addon is timing out trying to connect to the auto update server.
More specifically, this is the error which eventually throughs a urllib2 404 error.
ERROR: Traceback (most recent call last):
File "/home/kszaq/ocz/le-master/build.LibreELEC-S905.arm-8.2-devel/LibreELEC-settings-12c5f24/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 284
followed by:
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
HTTPError: HTTP Error 404: Not Found
I can post the full pastebin log file if anyone wants to take a look at but after reading it looks like the auto update may be suspended until the transition to the Leia builds are complete.