Please use the search bar at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
Please read our Contributing Guidelines before submitting your issue to ensure a prompt response to your bug.
OS:
Ubuntu mate (from ubuntu 19.10) on Raspberry pi 4
.Net Runtime: [.Net-Core/.Net-Framework/Mono]
.Net Version:
Jackett Version:
0.14.297.0
Last Working Jackett Version:
None, just installed
Are you using a proxy or VPN? [yes/no]
No
-Installed jackett with dockerr through linuxserver.io. My container is listed below:
jackett:
container_name: jackett
image: linuxserver/jackett:latest
restart: unless-stopped
network_mode: host
environment:
- PUID=${PUID} # default user id, defined in .env
- PGID=${PGID} # default group id, defined in .env
- TZ=${TZ} # timezone, defined in .env
volumes:
- /etc/localtime:/etc/localtime:ro
- ${ROOT}/downloads/torrent-blackhole:/downloads # place where to put .torrent files for manual download
- ${ROOT}/config/jackett:/config # config files
2020-03-27 07:17:53 | Error | System.NullReferenceException: Object reference not set to an instance of an object. at Jackett.Common.Services.CacheService.<>c__DisplayClass3_1.<CacheRssResults>b__2(CachedResult i) in /home/vsts/work/1/s/src/Jackett.Common/Services/CacheService.cs:line 35 at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found) at Jackett.Common.Services.CacheService.CacheRssResults(IIndexer indexer, IEnumerable`1 releases) in /home/vsts/work/1/s/src/Jackett.Common/Services/CacheService.cs:line 35 at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in /home/vsts/work/1/s/src/Jackett.Common/Services/IndexerManagerService.cs:line 228 at Jackett.Server.Controllers.IndexerApiController.Test() in /home/vsts/work/1/s/src/Jackett.Server/Controllers/IndexerApiController.cs:line 129 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited\|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited\|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited\|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited\|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited\|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask\|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/vsts/work/1/s/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 70
-- | -- | --
2020-03-27 07:17:53 | Info | Found 50 releases from AlphaRatio
[Place any screenshots of the issue here if needed]
Happens to me for every indexer.
I'm having the exact same issue with all my indexers, one using api and two using RSS. Started about an hour ago when the linuxserver.io docker image of jackett updated.
confirmed.
AlphaRatio indexer works with Jackett 0.14.287 and is broken with 0.14.297
likely broken by b5a6aab894d45c2d43f71e4db3452e5932d77fa7
Gosh, talking about bad timing! I have just started learning Linux a week ago, so when things go wrong I thought I messed up somehow.... Only this time it wasn't me.
Is there any way to downgrade version? Would that help with the issue? Or we should just wait it out?
if you absolutely cannot wait for the fix to be published, then download the appropriate package for your platform from https://github.com/Jackett/Jackett/releases/tag/v0.14.287
and don't forget after installing to temporarily turn ON from the dashboard the Disable Auto-Updates to prevent Jackett from replacing it with the broken version again.
then check back here accosionally to see when the fix gets published.
Roger that. I want to at least confirm that my setup is working. I'll do that tomorrow and see. Thanks!
@andrep182 I'd just wait it out. It looks like a fairly straightforward issue, the devs here should have it fixed soon.
its not b5a6aab894d45c2d43f71e4db3452e5932d77fa7, proceeding to revert and test other commits to isolate offender.
I'm stepping through with the debugger to see what's causing it as well.
Found the problem, now to see when it changed and get a fix put in.
Jackett 0.14.299
Works great now, thanks everyone!
confirmed working. Ya'll are awesome! Thanks.
Most helpful comment
Happens to me for every indexer.