Sonarr Fails with what looks like a Nancy issue

Sonarr version (exact version): 2.0.0.5252
Mono version (if Sonarr is not running on Windows): 5.16.0.179
OS: Ubuntu 18.04.1
Debug logs: https://pastebin.com/WUDTZ3Fq
Description of issue: Recently updated server and found that Sonarr was dying briefly after startup. Ran it in debug mode and found that it was producing a fatal error shortly after attempting to start the web server.

Specific Error Message:
(see line 10 in link above for start of error.)
[Fatal] ConsoleApp: EPIC FAIL!
[v2.0.0.5252] System.InvalidOperationException: Something went wrong when trying to satisfy one of the dependencies during composition, make sure that you’ve registered all new dependencies in the container and inspect the innerexception for more details. —> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.NancyEngine —> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.DefaultRequestDispatcher —> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.DefaultRouteResolver —> TinyIoC.TinyIoCResolutionException: Unable to resolve type: Nancy.Routing.RouteCache —> TinyIoC.TinyIoCResolutionException: Unable to resolve type: NzbDrone.Api.Commands.CommandModule —> System.ArgumentException: Invalid value ‘0’ for parameter ‘interval’.

Including upgrading mono?

Try downgrading mono, we’ve seen a few reports with 5.16.

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