Rpm-ostree install download fails (Silverblue 37): cannot write output to destination

I have a fresh Silverblue Fedora 37 installation

rpm-ostree install hangs forever (sometimes on refresh-md)

This did not happen with Silverblue Fedora 36 . I have no problem using flatpak (its not my internet connection) – see error below:

[trev@fedora ~]$ rpm-ostree install htop
Checking out tree bfe9de2… done
Enabled rpm-md repositories: fedora-cisco-openh264 fedora-modular updates-modular updates fedora updates-archive
Updating metadata for ‘fedora’… done
error: Updating rpm-md repo ‘fedora’: cannot update repo ‘fedora’: Yum repo downloading error: Downloading error(s): repodata/xxx-comps-Everything.x86_64.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for http://creeperhost.mm.fcix.net/fedora/linux/releases/37/Everything/x86_64/os/repodata/xxx-comps-Everything.x86_64.xml.zck [Failure writing output to destination]; Last error: Curl error (23): Failed writing received data to disk/application for http://creeperhost.mm.fcix.net/fedora/linux/releases/37/Everything/x86_64/os/repodata/xxx-comps-Everything.x86_64.xml.zck [Failure writing output to destination]

This happens irrespective of whether ẗhird party repositories"is selected in the intall menu.

Any pointers?

Thank you in advance.

Have you added user trev to sudo/wheel group?

sudo rpm-ostree install htop

Try running rpm-ostree cleanup --repomd and then rpm-ostree refresh-md. This should clean up your current local repo data and then refresh it again.