Guest User

Untitled

a guest
Mar 9th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/Sonarr.exe - Version 3.0.5.1144
  2. [Info] AppFolderInfo: Data directory is being overridden to [/opt/configs/sonarr]
  3. [Info] Router: Application mode: Interactive
  4. [Info] MigrationLogger: *** Migrating data source=/opt/configs/sonarr/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  5. [Info] MigrationLogger: *** Migrating data source=/opt/configs/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
  6. [Info] OwinHostController: Listening on the following URLs:
  7. [Info] OwinHostController: http://*:8989/tv/
  8. [Info] OwinHostController: http://*:8989/
  9.  
  10.  
  11. [Fatal] ConsoleApp: EPIC FAIL!
  12.  
  13. [v3.0.5.1144] System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
  14. Could not resolve type with token 01000135 from typeref (expected class 'Nancy.Security.IUserIdentity' in assembly 'Nancy, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null')
  15. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  16. at System.Reflection.RuntimeAssembly.GetExportedTypes () [0x00000] in <533173d24dae460899d2b10975534bb0>:0
  17. at Nancy.Extensions.AssemblyExtensions.SafeGetExportedTypes (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  18. at Nancy.DefaultTypeCatalog+<>c.<GetTypesAssignableTo>b__4_0 (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  19. at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <5b415632df1f4365ae2242b1a257bb5b>:0
  20. at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <5b415632df1f4365ae2242b1a257bb5b>:0
  21. at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <5b415632df1f4365ae2242b1a257bb5b>:0
  22. at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type) [0x00065] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  23. at Nancy.DefaultTypeCatalog+<>c__DisplayClass3_0.<GetTypesAssignableTo>b__0 (System.Type t) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  24. at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <533173d24dae460899d2b10975534bb0>:0
  25. at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type, Nancy.TypeResolveStrategy strategy) [0x00014] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  26. at Nancy.TypeCatalogExtensions.GetTypesAssignableTo[TType] (Nancy.ITypeCatalog typeCatalog) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  27. at Nancy.Bootstrapper.NancyInternalConfiguration+<>c.<get_Default>b__1_0 (Nancy.ITypeCatalog typeCatalog) [0x00056] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  28. at Nancy.Bootstrapper.NancyInternalConfiguration+<>c__DisplayClass188_0.<WithOverrides>b__0 (Nancy.ITypeCatalog catalog) [0x00005] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  29. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].GetInitializedInternalConfiguration () [0x00017] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  30. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].Initialise () [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  31. at Nancy.Owin.NancyMiddleware.UseNancy (Nancy.Owin.NancyOptions options) [0x0002c] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  32. at Owin.AppBuilderExtensions.UseNancy (Owin.IAppBuilder builder, Nancy.Owin.NancyOptions options) [0x00012] in <b93b726fd93f439f882ff4ac1e2a6fad>:0
  33. at NzbDrone.Host.Owin.MiddleWare.NancyMiddleWare.Attach (Owin.IAppBuilder appBuilder) [0x00037] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  34. at NzbDrone.Host.Owin.OwinAppFactory.BuildApp (Owin.IAppBuilder appBuilder) [0x00069] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  35. at Microsoft.Owin.Hosting.Engine.HostingEngine.ResolveApp (Microsoft.Owin.Hosting.Engine.StartContext context) [0x000dc] in <5b0de58b30614220898429847dbda03a>:0
  36. at Microsoft.Owin.Hosting.Engine.HostingEngine.Start (Microsoft.Owin.Hosting.Engine.StartContext context) [0x00059] in <5b0de58b30614220898429847dbda03a>:0
  37. at NzbDrone.Host.Owin.OwinAppFactory.CreateApp (System.Collections.Generic.List`1[T] urls) [0x00050] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  38. at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x00073] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  39. at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00065] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  40. at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  41. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00047] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  42. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  43. at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00036] in <ddd5a4f022354f4ba52e4b7b1967b2f9>:0
  44. System.TypeLoadException: Could not resolve type with token 01000135 from typeref (expected class 'Nancy.Security.IUserIdentity' in assembly 'Nancy, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null')
  45.  
  46. EPIC FAIL! System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
  47. Could not resolve type with token 01000135 from typeref (expected class 'Nancy.Security.IUserIdentity' in assembly 'Nancy, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null')
  48. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
  49. at System.Reflection.RuntimeAssembly.GetExportedTypes () [0x00000] in <533173d24dae460899d2b10975534bb0>:0
  50. at Nancy.Extensions.AssemblyExtensions.SafeGetExportedTypes (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  51. at Nancy.DefaultTypeCatalog+<>c.<GetTypesAssignableTo>b__4_0 (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  52. at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <5b415632df1f4365ae2242b1a257bb5b>:0
  53. at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <5b415632df1f4365ae2242b1a257bb5b>:0
  54. at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <5b415632df1f4365ae2242b1a257bb5b>:0
  55. at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type) [0x00065] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  56. at Nancy.DefaultTypeCatalog+<>c__DisplayClass3_0.<GetTypesAssignableTo>b__0 (System.Type t) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  57. at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <533173d24dae460899d2b10975534bb0>:0
  58. at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type, Nancy.TypeResolveStrategy strategy) [0x00014] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  59. at Nancy.TypeCatalogExtensions.GetTypesAssignableTo[TType] (Nancy.ITypeCatalog typeCatalog) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  60. at Nancy.Bootstrapper.NancyInternalConfiguration+<>c.<get_Default>b__1_0 (Nancy.ITypeCatalog typeCatalog) [0x00056] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  61. at Nancy.Bootstrapper.NancyInternalConfiguration+<>c__DisplayClass188_0.<WithOverrides>b__0 (Nancy.ITypeCatalog catalog) [0x00005] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  62. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].GetInitializedInternalConfiguration () [0x00017] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  63. at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].Initialise () [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  64. at Nancy.Owin.NancyMiddleware.UseNancy (Nancy.Owin.NancyOptions options) [0x0002c] in <e31b230dbd29407fadcc55713e0bbd0f>:0
  65. at Owin.AppBuilderExtensions.UseNancy (Owin.IAppBuilder builder, Nancy.Owin.NancyOptions options) [0x00012] in <b93b726fd93f439f882ff4ac1e2a6fad>:0
  66. at NzbDrone.Host.Owin.MiddleWare.NancyMiddleWare.Attach (Owin.IAppBuilder appBuilder) [0x00037] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  67. at NzbDrone.Host.Owin.OwinAppFactory.BuildApp (Owin.IAppBuilder appBuilder) [0x00069] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  68. at Microsoft.Owin.Hosting.Engine.HostingEngine.ResolveApp (Microsoft.Owin.Hosting.Engine.StartContext context) [0x000dc] in <5b0de58b30614220898429847dbda03a>:0
  69. at Microsoft.Owin.Hosting.Engine.HostingEngine.Start (Microsoft.Owin.Hosting.Engine.StartContext context) [0x00059] in <5b0de58b30614220898429847dbda03a>:0
  70. at NzbDrone.Host.Owin.OwinAppFactory.CreateApp (System.Collections.Generic.List`1[T] urls) [0x00050] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  71. at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x00073] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  72. at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00065] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  73. at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  74. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00047] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  75. at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
  76. at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00036] in <ddd5a4f022354f4ba52e4b7b1967b2f9>:0
  77. System.TypeLoadException: Could not resolve type with token 01000135 from typeref (expected class 'Nancy.Security.IUserIdentity' in assembly 'Nancy, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null')
  78. Press enter to exit...
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment