Package Details: jackett 0.22.1249-1

Git Clone URL: https://aur.archlinux.org/jackett.git (read-only, click to copy)
Package Base: jackett
Description: Use many torrent trackers with software that supports torznab/potato feeds.
Upstream URL: https://github.com/Jackett/Jackett
Licenses: GPL-2.0-or-later
Submitter: bgiesing
Maintainer: txtsd
Last Packager: txtsd
Votes: 54
Popularity: 0.46
First Submitted: 2015-06-20 00:06 (UTC)
Last Updated: 2025-01-13 06:44 (UTC)

Dependencies (5)

Required by (31)

Sources (4)

Pinned Comments

fryfrog commented on 2021-10-02 17:27 (UTC) (edited on 2023-01-09 18:30 (UTC) by fryfrog)

See also jackett-mono for platforms w/o net5 and jackett-bin for pre-compiled binaries.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

fryfrog commented on 2020-08-20 14:39 (UTC)

@JP-Undercover, nothing about the package has changed for ages. It seems like you've uncovered a real issue, but my x86_64 installation is working fine. I don't have an aarch64 Arch install going, Arch Linux ARM doesn't have one that I've seen. Hop on Discord or /r/jackett and lets troubleshoot there. What does the mono version do?

oUndercover commented on 2020-08-20 13:27 (UTC) (edited on 2020-08-20 13:37 (UTC) by oUndercover)

The update before today's update broke jackett on my system. I tried installing jackett-mono from the AUR but it didn't fix it. Because I didn't really need it I decided to wait for the next update, which was yesterday, and it's still broken.

I've tried figuring it out by myself but I'm completly clueless on how to proceed. I haven't found anybody with the same issue on the github page so I imagine it might be a packaging problem?

My system:

  • Raspberry Pi 4B 1 GB RAM
  • armv8
  • Manjaro ARM (aarch64)
  • Kernel 5.4 LTS
  • Latest updates

Output from journalctl -u jackett in pastebin here. If for some reason it's unreachable here's a copy of the output:

Aug 20 14:09:04 UD-TinyPiNAS systemd[1]: Started Jackett Service.
Aug 20 14:09:09 UD-TinyPiNAS jackett[20008]: 08-20 14:09:09 Info Starting Jackett v0.16.1018.0
Aug 20 14:09:09 UD-TinyPiNAS jackett[20008]: 08-20 14:09:09 Info Jackett Data will be stored in: /var/lib/jackett
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]: 08-20 14:09:12 Error Autofac.Core.DependencyResolutionException: An exception was thrown while activating Jackett.Server.Services.ServerService -> Jackett.Common.Services.IndexerManagerService -> Jackett.Common.Utils.Clients.HttpWebClient2NetCore.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Jackett.Common.Services.Interfaces.IProcessService, NLog.Logger, Jackett.Common.Services.Interfaces.IConfigurationService, Jackett.Common.Models.Config.ServerConfig)' on type 'HttpWebClient2NetCore'.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.AggregateException: One or more errors occurred. (Name or service not known)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.InternalGetHostByName(String hostName)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.ResolveCallback(Object context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]: --- End of stack trace from previous location where exception was thrown ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.get_Result()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Common.Utils.Clients.HttpWebClient2NetCore.InitProxy(ServerConfig serverConfig) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2NetCore.cs:line 68
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at lambda_method(Closure , Object[] )
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.Execute()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Container.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.get_ServerService() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 62
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.Initialize() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 39
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Startup.ConfigureServices(IServiceCollection services) in /home/vsts/work/1/s/src/Jackett.Server/Startup.cs:line 98
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass15_0.<BuildStartupServicesFilterPipeline>g__RunPipeline|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass14_0.<ConfigureServices>g__ConfigureServicesWithContainerConfiguration|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.Initialize()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Program.Main(String[] args) Autofac.Core.DependencyResolutionException: An exception was thrown while activating Jackett.Server.Services.ServerService -> Jackett.Common.Services.IndexerManagerService -> Jackett.Common.Utils.Clients.HttpWebClient2NetCore.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Jackett.Common.Services.Interfaces.IProcessService, NLog.Logger, Jackett.Common.Services.Interfaces.IConfigurationService, Jackett.Common.Models.Config.ServerConfig)' on type 'HttpWebClient2NetCore'.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.AggregateException: One or more errors occurred. (Name or service not known)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.InternalGetHostByName(String hostName)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.ResolveCallback(Object context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]: --- End of stack trace from previous location where exception was thrown ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.get_Result()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Common.Utils.Clients.HttpWebClient2NetCore.InitProxy(ServerConfig serverConfig) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2NetCore.cs:line 68
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at lambda_method(Closure , Object[] )
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.Execute()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Container.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.get_ServerService() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 62
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.Initialize() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 39
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Startup.ConfigureServices(IServiceCollection services) in /home/vsts/work/1/s/src/Jackett.Server/Startup.cs:line 98
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass15_0.<BuildStartupServicesFilterPipeline>g__RunPipeline|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass14_0.<ConfigureServices>g__ConfigureServicesWithContainerConfiguration|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.Initialize()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Program.Main(String[] args)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]: Unhandled exception. Autofac.Core.DependencyResolutionException: An exception was thrown while activating Jackett.Server.Services.ServerService -> Jackett.Common.Services.IndexerManagerService -> Jackett.Common.Utils.Clients.HttpWebClient2NetCore.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(Jackett.Common.Services.Interfaces.IProcessService, NLog.Logger, Jackett.Common.Services.Interfaces.IConfigurationService, Jackett.Common.Models.Config.ServerConfig)' on type 'HttpWebClient2NetCore'.
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.AggregateException: One or more errors occurred. (Name or service not known)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:  ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (00000005, 0xFFFDFFFF): Name or service not known
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.InternalGetHostByName(String hostName)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.ResolveCallback(Object context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]: --- End of stack trace from previous location where exception was thrown ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Net.Dns.<>c.<GetHostAddressesAsync>b__25_1(IAsyncResult asyncResult)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Threading.Tasks.Task`1.get_Result()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Common.Utils.Clients.HttpWebClient2NetCore.InitProxy(ServerConfig serverConfig) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2NetCore.cs:line 68
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at lambda_method(Closure , Object[] )
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    --- End of inner exception stack trace ---
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.CreateInstance(IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.<Execute>b__8_0()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid id, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.CreateSharedInstance(Guid primaryId, Nullable`1 qualifyingId, Func`1 creator)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.InstanceLookup.Execute()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Resolving.ResolveOperation.Execute(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.Core.Container.ResolveComponent(ResolveRequest request)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.TryResolveService(IComponentContext context, Service service, IEnumerable`1 parameters, Object& instance)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.ResolveService(IComponentContext context, Service service, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve(IComponentContext context, Type serviceType, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context, IEnumerable`1 parameters)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Autofac.ResolutionExtensions.Resolve[TService](IComponentContext context)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.get_ServerService() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 62
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Helper.Initialize() in /home/vsts/work/1/s/src/Jackett.Server/Helper.cs:line 39
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Startup.ConfigureServices(IServiceCollection services) in /home/vsts/work/1/s/src/Jackett.Server/Startup.cs:line 98
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass15_0.<BuildStartupServicesFilterPipeline>g__RunPipeline|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.StartupLoader.ConfigureServicesDelegateBuilder`1.<>c__DisplayClass14_0.<ConfigureServices>g__ConfigureServicesWithContainerConfiguration|0(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services)
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.EnsureApplicationServices()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHost.Initialize()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
Aug 20 14:09:12 UD-TinyPiNAS jackett[20008]:    at Jackett.Server.Program.Main(String[] args)
Aug 20 14:09:14 UD-TinyPiNAS systemd[1]: jackett.service: Main process exited, code=dumped, status=6/ABRT
Aug 20 14:09:14 UD-TinyPiNAS systemd[1]: jackett.service: Failed with result 'core-dump'.

fryfrog commented on 2020-05-14 00:40 (UTC)

When you're looking for help, you get out roughly what you put in. You put in nothing and you got out nothing. You can get more help on the Jackett Discord server next time. You're also now mixing Jackett's way of doing their service w/ the packages way. Watch out for that if you run into issues in the future, consider sticking w/ one or the other and getting rid of the one you don't pick.

jlanzobr commented on 2020-05-14 00:32 (UTC)

Thank you fryfrog, super helpful.

Running sudo sh /usr/lib/jackett/install_service_systemd.sh and reconfiguring Jackett fixed the issue.

fryfrog commented on 2020-05-11 04:02 (UTC)

Today's update didn't break Jackett on my system.

jlanzobr commented on 2020-05-11 03:57 (UTC)

Today's update broke Jackett on my system.

fryfrog commented on 2020-04-25 15:31 (UTC)

I've tended to remove those from the packages I take over, to me it doesn't seem like these applications are really suited to being run adhoc or as desktop applications.

Why wouldn't you run it as a daemon? Maybe I'm just missing the use case?

yodaembedding commented on 2020-04-25 09:02 (UTC) (edited on 2020-04-25 09:03 (UTC) by yodaembedding)

Could you add a /usr/bin/jackett entry that runs /usr/bin/jackett/jackett (the non-service version of jackett)? Also a desktop entry would be nice, but I suppose that might be stretching things...

fryfrog commented on 2020-03-12 04:34 (UTC) (edited on 2020-03-12 04:36 (UTC) by fryfrog)

This is tracking their "stable" releases. Have a look at https://github.com/Jackett/Jackett/releases, the unstable releases are the ones marked pre-release. Did they change how they indicate stable and unstable releases?

Edit: You have to go back like 2 pages to find one of those pre-releases though. :(

angelss19 commented on 2020-03-12 04:23 (UTC) (edited on 2020-03-12 04:24 (UTC) by angelss19)

Dude can you please update only with the stable releases (or make another package with). I just can keep up going to the releases page to see changes, to config properly almost in a daily basis.