Version 2.0.0.4689
Windows 10 Build 16170.rs_prerelease.170331-1532
((Debug logs)):
17-4-8 12:54:42.0|Info|Bootstrap|Starting Sonarr - C:\ProgramData\NzbDrone\bin\NzbDrone.exe - Version 2.0.0.4689
17-4-8 12:54:42.4|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-4-8 12:54:42.6|Info|MigrationLogger|*** Migrating data source=C:\ProgramData\NzbDrone\logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
17-4-8 12:54:42.8|Info|Router|Application mode: Interactive
17-4-8 12:54:42.8|Info|OwinHostController|Listening on the following URLs:
17-4-8 12:54:42.8|Info|OwinHostController| http://localhost:8989/
17-4-8 12:54:43.2|Info|NancyBootstrapper|Starting Web Server
17-4-8 12:54:44.3|Fatal|WindowsApp|EPIC FAIL
[v2.0.0.4689] NzbDrone.Host.Owin.PortInUseException: Port 8989 is already in use, please ensure NzbDrone is not already running. —> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.Net.HttpListenerException: Access is denied
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at Microsoft.Owin.Host.HttpListener.OwinHttpListener.Start(HttpListener listener, Func2 appFunc, IList
1 addresses, IDictionary2 capabilities, Func
2 loggerFactory)
at Microsoft.Owin.Host.HttpListener.OwinServerFactory.Create(Func2 app, IDictionary
2 properties)
— End of inner exception stack trace —
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.Create(IAppBuilder builder)
at Microsoft.Owin.Hosting.Engine.HostingEngine.StartServer(StartContext context)
at Microsoft.Owin.Hosting.Engine.HostingEngine.Start(StartContext context)
at NzbDrone.Host.Owin.OwinAppFactory.CreateApp(List1 urls) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Owin\OwinServiceProvider.cs:line 52 --- End of inner exception stack trace --- at NzbDrone.Host.Owin.OwinAppFactory.CreateApp(List
1 urls) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Owin\OwinServiceProvider.cs:line 63
at NzbDrone.Host.Owin.OwinHostController.StartServer() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Owin\OwinHostController.cs:line 53
at NzbDrone.Host.NzbDroneServiceFactory.Start() in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\ApplicationServer.cs:line 55
at NzbDrone.Host.Router.Route(ApplicationModes applicationModes) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Router.cs:line 38
at NzbDrone.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:line 74
at NzbDrone.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:line 40
at NzbDrone.WindowsApp.Main(String[] args) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone\WindowsApp.cs:line 23
17-4-8 13:02:14.6|Info|RssSyncService|Starting RSS Sync
17-4-8 13:02:15.9|Info|DownloadDecisionMaker|Processing 200 releases
17-4-8 13:02:16.8|Info|RssSyncService|RSS Sync Completed. Reports found: 200, Reports grabbed: 0
Can’t actually get Sonarr to start to check or set anything
Description of issue:
Sonarr was updated to this version either yesterday or the day before. Last night Windows 10 was updated to the version shown. This morning sonarr will not start - gets error message pop up
PortInUseException: Port 8989 is already in use, please ensure NzbDrone is not already running.
Something is definitely going on in the background though as three entries were just added to the log
Something is indeed running - there is a task in the task manager. The web browser cannot connect to anything though - get
Firefox can’t establish a connection to the server at localhost:8989.
Killing and restarting the process made no difference. Starting it as administrator made no difference. A reboot made no difference