Skip to content

[BUG] Fatal error. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. #323

@canadaleks

Description

@canadaleks

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

In the latest docker image released on Dec 19 (4.0.16.2944-ls300), Sonarr app is failing to start successfully. Reverting to 4.0.16.2944-ls299 works fine.

Expected Behavior

Sonarr app starts successfully and can be accessed via web.

Steps To Reproduce

  1. Update existing sonarr docker image to latest (4.0.16.2944-ls300)
  2. Start container with new image
  3. Attempt to open sonarr web

Environment

- OS: macOS Tahoe (Docker)
- How docker service was installed: Docker Desktop for Mac

CPU architecture

arm64

Docker creation

sonarr:
    image: lscr.io/linuxserver/sonarr:latest
    container_name: sonarr
    restart: always
    network_mode: "service:gluetun"
    environment:
      PUID: $PUID
      PGID: $PGID
      TZ: $TZ
    volumes:
      - $DOCKERDIR/sonarr/config:/config
      - $MEDIAVOL/tv:/media/tv
      - $MEDIADLVOL:/downloads

Container logs

───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
Sonarr: https://sonarr.tv/donate

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.0.16.2944-ls300
Build-date: 2025-12-19T23:37:17+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.16.2944 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Debug] Bootstrap: Console selected 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] MigrationController: *** Migrating data source=/config/sonarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0196925s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0206513s 
[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0015227s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0018759s 
[Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8989 
[Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
[Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
[Info] Microsoft.Hosting.Lifetime: Content root path: /app/sonarr/bin 
Fatal error. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
   at System.Net.NetEventSource..cctor()
   at System.Net.Http.HttpMessageHandler..ctor()
   at System.Net.Http.SocketsHttpHandler..ctor()
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.CreateHttpClient(NzbDrone.Common.Http.Proxy.HttpProxySettings)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<>c__DisplayClass13_0.<GetClient>b__0()
   at NzbDrone.Common.Cache.Cached`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Get(System.String, System.Func`1<System.__Canon>, System.Nullable`1<System.TimeSpan>)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(NzbDrone.Common.Http.HttpUri)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteAsync(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Common.Http.HttpClient.Execute(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Core.HealthCheck.ServerSideNotificationService.Check()
   at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(NzbDrone.Core.HealthCheck.IProvideHealthCheck)
   at System.Linq.Enumerable+SelectListIterator`2[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ToList()
   at System.Linq.Enumerable.ToList[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>)
   at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks()
   at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(NzbDrone.Core.Lifecycle.ApplicationStartedEvent)
   at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<PublishEvent>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task+<>c.<.cctor>b__272_0(System.Object)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
   at System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.16.2944 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Debug] Bootstrap: Console selected 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] MigrationController: *** Migrating data source=/config/sonarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0171337s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0180782s 
[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0013724s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0017112s 
[Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8989 
[Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
[Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
[Info] Microsoft.Hosting.Lifetime: Content root path: /app/sonarr/bin 
Fatal error. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
   at System.Net.NetEventSource..cctor()
   at System.Net.Http.HttpMessageHandler..ctor()
   at System.Net.Http.SocketsHttpHandler..ctor()
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.CreateHttpClient(NzbDrone.Common.Http.Proxy.HttpProxySettings)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<>c__DisplayClass13_0.<GetClient>b__0()
   at NzbDrone.Common.Cache.Cached`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Get(System.String, System.Func`1<System.__Canon>, System.Nullable`1<System.TimeSpan>)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(NzbDrone.Common.Http.HttpUri)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteAsync(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Common.Http.HttpClient.Execute(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Core.HealthCheck.ServerSideNotificationService.Check()
   at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(NzbDrone.Core.HealthCheck.IProvideHealthCheck)
   at System.Linq.Enumerable+SelectListIterator`2[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ToList()
   at System.Linq.Enumerable.ToList[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>)
   at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks()
   at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(NzbDrone.Core.Lifecycle.ApplicationStartedEvent)
   at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<PublishEvent>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task+<>c.<.cctor>b__272_0(System.Object)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
   at System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.16.2944 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Debug] Bootstrap: Console selected 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] MigrationController: *** Migrating data source=/config/sonarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0178307s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0188622s 
[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
[Info] DatabaseEngineVersionCheck: SQLite 3.49.2 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0014358s 
[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
[Info] FluentMigrator.Runner.MigrationRunner: => 0.0018021s 
[Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:8989 
[Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
[Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
[Info] Microsoft.Hosting.Lifetime: Content root path: /app/sonarr/bin 
Fatal error. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
   at System.Net.NetEventSource..cctor()
   at System.Net.Http.HttpMessageHandler..ctor()
   at System.Net.Http.SocketsHttpHandler..ctor()
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.CreateHttpClient(NzbDrone.Common.Http.Proxy.HttpProxySettings)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<>c__DisplayClass13_0.<GetClient>b__0()
   at NzbDrone.Common.Cache.Cached`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Get(System.String, System.Func`1<System.__Canon>, System.Nullable`1<System.TimeSpan>)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetClient(NzbDrone.Common.Http.HttpUri)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher+<GetResponseAsync>d__12, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<GetResponseAsync>d__12 ByRef)
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteRequestAsync>d__10, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteRequestAsync>d__10 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
   at NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Start[[NzbDrone.Common.Http.HttpClient+<ExecuteAsync>d__7, Sonarr.Common, Version=4.0.16.2944, Culture=neutral, PublicKeyToken=null]](<ExecuteAsync>d__7 ByRef)
   at NzbDrone.Common.Http.HttpClient.ExecuteAsync(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Common.Http.HttpClient.Execute(NzbDrone.Common.Http.HttpRequest)
   at NzbDrone.Core.HealthCheck.ServerSideNotificationService.Check()
   at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(NzbDrone.Core.HealthCheck.IProvideHealthCheck)
   at System.Linq.Enumerable+SelectListIterator`2[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].ToList()
   at System.Linq.Enumerable.ToList[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]](System.Collections.Generic.IEnumerable`1<System.__Canon>)
   at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks()
   at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(NzbDrone.Core.Lifecycle.ApplicationStartedEvent)
   at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<PublishEvent>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task+<>c.<.cctor>b__272_0(System.Object)
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
   at System.Threading.Tasks.Task.ExecuteEntryUnsafe(System.Threading.Thread)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr - Version 4.0.16.2944 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Debug] Bootstrap: Console selected 
[Info] AppFolderInfo: Data directory is being overridden to [/config] 
[Info] AppFolderInfo: Data directory is being overridden to [/config]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions