manual Update using LE Settings seems to be broken under nightly

  • We upgraded the releases server the other day and that broke some of the plumbing behind the scenes of the update system. It will get fixed but you can also do a manual update by SSH'ing into the box and downloading (wget) files directly to /storage/.update/ then rebooting.

  • Code
    ERROR <general>: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(gaierror(-3, 'Temporary failure in name resolution')))

    so likely not a problem of the nightlies itself

  • CvH

    no idea, I'm running nightly only (can't compare)

    all I can say the above IF error (comment #1) is fixed.

    And I do see the URLError NOT the first time [1]

    ===

    anyway:

    nslookup releases.libreelec.tv

    Server: 192.168.100.1

    Address 1: 192.168.100.1 fritz.box

    Name: releases.libreelec.tv

    Address 1: 164.92.230.217

    dito for test.libreelec.tv

    so I guess :/ it's not on my site here

    cause when I open

    https://164.92.230.217/releases.json

    I see the content of releases.json

    but when I do it with

    http://164.92.230.217/releases.json

    then I get "404 Not Found"

    - no webserver expert here -

    but don't they do redirect http requests to https at their own (somehow) ?


    btw:

    in releases.json there are hardcoded http://...

    is this correct ?

    [1]

    even more :

    I see them ~all~ the time :rolleyes: , also - IIRC - when I was using LE release.

    The eldest report I could find (24.01.2021) - with nightly, though -

    http://ix.io/2Nea

    Edited 2 times, last by GDPR-7 (March 7, 2022 at 4:30 AM).

  • CvH is referring to 'Temporary failure in name resolution'

    Code
    Feb 24 17:56:53.914844 LibreELEC systemd[1]: Wait on network was skipped because of a failed condition check (ConditionFileNotEmpty=/storage/.cache/libreelec/network_wait).
    Feb 24 17:56:53.914992 LibreELEC systemd[1]: Reached target Network is Online.
    
    Jan 24 22:46:02 LibreELEC systemd[1]: Condition check resulted in Wait on network being skipped.
    Jan 24 22:46:02 LibreELEC systemd[1]: Reached target Network is Online.

    Wait on Network is disabled resulting in kodi starting without active network connection.