Unable to access webgui Radarr and Sonarr after upgrade to 10.4.2

Creating a bug report/issue

I have searched the existing open and closed issues

Here is my console check hope that will help to rectify the issue:

root@DietPi:\~# cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=10
G_DIETPI_VERSION_SUB=4
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'

root@DietPi:\~# echo $G_DISTRO_NAME $G_RASPBIAN
trixie

root@DietPi:\~# uname --all
Linux DietPi 6.18.29-current-meson64 #1 SMP PREEMPT Mon May 11 06:20:52 UTC 2026 aarch64 GNU/Linux

root@DietPi:\~# dpkg --print-architecture
arm64

root@DietPi:\~# echo $G_HW_MODEL_NAME
Odroid HC4 (aarch64)

root@DietPi:\~# systemctl status sonarr radarr
● sonarr.service - Sonarr (DietPi)
Loaded: loaded (/etc/systemd/system/sonarr.service; enabled; preset: enabled)
Active: active (running) since Wed 2026-05-20 16:45:30 AEST; 12min ago
Invocation: fcb9b20c8809428e8d39dcb1fa46ea3d
Main PID: 1750 (Sonarr)
Tasks: 10 (limit: 4297)
Memory: 121.8M (peak: 123.9M)
CPU: 17.913s
CGroup: /system.slice/sonarr.service
└─1750 /opt/sonarr/Sonarr -nobrowser -data=/mnt/dietpi_userdata/sonarr

May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.g__MiddlewareFilterBuilder|0(IApplicationBuilder builder)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
May 20 16:46:29 DietPi Sonarr\[1750\]:    at NzbDrone.Host.Bootstrap.Start(String[ ] args, Action\`1 trayCallback) in ./Sonarr.Host/Bootstrap.cs:line 80
May 20 16:46:29 DietPi Sonarr\[1750\]:    at NzbDrone.Console.ConsoleApp.Main(String[ ] args) in ./Sonarr.Console/ConsoleApp.cs:line 45
May 20 16:46:29 DietPi Sonarr\[1750\]: Press enter to exit...
May 20 16:46:30 DietPi Sonarr\[1750\]: Non-recoverable failure, waiting for user intervention...

 ● radarr.service - Radarr (DietPi)
 Loaded: loaded (/etc/systemd/system/radarr.service; enabled; preset: enabled)
 Active: active (running) since Wed 2026-05-20 16:45:30 AEST; 12min ago
 Invocation: a3335e007ace47f5b02382ba66650671
 Main PID: 1746 (Radarr)
 Tasks: 10 (limit: 4297)
 Memory: 138.8M (peak: 141.1M)
 CPU: 14.660s
 CGroup: /system.slice/radarr.service
 └─1746 /opt/radarr/Radarr -nobrowser -data=/mnt/dietpi_userdata/radarr

May 20 16:46:27 DietPi Radarr\[1746\]:    at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)
May 20 16:46:27 DietPi Radarr\[1746\]:    at Microsoft.Extensions.Hosting.Internal.Host.ForeachService\[T\](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) May 20 16:46:27 DietPi Radarr[1746]:    at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) May 20 16:46:27 DietPi Radarr[1746]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) May 20 16:46:27 DietPi Radarr[1746]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) May 20 16:46:27 DietPi Radarr[1746]:    at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) May 20 16:46:27 DietPi Radarr[1746]:    at NzbDrone.Host.Bootstrap.Start(String[] args, Action`1 trayCallback) in ./NzbDrone.Host/Bootstrap.cs:line 79
May 20 16:46:27 DietPi Radarr\[1746\]:    at NzbDrone.Console.ConsoleApp.Main(String[ ] args) in ./NzbDrone.Console/ConsoleApp.cs:line 43
May 20 16:46:27 DietPi Radarr\[1746\]: Press enter to exit...
May 20 16:46:28 DietPi Radarr\[1746\]: Non-recoverable failure, waiting for user intervention...
root@DietPi:\~#

I have the Same Problem

Can you share the full log from the journal

journalctl -u radarr.service
journalctl -u sonarr.service

Here you have them in the files as they are big ones.

sonarrjournal.txt (451.2 KB)

radarrjournal.txt (621.3 KB)

Should be this: DietPi 10.4.2 update breaks Sonarr/Radarr/Lidarr · Issue #8158 · MichaIng/DietPi · GitHub

Fixed some hours ago in our updater. For those who updated earlier:

sed -i 's|/var/log/dietpi|/var/lib/dietpi|' /etc/systemd/system/dietpi-servarr_to_ram.service
systemctl daemon-reload
systemctl start dietpi-servarr_to_ram
systemctl start sonarr # radarr lidarr whichever you use

It worked thank you Need restart after the Commands

Right, either restart the respective services, or reboot the system.

It worked thanks for quick solution.