I have downloaded the latest version from the Sonarr site, Ran the exe as admin, checked the install as service, and this is the log I get from the DOS window - can any help please?
[Info] Bootstrap: Starting Sonarr - C:\ProgramData\NzbDrone\bin\nzbdrone.console.exe - Version 2.0.0.3732
[Info] MigrationLogger: *** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** 43: convert_config_to_download_clients migrating ***
[Debug] MigrationLogger: Beginning Transaction
[Info] convert_config_to_download_clients: Starting migration to 43
[Debug] MigrationLogger: PerformDBOperation
[Debug] MigrationLogger: Performing DB Operation
[Error] MigrationLogger: Input string was not in a correct format.
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType)
at NzbDrone.Core.Datastore.Migration.convert_config_to_download_clients.GetConfigValue[T](Dictionary2 config, String key, T defaultValue) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\043_convert_config_to_download_clients.cs:line 109 at NzbDrone.Core.Datastore.Migration.convert_config_to_download_clients.ConvertToThingyProvder(IDbConnection conn, IDbTransaction tran) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\043_convert_config_to_download_clients.cs:line 50 at FluentMigrator.Runner.Processors.SQLite.SqliteProcessor.Process(PerformDBOperationExpression expression) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SqliteProcessor.cs:line 113 at FluentMigrator.Builders.Execute.PerformDBOperationExpression.ExecuteWith(IMigrationProcessor processor) in c:\Community\schambers\fluentmigrator\src\FluentMigrator\Builders\Execute\ExecuteExpressionRoot.cs:line 67 at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass18.<ExecuteExpressions>b__15() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 402 at FluentMigrator.Runner.StopWatch.Time(Action action) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\StopWatch.cs:line 57 at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection
1 expressions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 402
[Debug] MigrationLogger: Rolling back transaction
[Fatal] ConsoleApp: EPIC FAIL!
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType)
at NzbDrone.Core.Datastore.Migration.convert_config_to_download_clients.GetConfigValue[T](Dictionary2 config, String key, T defaultValue) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\043_convert_config_to_download_clients.cs:line 109 at NzbDrone.Core.Datastore.Migration.convert_config_to_download_clients.ConvertToThingyProvder(IDbConnection conn, IDbTransaction tran) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\043_convert_config_to_download_clients.cs:line 50 at FluentMigrator.Runner.Processors.SQLite.SqliteProcessor.Process(PerformDBOperationExpression expression) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\Processors\SQLite\SqliteProcessor.cs:line 113 at FluentMigrator.Builders.Execute.PerformDBOperationExpression.ExecuteWith(IMigrationProcessor processor) in c:\Community\schambers\fluentmigrator\src\FluentMigrator\Builders\Execute\ExecuteExpressionRoot.cs:line 67 at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass18.<ExecuteExpressions>b__15() in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 402 at FluentMigrator.Runner.StopWatch.Time(Action action) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\StopWatch.cs:line 57 at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection
1 expressions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 415
at FluentMigrator.Runner.MigrationRunner.ExecuteMigration(IMigration migration, Action2 getExpressions) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 371 at FluentMigrator.Runner.MigrationRunner.ApplyMigrationUp(IMigrationInfo migrationInfo, Boolean useTransaction) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 245 at FluentMigrator.Runner.MigrationRunner.MigrateUp(Boolean useAutomaticTransactionManagement) in c:\Community\schambers\fluentmigrator\src\FluentMigrator.Runner\MigrationRunner.cs:line 120 at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.MigrateToLatest(String connectionString, MigrationType migrationType, Action
1 beforeMigration) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:line 41
at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType, Action1 beforeMigration) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 69 at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase(IContainer container) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Datastore\DbFactory.cs:line 31 at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 69 at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action
1 startCallback) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Host\Bootstrap.cs:line 38
at NzbDrone.Console.ConsoleApp.Main(String[] args) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Console\ConsoleApp.cs:line 20
Press any key to exit…