Since the V3 update the UI of Radarr doesn’t start anymore. Container itself is starting:
Brought to you by linuxserver.io,
-------------------------------------,
,
To support the app dev(s) visit:,
Radarr:
,
To support LSIO projects visit:,
-------------------------------------,
GID/UID,
-------------------------------------,
,
User uid: 1001,
User gid: 1001,
-------------------------------------,
,
[cont-init.d] 10-adduser: exited 0.,
[cont-init.d] 30-config: executing... ,
[cont-init.d] 30-config: exited 0.,
[cont-init.d] 99-custom-scripts: executing... ,
[custom-init] no custom files found exiting...,
[cont-init.d] 99-custom-scripts: exited 0.,
[cont-init.d] done.,
[services.d] starting services,
[services.d] done.,
[cont-finish.d] executing container finish scripts...,
[cont-finish.d] done.,
[s6-finish] waiting for services.,
[s6-finish] sending all processes the TERM signal.,
[s6-finish] sending all processes the KILL signal and exiting.,
The chrome error page reads: This site can’t be reached, Try:
- Checking the connection
- [Checking the proxy and the firewall]
ERR_CONNECTION_REFUSED
I’m using these docker arguments:
sudo docker create --name=radarr \
--restart=always \
-v /home/docker/radarr/config:/config \
-v /mnt/XXXXX \
-v /mnt/XXXXXX \
-e PGID=1001 -e PUID=1001 \
-e TZ=Europe/Amsterdam \
-p 7878:7878 \
ghcr.io/linuxserver/radarr:latest
The same arguments with a different radarr V3 docker container do work. For example dtroncy/rpi-radarr:latest.
What could be the issue here? I already removed the config files and am running docker on a raspberry Pi4.