Page 1 of 1

[Solved] Lidarr error during install

Posted: Sat Jun 21, 2025 6:15 am
by maken

when I try to install everything seems good till its installing lidarr and I get ths:

Code: Select all

✘ lidarr Error       Head "https://ghcr.io/v2/linuxserve...              30.9s 
                                                                                








Error response from daemon: Head "https://ghcr.io/v2/linuxserver/lidarr/manifests/latest": EOF Failed to start YAMS services

Re: Lidarr error during install

Posted: Sat Jun 21, 2025 6:54 am
by maken

I was able to resolve this by editing the /tmp/yams/docker-compose.example.yaml.
I changed a line in the lidarr config from:

Code: Select all

lidarr:
    image: lscr.io/linuxserver/lidarr

To:

Code: Select all

lidarr:
    image: lscr.io/linuxserver/lidarr:latest

And reran the install script.


Re: Lidarr error during install

Posted: Sat Jun 21, 2025 1:17 pm
by rogs

Hey @maken!

Just a heads-up! The :latest tag is the default when you pull from Docker, so even when it failed the first time, it appended :latest automatically. Your issue seems to have been a temporary DNS blip that got auto-fixed by your ISP. These things happen sometimes.

Here’s proof that the default URL works and that latest is used automatically if not specified:
Image

Cheers!
Roger.


Re: [Solved] Lidarr error during install

Posted: Sat Jun 21, 2025 6:35 pm
by maken

That may be true, but I think something must have cached the error, because I ran it probably 10 times over the space of an hour and same thing every time! As soon as I changed it it worked... so maybe docker or maybe the download site, I also downloaded the file directly and it said something about needing authentication, so maybe thats it.


Re: [Solved] Lidarr error during install

Posted: Sat Jun 21, 2025 6:47 pm
by rogs

No authentication is ever needed, and it's not possible to catch host network errors in a docker compose file. If your DNS is not working (and maybe cached), there's nothing YAMS can do.

Cheers!

Roger.