Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/Sonarr.exe - Version 3.0.5.1144
- [Info] AppFolderInfo: Data directory is being overridden to [/opt/configs/sonarr]
- [Info] Router: Application mode: Interactive
- [Info] MigrationLogger: *** Migrating data source=/opt/configs/sonarr/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
- [Info] MigrationLogger: *** Migrating data source=/opt/configs/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
- [Info] OwinHostController: Listening on the following URLs:
- [Info] OwinHostController: http://*:8989/tv/
- [Info] OwinHostController: http://*:8989/
- [Fatal] ConsoleApp: EPIC FAIL!
- [v3.0.5.1144] System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
- 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')
- at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
- at System.Reflection.RuntimeAssembly.GetExportedTypes () [0x00000] in <533173d24dae460899d2b10975534bb0>:0
- at Nancy.Extensions.AssemblyExtensions.SafeGetExportedTypes (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.DefaultTypeCatalog+<>c.<GetTypesAssignableTo>b__4_0 (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type) [0x00065] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.DefaultTypeCatalog+<>c__DisplayClass3_0.<GetTypesAssignableTo>b__0 (System.Type t) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <533173d24dae460899d2b10975534bb0>:0
- at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type, Nancy.TypeResolveStrategy strategy) [0x00014] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.TypeCatalogExtensions.GetTypesAssignableTo[TType] (Nancy.ITypeCatalog typeCatalog) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyInternalConfiguration+<>c.<get_Default>b__1_0 (Nancy.ITypeCatalog typeCatalog) [0x00056] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyInternalConfiguration+<>c__DisplayClass188_0.<WithOverrides>b__0 (Nancy.ITypeCatalog catalog) [0x00005] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].GetInitializedInternalConfiguration () [0x00017] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].Initialise () [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Owin.NancyMiddleware.UseNancy (Nancy.Owin.NancyOptions options) [0x0002c] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Owin.AppBuilderExtensions.UseNancy (Owin.IAppBuilder builder, Nancy.Owin.NancyOptions options) [0x00012] in <b93b726fd93f439f882ff4ac1e2a6fad>:0
- at NzbDrone.Host.Owin.MiddleWare.NancyMiddleWare.Attach (Owin.IAppBuilder appBuilder) [0x00037] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Owin.OwinAppFactory.BuildApp (Owin.IAppBuilder appBuilder) [0x00069] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at Microsoft.Owin.Hosting.Engine.HostingEngine.ResolveApp (Microsoft.Owin.Hosting.Engine.StartContext context) [0x000dc] in <5b0de58b30614220898429847dbda03a>:0
- at Microsoft.Owin.Hosting.Engine.HostingEngine.Start (Microsoft.Owin.Hosting.Engine.StartContext context) [0x00059] in <5b0de58b30614220898429847dbda03a>:0
- at NzbDrone.Host.Owin.OwinAppFactory.CreateApp (System.Collections.Generic.List`1[T] urls) [0x00050] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x00073] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00065] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00047] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00036] in <ddd5a4f022354f4ba52e4b7b1967b2f9>:0
- 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')
- EPIC FAIL! System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
- 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')
- at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
- at System.Reflection.RuntimeAssembly.GetExportedTypes () [0x00000] in <533173d24dae460899d2b10975534bb0>:0
- at Nancy.Extensions.AssemblyExtensions.SafeGetExportedTypes (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.DefaultTypeCatalog+<>c.<GetTypesAssignableTo>b__4_0 (System.Reflection.Assembly assembly) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].MoveNext () [0x00051] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToArray () [0x00033] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <5b415632df1f4365ae2242b1a257bb5b>:0
- at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type) [0x00065] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.DefaultTypeCatalog+<>c__DisplayClass3_0.<GetTypesAssignableTo>b__0 (System.Type t) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x00034] in <533173d24dae460899d2b10975534bb0>:0
- at Nancy.DefaultTypeCatalog.GetTypesAssignableTo (System.Type type, Nancy.TypeResolveStrategy strategy) [0x00014] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.TypeCatalogExtensions.GetTypesAssignableTo[TType] (Nancy.ITypeCatalog typeCatalog) [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyInternalConfiguration+<>c.<get_Default>b__1_0 (Nancy.ITypeCatalog typeCatalog) [0x00056] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyInternalConfiguration+<>c__DisplayClass188_0.<WithOverrides>b__0 (Nancy.ITypeCatalog catalog) [0x00005] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].GetInitializedInternalConfiguration () [0x00017] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Bootstrapper.NancyBootstrapperBase`1[TContainer].Initialise () [0x00000] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Nancy.Owin.NancyMiddleware.UseNancy (Nancy.Owin.NancyOptions options) [0x0002c] in <e31b230dbd29407fadcc55713e0bbd0f>:0
- at Owin.AppBuilderExtensions.UseNancy (Owin.IAppBuilder builder, Nancy.Owin.NancyOptions options) [0x00012] in <b93b726fd93f439f882ff4ac1e2a6fad>:0
- at NzbDrone.Host.Owin.MiddleWare.NancyMiddleWare.Attach (Owin.IAppBuilder appBuilder) [0x00037] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Owin.OwinAppFactory.BuildApp (Owin.IAppBuilder appBuilder) [0x00069] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at Microsoft.Owin.Hosting.Engine.HostingEngine.ResolveApp (Microsoft.Owin.Hosting.Engine.StartContext context) [0x000dc] in <5b0de58b30614220898429847dbda03a>:0
- at Microsoft.Owin.Hosting.Engine.HostingEngine.Start (Microsoft.Owin.Hosting.Engine.StartContext context) [0x00059] in <5b0de58b30614220898429847dbda03a>:0
- at NzbDrone.Host.Owin.OwinAppFactory.CreateApp (System.Collections.Generic.List`1[T] urls) [0x00050] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Owin.OwinHostController.StartServer () [0x00073] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.NzbDroneServiceFactory.Start () [0x00065] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Router.Route (NzbDrone.Host.ApplicationModes applicationModes) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x00047] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0007f] in <8a5f101a5342479bad56b0f3fcfd4d64>:0
- at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x00036] in <ddd5a4f022354f4ba52e4b7b1967b2f9>:0
- 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')
- Press enter to exit...
Advertisement
Add Comment
Please, Sign In to add comment