Sonarr/radarr not accessible

Hi,

I just got a problem with multiple containers after a host reboot.

the sonarr und radarr containers start but are not accessible.

after debugging a little bit I discovered, that the service inside the container fails with the following message:

NLog Exception: NLog.NLogConfigurationException: Error when setting property 'Uppercase' on Layout Renderer: ${uppercase} ---> System.TypeInitializationException: The type initializer for 'System.ComponentModel.TypeDescriptor' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object

Post the commands you used to create the containers

1 Like

docker create --name=sonarrnew -e PUID=1000 -e PGID=1000 -e TZ=Europe/Vienna -p 8989:8989 -v /srv/dev-disk-by-label-media/media/docker/config/sonarr:/config -v /srv/dev-disk-by-label-media/media:/media --restart unless-stopped linuxserver/sonarr

I just changed to preview of radarr and sonarr and it works again.
but mylar doesn’t work.