Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrueNAS 12.2 Jackett crashing at start #10908

Closed
FlyingPersian opened this issue Jan 23, 2021 · 2 comments
Closed

TrueNAS 12.2 Jackett crashing at start #10908

FlyingPersian opened this issue Jan 23, 2021 · 2 comments

Comments

@FlyingPersian
Copy link

FlyingPersian commented Jan 23, 2021

Environment

OS: TrueNAS 12.2 Jail

.Net Runtime: [.Net-Core/.Net-Framework/Mono 5.10.1.57]

.Net Version:

Jackett Version: v0.16.2142.0

Last Working Jackett Version: fresh install

Are you using a proxy or VPN? no

Description

I installed jackett following this tutorial:

https://digimoot.wordpress.com/2019/10/13/freenas-jackett-manual-install/

Upon starting, jackett crashes and I get the erros seen in the log below.

Logged Error Messages

2021-01-23 16:16:50.6285 Info Starting Jackett v0.16.2142.0
2021-01-23 16:16:50.6814 Info Jackett Data will be stored in: /usr/local/jackett
2021-01-23 16:16:51.3383 Info Environment version: 4.0.30319.42000 (/usr/local/lib/mono/4.5)
2021-01-23 16:16:51.3383 Info OS version: Unix 12.2.2.0 (64bit OS) (64bit process)
2021-01-23 16:16:51.3389 Info Jackett variant: Mono
2021-01-23 16:16:51.3389 Info Running in Docker: No
2021-01-23 16:16:51.3398 Info ThreadPool MaxThreads: 200 workerThreads, 200 completionPortThreads
2021-01-23 16:16:51.3398 Info App config/log directory: /usr/local/jackett
2021-01-23 16:16:51.3398 Info Using proxy: Disabled
2021-01-23 16:16:51.3398 Info Mono version: 5.10.1.57 (5.10.1.57 Tue Jan  5 15:05:07 UTC 2021)
2021-01-23 16:16:51.4176 Info TrustedRootCertificates count: 148
2021-01-23 16:16:51.6657 Info Using HTTP Client: HttpWebClient
2021-01-23 16:16:51.6689 Info Loading Native indexers ...
2021-01-23 16:16:51.8162 Info Loaded 99 Native indexers: 
2021-01-23 16:16:51.8178 Info Loading Cardigann indexers from: /usr/local/jackett/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /usr/local/share/jackett/Definitions
2021-01-23 16:16:54.2324 Info Loaded 445 Cardigann indexers: 
2021-01-23 16:16:54.2330 Info Loaded 544 indexers in total
2021-01-23 16:16:54.2330 Info Adding aggregate indexer ('all' indexer) ...
2021-01-23 16:16:54.4876 Fatal Application startup exception Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler -> Microsoft.AspNetCore.Mvc.Internal.ActionInvokerFactory -> λ:Microsoft.AspNetCore.Mvc.Abstractions.IActionInvokerProvider[] -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerProvider -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerCache -> Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(IEnumerable`1, IEnumerable`1)' on type 'DefaultActionDescriptorCollectionProvider'. ---> System.IO.IOException: kevent() error at initial event registration, error code = '22'
  at System.IO.KqueueMonitor.Start () [0x0009f] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.KeventWatcher.StartDispatching (System.IO.FileSystemWatcher fsw) [0x00033] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.Start () [0x00000] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.set_EnableRaisingEvents (System.Boolean value) [0x00014] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher.set_EnableRaisingEvents(bool)
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher () [0x00038] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken (System.String filter) [0x00033] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch (System.String filter) [0x00024] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.AspNetCore.Mvc.RazorPages.Internal.PageActionDescriptorChangeProvider.GetChangeToken () [0x00029] in <8246f26c6c11487f9fe93c9a8fb2c1bc>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.GetCompositeChangeToken () [0x0000b] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.Extensions.Primitives.ChangeToken+ChangeTokenRegistration`1[TState]..ctor (System.Func`1[TResult] changeTokenProducer, System.Action`1[T] changeTokenConsumer, System.Action state) [0x0001b] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.Extensions.Primitives.ChangeToken.OnChange (System.Func`1[TResult] changeTokenProducer, System.Action changeTokenConsumer) [0x0001c] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider..ctor (System.Collections.Generic.IEnumerable`1[T] actionDescriptorProviders, System.Collections.Generic.IEnumerable`1[T] actionDescriptorChangeProviders) [0x0004d] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x00086] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x000f2] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance (Autofac.IComponentContext context, System.Collections.Generic.IEnumerable`1[T] parameters) [0x000ac] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x0002b] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x00061] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0 () [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid id, System.Func`1[TResult] creator) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid primaryId, System.Nullable`1[T] qualifyingId, System.Func`1[TResult] creator) [0x00017] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.Execute () [0x000df] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance (Autofac.Core.ISharingLifetimeScope currentOperationScope, Autofac.ResolveRequest request) [0x00075] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.Execute (Autofac.ResolveRequest request) [0x00015] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent (Autofac.ResolveRequest request) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Container.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.TryResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters, System.Object& instance) [0x0002d] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.ResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00030] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService (System.Type serviceType) [0x00000] in <16a35dbb7431401d8dbe5b3f3333870c>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService (System.IServiceProvider provider, System.Type serviceType) [0x0002c] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T] (System.IServiceProvider provider) [0x0000e] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.Action`1[T] configureRoutes) [0x00190] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x0000e] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Jackett.Server.Startup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Hosting.IHostingEnvironment env, Microsoft.AspNetCore.Hosting.IApplicationLifetime applicationLifetime) [0x000e7] in <275e63041f42414cb7fca0215e08b220>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <0e06830de9a44394a7e366951eabca52>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00027] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Mvc.Internal.MiddlewareFilterBuilderStartupFilter+<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x00016] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.HostFilteringStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00007] in <96ee8d1b889d4f26b7bd4cc3f07ca395>:0
  at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x0000c] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication () [0x0008b] in <127e718ac42e4542a71b54cec3ef156b>:0
2021-01-23 16:16:54.4876 Fatal Application startup exception Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler -> Microsoft.AspNetCore.Mvc.Internal.ActionInvokerFactory -> λ:Microsoft.AspNetCore.Mvc.Abstractions.IActionInvokerProvider[] -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerProvider -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerCache -> Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(IEnumerable`1, IEnumerable`1)' on type 'DefaultActionDescriptorCollectionProvider'. ---> System.IO.IOException: kevent() error at initial event registration, error code = '22'
  at System.IO.KqueueMonitor.Start () [0x0009f] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.KeventWatcher.StartDispatching (System.IO.FileSystemWatcher fsw) [0x00033] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.Start () [0x00000] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.set_EnableRaisingEvents (System.Boolean value) [0x00014] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher.set_EnableRaisingEvents(bool)
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher () [0x00038] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken (System.String filter) [0x00033] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch (System.String filter) [0x00024] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.AspNetCore.Mvc.RazorPages.Internal.PageActionDescriptorChangeProvider.GetChangeToken () [0x00029] in <8246f26c6c11487f9fe93c9a8fb2c1bc>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.GetCompositeChangeToken () [0x0000b] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.Extensions.Primitives.ChangeToken+ChangeTokenRegistration`1[TState]..ctor (System.Func`1[TResult] changeTokenProducer, System.Action`1[T] changeTokenConsumer, System.Action state) [0x0001b] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.Extensions.Primitives.ChangeToken.OnChange (System.Func`1[TResult] changeTokenProducer, System.Action changeTokenConsumer) [0x0001c] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider..ctor (System.Collections.Generic.IEnumerable`1[T] actionDescriptorProviders, System.Collections.Generic.IEnumerable`1[T] actionDescriptorChangeProviders) [0x0004d] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x00086] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x000f2] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance (Autofac.IComponentContext context, System.Collections.Generic.IEnumerable`1[T] parameters) [0x000ac] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x0002b] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x00061] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0 () [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid id, System.Func`1[TResult] creator) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid primaryId, System.Nullable`1[T] qualifyingId, System.Func`1[TResult] creator) [0x00017] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.Execute () [0x000df] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance (Autofac.Core.ISharingLifetimeScope currentOperationScope, Autofac.ResolveRequest request) [0x00075] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.Execute (Autofac.ResolveRequest request) [0x00015] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent (Autofac.ResolveRequest request) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Container.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.TryResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters, System.Object& instance) [0x0002d] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.ResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00030] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService (System.Type serviceType) [0x00000] in <16a35dbb7431401d8dbe5b3f3333870c>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService (System.IServiceProvider provider, System.Type serviceType) [0x0002c] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T] (System.IServiceProvider provider) [0x0000e] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.Action`1[T] configureRoutes) [0x00190] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x0000e] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Jackett.Server.Startup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Hosting.IHostingEnvironment env, Microsoft.AspNetCore.Hosting.IApplicationLifetime applicationLifetime) [0x000e7] in <275e63041f42414cb7fca0215e08b220>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <0e06830de9a44394a7e366951eabca52>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00027] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Mvc.Internal.MiddlewareFilterBuilderStartupFilter+<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x00016] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.HostFilteringStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00007] in <96ee8d1b889d4f26b7bd4cc3f07ca395>:0
  at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x0000c] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication () [0x0008b] in <127e718ac42e4542a71b54cec3ef156b>:0
2021-01-23 16:16:54.5177 Error Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler -> Microsoft.AspNetCore.Mvc.Internal.ActionInvokerFactory -> λ:Microsoft.AspNetCore.Mvc.Abstractions.IActionInvokerProvider[] -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerProvider -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerCache -> Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(IEnumerable`1, IEnumerable`1)' on type 'DefaultActionDescriptorCollectionProvider'. ---> System.IO.IOException: kevent() error at initial event registration, error code = '22'
  at System.IO.KqueueMonitor.Start () [0x0009f] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.KeventWatcher.StartDispatching (System.IO.FileSystemWatcher fsw) [0x00033] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.Start () [0x00000] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.set_EnableRaisingEvents (System.Boolean value) [0x00014] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher.set_EnableRaisingEvents(bool)
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher () [0x00038] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken (System.String filter) [0x00033] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch (System.String filter) [0x00024] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.AspNetCore.Mvc.RazorPages.Internal.PageActionDescriptorChangeProvider.GetChangeToken () [0x00029] in <8246f26c6c11487f9fe93c9a8fb2c1bc>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.GetCompositeChangeToken () [0x0000b] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.Extensions.Primitives.ChangeToken+ChangeTokenRegistration`1[TState]..ctor (System.Func`1[TResult] changeTokenProducer, System.Action`1[T] changeTokenConsumer, System.Action state) [0x0001b] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.Extensions.Primitives.ChangeToken.OnChange (System.Func`1[TResult] changeTokenProducer, System.Action changeTokenConsumer) [0x0001c] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider..ctor (System.Collections.Generic.IEnumerable`1[T] actionDescriptorProviders, System.Collections.Generic.IEnumerable`1[T] actionDescriptorChangeProviders) [0x0004d] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x00086] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x000f2] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance (Autofac.IComponentContext context, System.Collections.Generic.IEnumerable`1[T] parameters) [0x000ac] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x0002b] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x00061] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0 () [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid id, System.Func`1[TResult] creator) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid primaryId, System.Nullable`1[T] qualifyingId, System.Func`1[TResult] creator) [0x00017] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.Execute () [0x000df] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance (Autofac.Core.ISharingLifetimeScope currentOperationScope, Autofac.ResolveRequest request) [0x00075] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.Execute (Autofac.ResolveRequest request) [0x00015] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent (Autofac.ResolveRequest request) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Container.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.TryResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters, System.Object& instance) [0x0002d] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.ResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00030] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService (System.Type serviceType) [0x00000] in <16a35dbb7431401d8dbe5b3f3333870c>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService (System.IServiceProvider provider, System.Type serviceType) [0x0002c] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T] (System.IServiceProvider provider) [0x0000e] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.Action`1[T] configureRoutes) [0x00190] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x0000e] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Jackett.Server.Startup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Hosting.IHostingEnvironment env, Microsoft.AspNetCore.Hosting.IApplicationLifetime applicationLifetime) [0x000e7] in <275e63041f42414cb7fca0215e08b220>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <0e06830de9a44394a7e366951eabca52>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00027] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Mvc.Internal.MiddlewareFilterBuilderStartupFilter+<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x00016] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.HostFilteringStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00007] in <96ee8d1b889d4f26b7bd4cc3f07ca395>:0
  at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x0000c] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication () [0x000e5] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost+<StartAsync>d__26.MoveNext () [0x00041] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions+<RunAsync>d__5.MoveNext () [0x00081] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions+<RunAsync>d__4.MoveNext () [0x0014a] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions.Run (Microsoft.AspNetCore.Hosting.IWebHost host) [0x00015] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Jackett.Server.Program.Main (System.String[] args) [0x002cb] in <275e63041f42414cb7fca0215e08b220>:0  Autofac.Core.DependencyResolutionException: An exception was thrown while activating Microsoft.AspNetCore.Mvc.Internal.MvcRouteHandler -> Microsoft.AspNetCore.Mvc.Internal.ActionInvokerFactory -> λ:Microsoft.AspNetCore.Mvc.Abstractions.IActionInvokerProvider[] -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerProvider -> Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvokerCache -> Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(IEnumerable`1, IEnumerable`1)' on type 'DefaultActionDescriptorCollectionProvider'. ---> System.IO.IOException: kevent() error at initial event registration, error code = '22'
  at System.IO.KqueueMonitor.Start () [0x0009f] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.KeventWatcher.StartDispatching (System.IO.FileSystemWatcher fsw) [0x00033] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.Start () [0x00000] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at System.IO.FileSystemWatcher.set_EnableRaisingEvents (System.Boolean value) [0x00014] in <b3922b7d60404fa9ae645f1fb97f5b6b>:0
  at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher.set_EnableRaisingEvents(bool)
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher () [0x00038] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken (System.String filter) [0x00033] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch (System.String filter) [0x00024] in <09eece63ae304250b9ea1428a3dd9267>:0
  at Microsoft.AspNetCore.Mvc.RazorPages.Internal.PageActionDescriptorChangeProvider.GetChangeToken () [0x00029] in <8246f26c6c11487f9fe93c9a8fb2c1bc>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider.GetCompositeChangeToken () [0x0000b] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.Extensions.Primitives.ChangeToken+ChangeTokenRegistration`1[TState]..ctor (System.Func`1[TResult] changeTokenProducer, System.Action`1[T] changeTokenConsumer, System.Action state) [0x0001b] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.Extensions.Primitives.ChangeToken.OnChange (System.Func`1[TResult] changeTokenProducer, System.Action changeTokenConsumer) [0x0001c] in <97f0d19692814addbf5c68ee1e08ab82>:0
  at Microsoft.AspNetCore.Mvc.Infrastructure.DefaultActionDescriptorCollectionProvider..ctor (System.Collections.Generic.IEnumerable`1[T] actionDescriptorProviders, System.Collections.Generic.IEnumerable`1[T] actionDescriptorChangeProviders) [0x0004d] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object[])
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x00086] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate () [0x000f2] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance (Autofac.IComponentContext context, System.Collections.Generic.IEnumerable`1[T] parameters) [0x000ac] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x0002b] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
   --- End of inner exception stack trace ---
  at Autofac.Core.Resolving.InstanceLookup.CreateInstance (System.Collections.Generic.IEnumerable`1[T] parameters) [0x00061] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0 () [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid id, System.Func`1[TResult] creator) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance (System.Guid primaryId, System.Nullable`1[T] qualifyingId, System.Func`1[TResult] creator) [0x00017] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.InstanceLookup.Execute () [0x000df] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance (Autofac.Core.ISharingLifetimeScope currentOperationScope, Autofac.ResolveRequest request) [0x00075] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Resolving.ResolveOperation.Execute (Autofac.ResolveRequest request) [0x00015] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent (Autofac.ResolveRequest request) [0x00033] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Core.Container.ResolveComponent (Autofac.ResolveRequest request) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.TryResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters, System.Object& instance) [0x0002d] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.ResolveService (Autofac.IComponentContext context, Autofac.Core.Service service, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00030] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType, System.Collections.Generic.IEnumerable`1[T] parameters) [0x00007] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.ResolutionExtensions.Resolve (Autofac.IComponentContext context, System.Type serviceType) [0x00000] in <0e43922c38cb4505ab27fe9ce1207b2d>:0
  at Autofac.Extensions.DependencyInjection.AutofacServiceProvider.GetRequiredService (System.Type serviceType) [0x00000] in <16a35dbb7431401d8dbe5b3f3333870c>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService (System.IServiceProvider provider, System.Type serviceType) [0x0002c] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T] (System.IServiceProvider provider) [0x0000e] in <32c7da0bde3e4433b1fa3a6000248638>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.Action`1[T] configureRoutes) [0x00190] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.Builder.MvcApplicationBuilderExtensions.UseMvc (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x0000e] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Jackett.Server.Startup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Hosting.IHostingEnvironment env, Microsoft.AspNetCore.Hosting.IApplicationLifetime applicationLifetime) [0x000e7] in <275e63041f42414cb7fca0215e08b220>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <0e06830de9a44394a7e366951eabca52>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00027] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Mvc.Internal.MiddlewareFilterBuilderStartupFilter+<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x00016] in <b4ef600f4a594fe2865a8f97f915fb9d>:0
  at Microsoft.AspNetCore.HostFilteringStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder app) [0x00007] in <96ee8d1b889d4f26b7bd4cc3f07ca395>:0
  at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter+<>c__DisplayClass0_0.<Configure>b__0 (Microsoft.AspNetCore.Builder.IApplicationBuilder builder) [0x0000c] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication () [0x000e5] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Microsoft.AspNetCore.Hosting.Internal.WebHost+<StartAsync>d__26.MoveNext () [0x00041] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions+<RunAsync>d__5.MoveNext () [0x00081] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions+<RunAsync>d__4.MoveNext () [0x0014a] in <127e718ac42e4542a71b54cec3ef156b>:0
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0
  at Microsoft.AspNetCore.Hosting.WebHostExtensions.Run (Microsoft.AspNetCore.Hosting.IWebHost host) [0x00015] in <127e718ac42e4542a71b54cec3ef156b>:0
  at Jackett.Server.Program.Main (System.String[] args) [0x002cb] in <275e63041f42414cb7fca0215e08b220>:0
@ilike2burnthing
Copy link
Contributor

ilike2burnthing commented Jan 23, 2021

Latest Jackett release - https://github.com/Jackett/Jackett/releases/download/v0.17.348/Jackett.Binaries.Mono.tar.gz (for future viewers of this issue, releases can be found here https://github.com/Jackett/Jackett/releases)

The problem seems to be related to using an old mono version though, so you need to update it as well.

Let me know if that helps.

@krin-san
Copy link
Contributor

krin-san commented Jan 27, 2021

Install v0.17.383 (or latest) manually, run pkg install -y mono6.8 and problem solved. Tried with mono5.20 before mono6.8 but kept getting the same exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants