Sonarr stopped working on Ubuntu

OS: Ubuntu Server 14.04
Mono: 4.4.1 and 4.6.2 (updated after Sonarr stopped working)

All of a sudden Sonarr stopped working for me somewhere last night. Restarting doesn’t work and throws the same error.
I’ve also tried with removing my database (ofcourse after making a backup), but this leads to the same problem.

17-2-22 20:55:13.9|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
17-2-22 20:55:14.0|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
17-2-22 20:55:14.0|Debug|ProcessProvider| - [13423] NzbDrone
17-2-22 20:55:14.4|Info|MigrationLogger|*** Migrating data source=/home/computer/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-2-22 20:55:14.8|Debug|MigrationLogger|Took: 00:00:00.3785982
17-2-22 20:55:14.8|Info|MigrationLogger|*** Migrating data source=/home/computer/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-2-22 20:55:14.9|Debug|MigrationLogger|Took: 00:00:00.0579915
17-2-22 20:55:14.9|Info|Router|Application mode: Interactive
17-2-22 20:55:14.9|Debug|Router|Console selected
17-2-22 20:55:15.0|Fatal|ConsoleApp|EPIC FAIL!

[v2.0.0.4613] System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x0005e] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00014] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Int32.Parse (System.String s, System.IFormatProvider provider) [0x00008] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Convert.ToInt32 (System.String value) [0x0000e] in <8f2c484307284b51944a1a13a14c0266>:0
at NzbDrone.Core.Configuration.ConfigFileProvider.GetValueInt (System.String key, System.Int32 defaultValue) [0x0000e] in <1a123115ce924c0e8bc0fcbfb1d4964d>:0
at NzbDrone.Core.Configuration.ConfigFileProvider.get_SslPort () [0x00000] in <1a123115ce924c0e8bc0fcbfb1d4964d>:0
at NzbDrone.Host.AccessControl.UrlAclAdapter.ConfigureUrls () [0x0003e] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x0002a] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00037] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x00067] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00051] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00075] in <075134925563490c9f029e0262917d6a>:0
at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00013] in <839fbe5cf4504a7eb3cff35f3e104961>:0

Debug log: http://m.uploadedit.com/ba3s/1487797584550.txt

Looks like your SSLPort in the config file (config.xml) is not a valid number. The config file is in the same location as the database.

Thanks! That solved my problem. And I wouldn’t have thought of that, since I don’t use SSL locally.

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