Radarr:preview not working

radarr:preview stopped working a couple of weeks ago. sonarr:preview is using the same setup and works just fine. I am running on a pi4

here is the log:

GID/UID

User uid: 1000
User gid: 1000

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing…
[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-warning: executing…



  •                                                *
    
  •                                                *
    
  •     This image is for development only         *
    
  •                                                *
    
  •          Use at your own peril                 *
    
  • It will likely have bugs and not function properly *
  •                                                *
    
  •                                                *
    


[cont-init.d] 90-warning: 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.
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 01-envfile: executing…
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing…
usermod: no changes


      _         ()
     | |  ___   _    __
     | | / __| | |  /  \ 
     | | \__ \ | | | () |
     |_| |___/ |_|  \__/

Brought to you by linuxserver.io


GID/UID

User uid: 1000
User gid: 1000

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing…
[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-warning: executing…



  •                                                *
    
  •                                                *
    
  •     This image is for development only         *
    
  •                                                *
    
  •          Use at your own peril                 *
    
  • It will likely have bugs and not function properly *
  •                                                *
    
  •                                                *
    


[cont-init.d] 90-warning: 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.

here is the docker-compose I am using (via portainer)

version: “2”
services:
radarr:
image: linuxserver/radarr:preview
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- UMASK_SET=022 #optional
volumes:
- /mnt/Containers/radarr/config:/config
- /mnt/Multimedia/Movies:/movies
- /mnt/Containers/radarr/downloads:/downloads
ports:
- 7878:7878
restart: unless-stopped

The fix is mentioned here: