Why does my Sonarr keep crashing since 2 weeks ago?

Sonarr version (exact version): 3.0.9.1549
Mono version (if Sonarr is not running on Windows):
OS: Win11 22H1/2
Debug logs: PrivateBin
Description of issue: Sonarr keeps crashing just after I start the service manually. Weirdly it just started to do this a few weeks ago. Ran fine for years previously. Not really sure what may have changed. Upgraded to Win11 22H2 and issue still persists. Hope the above debug details help. Thanks in advance for direction on this. J

From the snippet, it looks like it cannot see your root folder

[v3.0.9.1549] System.IO.DirectoryNotFoundException: \ironmediacentre\f

If you’re running as a service, be aware of the following:

"A Windows Service runs even when the user is not logged in, but special care must be taken since Windows Services cannot access network drives (X:\ mapped drives or \server\share UNC paths) without special configuration steps.
Additionally the Windows Service runs under the ‘Local Service’ account, by default this account does not have permissions to access your user’s home directory unless permissions have been assigned manually. This is particularly relevant when using download clients that are configured to download to your home directory.
It’s therefore advisable to install Sonarr as a System Tray Application if the user can remain logged in. The option to do so is provided during the installer. "

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.