I added the network:messaging:matrix repo to get access to nheko
and I’ve intermittently been getting the following error when running zypper ref
Retrieving repository 'Matrix - An open network for secure, decentralized communication. (openSUSE_Tumbleweed)' metadata .........................................................................................................................................................[error]
Repository 'Matrix - An open network for secure, decentralized communication. (openSUSE_Tumbleweed)' is invalid.
[network_messaging_matrix|https://download.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/] Valid metadata not found at specified URL
History:
- File './repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz' not found on medium 'https://download.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/'
- Can't provide ./repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz
Please check if the URIs defined for this repository are pointing to a valid repository.
If I navigate to that URL in the browser it looks like the file it’s trying to download is there, but if I wget
from a terminal I see it’s forwarding to me to mirror.firstyear.id.au
and hitting a 404.
$ wget https://download.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz
--2023-05-28 20:23:52-- https://download.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz
Resolving download.opensuse.org (download.opensuse.org)... 195.135.221.134, 2001:67c:2178:8::13
Connecting to download.opensuse.org (download.opensuse.org)|195.135.221.134|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirrorcache-au.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz [following]
--2023-05-28 20:23:53-- https://mirrorcache-au.opensuse.org/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz
Resolving mirrorcache-au.opensuse.org (mirrorcache-au.opensuse.org)... 172.105.167.90, 2400:8907::f03c:92ff:fe82:7bb
Connecting to mirrorcache-au.opensuse.org (mirrorcache-au.opensuse.org)|172.105.167.90|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mirror.firstyear.id.au/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz [following]
--2023-05-28 20:23:54-- https://mirror.firstyear.id.au/repositories/network:/messaging:/matrix/openSUSE_Tumbleweed/repodata/5dbd5c85eb56de037adaf775be64d23fc68dc29dde152e62c86bdfff4e6505f4ebfb6e020fe76d1b7a95dae455a21669791af2226adf1a2c84734464848d4563-filelists-ext.xml.gz
Resolving mirror.firstyear.id.au (mirror.firstyear.id.au)... 45.79.236.155, 2400:8907::f03c:92ff:fe14:ba3f
Connecting to mirror.firstyear.id.au (mirror.firstyear.id.au)|45.79.236.155|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-05-28 20:23:54 ERROR 404: Not Found.
Is it a problem with the mirrors or something I can fix up on my end?