Sonarr stopped working suddenly

Hello,
First post here, sorry if I do not do this correct. Today I noticed that Sonarr just stopped working. Radarr, Jackett and Deluge are working fine. When I go into Dietpi-services and look at the status of Sonarr I get this:

● sonarr.service - Sonarr Daemon (DietPi)                                                                         │
│    Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset: enabled)                          │
│    Active: active (running) since Sun 2021-06-27 23:42:44 BST; 2s ago                                             │
│  Main PID: 12084 (mono)                                                                                           │
│     Tasks: 10 (limit: 4915)                                                                                       │
│    CGroup: /system.slice/sonarr.service                                                                           │
│            └─12084 /usr/bin/mono /usr/lib/sonarr/bin/Sonarr.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr      │
│                                                                                                                   │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: File name: 'Marr.Data, Version=3.17.0.0, Culture=neutral,                   │
│ PublicKeyToken=null'                                                                                              │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: System.IO.FileNotFoundException: Could not load file or assembly            │
│ 'Marr.Data, Version=3.17.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.                   │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: File name: 'Marr.Data, Version=3.17.0.0, Culture=neutral,                   │
│ PublicKeyToken=null'                                                                                              │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: System.IO.FileNotFoundException: Could not load file or assembly            │
│ 'Marr.Data, Version=3.17.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.                   │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: File name: 'Marr.Data, Version=3.17.0.0, Culture=neutral,                   │
│ PublicKeyToken=null'                                                                                              │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: System.IO.FileNotFoundException: Could not load file or assembly            │
│ 'Marr.Data, Version=3.17.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.                   │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: File name: 'Marr.Data, Version=3.17.0.0, Culture=neutral,                   │
│ PublicKeyToken=null'                                                                                              │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: System.IO.FileNotFoundException: Could not load file or assembly            │
│ 'Marr.Data, Version=3.17.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.                   │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: File name: 'Marr.Data, Version=3.17.0.0, Culture=neutral,                   │
│ PublicKeyToken=null'                                                                                              │
│ Jun 27 23:42:45 DietPi Sonarr[12084]: Press enter to exit...

Any help would be appreciated. I have already done dietpi-update and dietpi-software reinstall 144

Hi,

this looks like Mono error messages. You could try to reinstall mono

apt install --reinstall mono-runtime mono-complete

No change with Mono reinstall, exact same error.

maybe you can open an issue with Sonarr to check what this issue is about https://github.com/Sonarr/Sonarr/issues

I ended up restoring from Dietpi-backup, manually copying my backed up sonarr configs to a safe place, uninstalling sonarr, installing sonarr, and restoring from back backup configs.

luckily you had a backup. Good it is working now.