Unable to use Hotfix

Having issues regarding the updater. Can’t download March update and all i can see is the connectivity error . Tried applying the Hotfix mentioned on a few posts here, but still no luck. Any help would be appreciated.

https://paste.osmc.tv/uyibisinec

I’m not sure what hotfix you are applying, but your system seems to be running a fairly recent version of OSMC (2022.01-1).

Have you tried checking for updates again?

Yes I tried quite a few times but the only thing that happens is the notification of the updater connectivity.

The Hotfix i tried was ucawobahij but nothing happened.

@sam_nazarko

also i can’t update via terminal either

E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Origin' value from 'OSMC' to 'Debian'
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Label' value from 'OSMC' to 'Debian-Security'
N: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from '' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Origin' value from 'OSMC' to 'Debian'
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Label' value from 'OSMC' to 'Debian'
N: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Suite' value from '' to 'oldstable-updates'
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Codename' value from 'buster' to 'buster-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

The hotfix will definitely solve the issue for you.
I’d suggest trying it again.

Still nothing. Tried again with the hotfix but no luck.

You can manually run

sudo wget "https://paste.osmc.tv/raw/afifovuwed" -O /etc/apt/apt.conf.d/00-osmc-allow-suite-changes

osmc@osmc:~$ sudo wget "https://paste.osmc.tv/raw/afifovuwed" -O /etc/apt/apt.conf.d/00-osmc-allow-suite-changes
--2022-03-16 22:28:18--  https://paste.osmc.tv/raw/afifovuwed
Εύρεση του paste.osmc.tv (paste.osmc.tv)... 77.68.92.173, 2a00:da00:1800:9a::1
Connecting to paste.osmc.tv (paste.osmc.tv)|77.68.92.173|:443... συνδέθηκε.
Η αίτηση για HTTP στάλθηκε, αναμονή απάντησης... 200 OK
Μήκος: μη ορισμένο [text/plain]
Saving to: ‘/etc/apt/apt.conf.d/00-osmc-allow-suite-changes’

/etc/apt/apt.conf.d     [ <=>                ]      88  --.-KB/s    in 0s

2022-03-16 22:28:18 (2,96 MB/s) - ‘/etc/apt/apt.conf.d/00-osmc-allow-suite-changes’ saved [88]

osmc@osmc:~$ sudo apt update
Hit:1 http://ftp.debian.org/debian buster InRelease
Φέρε:2 http://ftp.debian.org/debian buster-updates InRelease [51,9 kB]
Φέρε:3 http://security.debian.org buster/updates InRelease [65,4 kB]
Hit:4 http://ftp.fau.de/osmc/osmc/apt buster InRelease
Ανάγνωση Λιστών Πακέτων... Ολοκληρώθηκε
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Origin' value from 'OSMC' to 'Debian'
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Label' value from 'OSMC' to 'Debian'
N: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Suite' value from '' to 'oldstable-updates'
E: Repository 'http://ftp.debian.org/debian buster-updates InRelease' changed its 'Codename' value from 'buster' to 'buster-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Origin' value from 'OSMC' to 'Debian'
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Label' value from 'OSMC' to 'Debian-Security'
N: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from '' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

sudo apt-get update --allow-releaseinfo-change will work, but it’s not clear why the hotfix didn’t work.