ArabaFenice - error adding indexer #400

Closed
opened 2026-02-20 09:42:23 -05:00 by deekerman · 2 comments
Owner

Originally created by @Jorman on GitHub (Dec 9, 2021).

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I try to add the indexer I got these errors:
Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware:

Message:
An unhandled exception has occurred while executing the request.: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
Exception:
FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

ProwlarrErrorPipeline:

Message:
FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task): Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
Exception:
FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

ProwlarrErrorPipeline:

Message:
Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.

Expected Behavior

In Jackett the indexer is working

Steps To Reproduce

No response

Environment

- OS: Debian
- Prowlarr: 0.1.8.1223
- Docker Install: yes - 0.1.8.1223-ls224 by linuxserver.io
- Using Reverse Proxy: no
- Browser: Chrome

What branch are you running?

Nightly

Trace Logs?

2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'_UNPACK_|_FAILED_'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'movieinfolanguage' defaultValue:'1'
2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2021-12-09 19:44:48.7|Trace|EventAggregator|Publishing ConfigSavedEvent
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365'
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|ServerSideNotificationService|Getting server side health notifications
2021-12-09 19:44:48.7|Trace|HttpClient|Req: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly
2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigSavedEvent ~> LocalizationService
2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigSavedEvent <~ LocalizationService
2021-12-09 19:44:48.8|Trace|Http|Res: 2617 [PUT] /api/v1/config/host: 202.Accepted (203 ms)
2021-12-09 19:44:48.8|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (203 ms)
2021-12-09 19:44:49.0|Trace|HttpClient|Res: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly: 200.OK (282 ms)
2021-12-09 19:44:49.0|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2021-12-09 19:44:49.0|Trace|Http|Req: 2618 [GET] /api/v1/health (from 10.0.0.181)
2021-12-09 19:44:49.0|Trace|Http|Res: 2618 [GET] /api/v1/health: 200.OK (7 ms)
2021-12-09 19:44:49.0|Debug|Api|[GET] /api/v1/health: 200.OK (7 ms)
2021-12-09 19:44:49.0|Trace|HttpClient|Res: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly: 200.OK (257 ms)
2021-12-09 19:44:49.0|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService
2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService
2021-12-09 19:44:49.0|Trace|Http|Req: 2619 [GET] /api/v1/health (from 10.0.0.181)
2021-12-09 19:44:49.0|Trace|Http|Res: 2619 [GET] /api/v1/health: 200.OK (1 ms)
2021-12-09 19:44:49.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms)
2021-12-09 19:44:51.3|Trace|Http|Req: 2620 [GET] /api/v1/indexer/schema (from 10.0.0.181)
2021-12-09 19:44:51.3|Trace|HttpClient|Req: [GET] https://indexers.prowlarr.com/master/3
2021-12-09 19:44:51.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:44:51.6|Trace|HttpClient|Res: [GET] https://indexers.prowlarr.com/master/3: 200.OK (382 ms)
2021-12-09 19:44:51.8|Trace|Http|Res: 2620 [GET] /api/v1/indexer/schema: 200.OK (561 ms)
2021-12-09 19:44:51.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (561 ms)
2021-12-09 19:44:54.1|Trace|Http|Req: 2621 [POST] /api/v1/indexer/action/getUrls (from 10.0.0.181)
2021-12-09 19:44:54.1|Trace|Http|Res: 2621 [POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms)
2021-12-09 19:44:54.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms)
2021-12-09 19:44:54.7|Trace|Scheduler|Pending Tasks: 0
2021-12-09 19:45:12.6|Trace|Http|Req: 2622 [POST] /api/v1/indexer (from 10.0.0.181)
2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars
2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars
2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars
2021-12-09 19:45:12.6|Info|Cardigann|Adding request: https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2
2021-12-09 19:45:12.6|Debug|Cardigann|Downloading Feed https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2
2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:45:12.7|Trace|IndexerHttpClient|Req: [GET] https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2
2021-12-09 19:45:12.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:45:12.8|Trace|IndexerHttpClient|Res: [GET] https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2: 200.OK (124 ms)
2021-12-09 19:45:12.8|Debug|Cardigann|Parsing
2021-12-09 19:45:12.8|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False'
2021-12-09 19:45:12.8|Debug|Cardigann|Got 0 releases
2021-12-09 19:45:12.8|Trace|Cardigann|<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <title>ArabaFenice .::. Index</title>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <link rel="stylesheet" href="https://www.arabafenice.me/style/ARABAPRO/main.css" type="text/css" />
  
  
	<!--[if lt IE 7.]>
	<script defer type="text/javascript" src="https://www.arabafenice.me/jscript/pngfix.js"></script>
	<![endif]-->
	<script type="text/javascript" src="https://www.arabafenice.me/jscript/ajax.js"></script>
	<script type="text/javascript" src="https://www.arabafenice.me/jscript/ajax-poller.js"></script>
	<script type="text/javascript" src="https://www.arabafenice.me/jscript/animatedcollapse.js"></script>
	<script type="text/javascript" src="https://www.arabafenice.me/jscript/xbtit.js"></script>
    <script type="text/javascript" src="https://www.arabafenice.me/jscript/jquery.tools.min.js"></script>
    

  </head>
  <body>
    <div id=(removed)        <div id=(removed)             <table width="750" align="center" cellpadding="0" cellspacing="0" border="0">
             <tr>
             <td class="tracker_logo" valign="top"></td>
             </tr>
             </table>
        </div>
    <TABLE align="center" cellpadding="0" cellspacing="0" border="0">
      <TR>
        <TD valign="top">  
    <div id=(removed)      
   </div></TD>
       </TR>
    </TABLE>
        <div id=(removed)        <div id=(removed)          <span style="text-align:left;"><a href="javascript:collapse2.slideit()"><img src="https://www.arabafenice.me/style/ARABAPRO/images/slide.png" border="0" alt="click" /></a></span>
        </div>
        <div id=(removed)        <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td valign="top" width="5" rowspan="2"></td>
        <td valign="top"><div><div class="block">
  <div class="block-head">
    <div class="block-head-l"></div>
    <div class="block-head-r"></div>
    <div class="block-head-title"></div>
  </div>
  <div class="block-content">
    <div class="block-content-l">
    <div class="block-content-r">
    <div align="justify" class="b-content"><table cellpadding="4" cellspacing="1" width="100%" border="0" align="center" style="border-bottom:0px solid;">
  <tr>
<td class="lista" align="center" style="text-align:center;">Benvenuto Guest 
<a class="mainmenu" href="index.php?page=login">(Login)</a></td>
<table cellpadding="1" cellspacing="1" width="100%">
  <tr>
<td class="header" align="center"><a class="mainmenu" href="index.php">Indice</a></td>
<td class="header" align="center"><a class="mainmenu" href="index.php?page=modules&amp;module=helpdesk">Aiuto In Linea</a></td>
<td class="header" align="center"><a class="mainmenu" href="index.php?page=don_historie">Donazioni</a></td>
  </tr>
   </table>
    <form action="index.php?page=login" name="login" method="post">
    <table class="lista" border="0" width="100%" cellpadding="4" cellspacing="1">
    <tr>
    <td class="lista" align="left">
      <table border="0" cellpadding="0" cellspacing="0">
      <tr>
      <td align="right" class="lista">Utente:</td>
      <td class="lista" style="padding-left:5px;"><input type="text" size="15" name="uid" value="" maxlength="40" style="font-size:10px;" /></td>
      <td align="right" class="lista" style="padding-left:10px;">Password:</td>
      <td class="lista" style="padding-left:5px;"><input type="password" size="15" name="pwd" maxlength="40" style="font-size:10px;" /></td>
      <td class="lista" align="center" style="padding-left:10px;"><input type="submit" value="Login" style="font-size:10px;" /></td>
      </tr>
      </table>
    </td>
<td style="text-align:center;" align="center"><a href="index.php?page=account ">Crea Account</a></td>
    <td class="lista" align="center"><a class="mainuser"  href="index.php?page=recover">Recupero password</a></td>
    </tr>
    </table>
    </form>
    </div>
  </div>
  </div>
  </div>
  <div class="block-foot">
    <div class="block-foot-l"></div>
    <div class="block-foot-r"></div>
    <div class="block-foot-m"></div>
  </div>
</div></div></td>
        <td valign="top" width="5" rowspan="2"></td>
        </tr>
        </table>
        </div>
        </div>
    <script type="text/javascript">
    //Syntax: var uniquevar=new animatedcollapse("DIV_id", animatetime_milisec, enablepersist(true/fase), [initialstate] )
    var collapse2=new animatedcollapse("header", 800, false, "block")
    </script>
    <div id=(removed) style="padding: 1ex 0ex 0ex 0ex;">  
         <table border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
         <tr>
         <td valign="top" width="5" rowspan="2"></td>
         <td id=(removed) valign="top"><div class="block">
  <div class="block-head">
    <div class="block-head-l"></div>
    <div class="block-head-r"></div>
    <div class="block-head-title">Errore</div>
  </div>
  <div class="block-content">
    <div class="block-content-l">
    <div class="block-content-r">
    <div align="center" class="b-content"><div align="center">
<br />
  <table border="1" width="300" cellspacing="0" cellpadding="0" style="border-color:#E70000">
    <tr>
       <td class="error" valign="bottom" align="center">
       Errore
       </td>
    </tr>
    <tr>
      <td bgcolor="#ECEDF3" align="center" style="color:#000000">
        <img src="https://www.arabafenice.me/style/ARABAPRO/images/error.gif" alt="" style="float:left; margin:5px" />
        <br />
        Non sei autorizzato a vedere il Torrent!<br />
OOppss...
        <br />
        <br />        
      </td>
    </tr>
  </table>
</div>
<br />
<div align="center">
  <a href="javascript: history.go(-1);">Indietro</a>
</div>
<br />

</div>
  </div>
  </div>
  </div>
  <div class="block-foot">
    <div class="block-foot-l"></div>
    <div class="block-foot-r"></div>
    <div class="block-foot-m"></div>
  </div>
</div></td>
         <td valign="top" width="5" rowspan="2"></td>
         </tr>
         </table>
<br />
         <div id=(removed) align="center">
         [&nbsp;&nbsp;<u>Design By</u>: <a href="http://arabafenice.me" target="_blank">SanTopone & Imhotep</a>&nbsp;&nbsp;]&nbsp;&nbsp;[&nbsp;&nbsp;<u>xbtitFM v1.16 By</u>: <a href="https://xbtitfm.com/last_version.txt" target="_blank">Btiteam</a>&nbsp;]<br />
         [ Queries: 14|0 ] - [ Script Execution: 0.0097 sec. ] - [ GZIP: enabled ]
         </div>
    </div>
   </div>
  </body>
</html>
2021-12-09 19:45:12.8|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request.

[v0.1.8.1223] FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)


2021-12-09 19:45:13.1|Trace|ProwlarrErrorPipeline|Handling Exception
2021-12-09 19:45:13.1|Warn|ProwlarrErrorPipeline|FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

[v0.1.8.1223] FluentValidation.ValidationException: Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
   at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205
   at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191
   at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67
   at lambda_method550(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
   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()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28
   at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41
   at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33
   at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27
   at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)


2021-12-09 19:45:14.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: 
 -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.
2021-12-09 19:45:14.2|Trace|Http|Res: 2622 [POST] /api/v1/indexer: 400.BadRequest (1553 ms)
2021-12-09 19:45:14.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (1553 ms)
2021-12-09 19:45:16.3|Trace|Http|Req: 2623 [GET] /api/v1/health (from 10.0.0.181)
2021-12-09 19:45:16.3|Trace|Http|Req: 2624 [GET] /api/v1/system/status (from 10.0.0.181)
2021-12-09 19:45:16.3|Trace|Http|Res: 2623 [GET] /api/v1/health: 200.OK (30 ms)
2021-12-09 19:45:16.3|Debug|Api|[GET] /api/v1/health: 200.OK (30 ms)
2021-12-09 19:45:16.3|Trace|Http|Res: 2624 [GET] /api/v1/system/status: 200.OK (6 ms)
2021-12-09 19:45:16.3|Debug|Api|[GET] /api/v1/system/status: 200.OK (6 ms)
2021-12-09 19:45:19.3|Trace|Http|Req: 2625 [GET] /api/v1/config/host (from 10.0.0.181)
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:''
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:''
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:''
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:''
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28'
2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365'
2021-12-09 19:45:19.3|Trace|Http|Res: 2625 [GET] /api/v1/config/host: 200.OK (21 ms)
2021-12-09 19:45:19.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (21 ms)
2021-12-09 19:45:24.7|Trace|Scheduler|Pending Tasks: 0
2021-12-09 19:45:24.8|Trace|Http|Req: 2626 [PUT] /api/v1/config/host (from 10.0.0.181)
2021-12-09 19:45:24.8|Trace|EventAggregator|Publishing ConfigFileSavedEvent
2021-12-09 19:45:24.8|Trace|EventAggregator|ConfigFileSavedEvent ~> ReconfigureLogging
2021-12-09 19:45:24.8|Trace|ServerSideNotificationService|Getting server side health notifications
2021-12-09 19:45:24.8|Trace|HttpClient|Req: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly
2021-12-09 19:45:24.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2021-12-09 19:45:24.8|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365'
2021-12-09 19:45:24.8|Trace|ServerSideNotificationService|Getting server side health notifications

AB#2116

Originally created by @Jorman on GitHub (Dec 9, 2021). ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I try to add the indexer I got these errors: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: ``` Message: An unhandled exception has occurred while executing the request.: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. Exception: FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) ``` ProwlarrErrorPipeline: ``` Message: FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task): Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. Exception: FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) ``` ProwlarrErrorPipeline: ``` Message: Invalid request Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. ``` ### Expected Behavior In Jackett the indexer is working ### Steps To Reproduce _No response_ ### Environment ```markdown - OS: Debian - Prowlarr: 0.1.8.1223 - Docker Install: yes - 0.1.8.1223-ls224 by linuxserver.io - Using Reverse Proxy: no - Browser: Chrome ``` ### What branch are you running? Nightly ### Trace Logs? ``` 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'_UNPACK_|_FAILED_' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'firstdayofweek' defaultValue:'0' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'calendarweekcolumnheader' defaultValue:'ddd M/D' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'showrelativedates' defaultValue:'True' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'enablecolorimpairedmode' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'movieinfolanguage' defaultValue:'1' 2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigFileSavedEvent <~ ReconfigureLogging 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 2021-12-09 19:44:48.7|Trace|EventAggregator|Publishing ConfigSavedEvent 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365' 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|ServerSideNotificationService|Getting server side health notifications 2021-12-09 19:44:48.7|Trace|HttpClient|Req: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly 2021-12-09 19:44:48.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigSavedEvent ~> LocalizationService 2021-12-09 19:44:48.7|Trace|EventAggregator|ConfigSavedEvent <~ LocalizationService 2021-12-09 19:44:48.8|Trace|Http|Res: 2617 [PUT] /api/v1/config/host: 202.Accepted (203 ms) 2021-12-09 19:44:48.8|Debug|Api|[PUT] /api/v1/config/host: 202.Accepted (203 ms) 2021-12-09 19:44:49.0|Trace|HttpClient|Res: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly: 200.OK (282 ms) 2021-12-09 19:44:49.0|Trace|EventAggregator|Publishing HealthCheckCompleteEvent 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService 2021-12-09 19:44:49.0|Trace|Http|Req: 2618 [GET] /api/v1/health (from 10.0.0.181) 2021-12-09 19:44:49.0|Trace|Http|Res: 2618 [GET] /api/v1/health: 200.OK (7 ms) 2021-12-09 19:44:49.0|Debug|Api|[GET] /api/v1/health: 200.OK (7 ms) 2021-12-09 19:44:49.0|Trace|HttpClient|Res: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly: 200.OK (257 ms) 2021-12-09 19:44:49.0|Trace|EventAggregator|Publishing HealthCheckCompleteEvent 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent ~> NotificationService 2021-12-09 19:44:49.0|Trace|EventAggregator|HealthCheckCompleteEvent <~ NotificationService 2021-12-09 19:44:49.0|Trace|Http|Req: 2619 [GET] /api/v1/health (from 10.0.0.181) 2021-12-09 19:44:49.0|Trace|Http|Res: 2619 [GET] /api/v1/health: 200.OK (1 ms) 2021-12-09 19:44:49.0|Debug|Api|[GET] /api/v1/health: 200.OK (1 ms) 2021-12-09 19:44:51.3|Trace|Http|Req: 2620 [GET] /api/v1/indexer/schema (from 10.0.0.181) 2021-12-09 19:44:51.3|Trace|HttpClient|Req: [GET] https://indexers.prowlarr.com/master/3 2021-12-09 19:44:51.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:44:51.6|Trace|HttpClient|Res: [GET] https://indexers.prowlarr.com/master/3: 200.OK (382 ms) 2021-12-09 19:44:51.8|Trace|Http|Res: 2620 [GET] /api/v1/indexer/schema: 200.OK (561 ms) 2021-12-09 19:44:51.8|Debug|Api|[GET] /api/v1/indexer/schema: 200.OK (561 ms) 2021-12-09 19:44:54.1|Trace|Http|Req: 2621 [POST] /api/v1/indexer/action/getUrls (from 10.0.0.181) 2021-12-09 19:44:54.1|Trace|Http|Res: 2621 [POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms) 2021-12-09 19:44:54.1|Debug|Api|[POST] /api/v1/indexer/action/getUrls: 200.OK (10 ms) 2021-12-09 19:44:54.7|Trace|Scheduler|Pending Tasks: 0 2021-12-09 19:45:12.6|Trace|Http|Req: 2622 [POST] /api/v1/indexer (from 10.0.0.181) 2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars 2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars 2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:45:12.6|Debug|Cardigann|Populating config vars 2021-12-09 19:45:12.6|Info|Cardigann|Adding request: https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2 2021-12-09 19:45:12.6|Debug|Cardigann|Downloading Feed https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2 2021-12-09 19:45:12.6|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:45:12.7|Trace|IndexerHttpClient|Req: [GET] https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2 2021-12-09 19:45:12.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:45:12.8|Trace|IndexerHttpClient|Res: [GET] https://www.arabafenice.me/index.php?search=&page=torrents&category=&options=0&active=0&order=3&by=2: 200.OK (124 ms) 2021-12-09 19:45:12.8|Debug|Cardigann|Parsing 2021-12-09 19:45:12.8|Trace|ConfigService|Using default config value for 'logindexerresponse' defaultValue:'False' 2021-12-09 19:45:12.8|Debug|Cardigann|Got 0 releases 2021-12-09 19:45:12.8|Trace|Cardigann|<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ArabaFenice .::. Index</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="https://www.arabafenice.me/style/ARABAPRO/main.css" type="text/css" /> <!--[if lt IE 7.]> <script defer type="text/javascript" src="https://www.arabafenice.me/jscript/pngfix.js"></script> <![endif]--> <script type="text/javascript" src="https://www.arabafenice.me/jscript/ajax.js"></script> <script type="text/javascript" src="https://www.arabafenice.me/jscript/ajax-poller.js"></script> <script type="text/javascript" src="https://www.arabafenice.me/jscript/animatedcollapse.js"></script> <script type="text/javascript" src="https://www.arabafenice.me/jscript/xbtit.js"></script> <script type="text/javascript" src="https://www.arabafenice.me/jscript/jquery.tools.min.js"></script> </head> <body> <div id=(removed) <div id=(removed) <table width="750" align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="tracker_logo" valign="top"></td> </tr> </table> </div> <TABLE align="center" cellpadding="0" cellspacing="0" border="0"> <TR> <TD valign="top"> <div id=(removed) </div></TD> </TR> </TABLE> <div id=(removed) <div id=(removed) <span style="text-align:left;"><a href="javascript:collapse2.slideit()"><img src="https://www.arabafenice.me/style/ARABAPRO/images/slide.png" border="0" alt="click" /></a></span> </div> <div id=(removed) <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td valign="top" width="5" rowspan="2"></td> <td valign="top"><div><div class="block"> <div class="block-head"> <div class="block-head-l"></div> <div class="block-head-r"></div> <div class="block-head-title"></div> </div> <div class="block-content"> <div class="block-content-l"> <div class="block-content-r"> <div align="justify" class="b-content"><table cellpadding="4" cellspacing="1" width="100%" border="0" align="center" style="border-bottom:0px solid;"> <tr> <td class="lista" align="center" style="text-align:center;">Benvenuto Guest <a class="mainmenu" href="index.php?page=login">(Login)</a></td> <table cellpadding="1" cellspacing="1" width="100%"> <tr> <td class="header" align="center"><a class="mainmenu" href="index.php">Indice</a></td> <td class="header" align="center"><a class="mainmenu" href="index.php?page=modules&amp;module=helpdesk">Aiuto In Linea</a></td> <td class="header" align="center"><a class="mainmenu" href="index.php?page=don_historie">Donazioni</a></td> </tr> </table> <form action="index.php?page=login" name="login" method="post"> <table class="lista" border="0" width="100%" cellpadding="4" cellspacing="1"> <tr> <td class="lista" align="left"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="right" class="lista">Utente:</td> <td class="lista" style="padding-left:5px;"><input type="text" size="15" name="uid" value="" maxlength="40" style="font-size:10px;" /></td> <td align="right" class="lista" style="padding-left:10px;">Password:</td> <td class="lista" style="padding-left:5px;"><input type="password" size="15" name="pwd" maxlength="40" style="font-size:10px;" /></td> <td class="lista" align="center" style="padding-left:10px;"><input type="submit" value="Login" style="font-size:10px;" /></td> </tr> </table> </td> <td style="text-align:center;" align="center"><a href="index.php?page=account ">Crea Account</a></td> <td class="lista" align="center"><a class="mainuser" href="index.php?page=recover">Recupero password</a></td> </tr> </table> </form> </div> </div> </div> </div> <div class="block-foot"> <div class="block-foot-l"></div> <div class="block-foot-r"></div> <div class="block-foot-m"></div> </div> </div></div></td> <td valign="top" width="5" rowspan="2"></td> </tr> </table> </div> </div> <script type="text/javascript"> //Syntax: var uniquevar=new animatedcollapse("DIV_id", animatetime_milisec, enablepersist(true/fase), [initialstate] ) var collapse2=new animatedcollapse("header", 800, false, "block") </script> <div id=(removed) style="padding: 1ex 0ex 0ex 0ex;"> <table border="0" align="center" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="5" rowspan="2"></td> <td id=(removed) valign="top"><div class="block"> <div class="block-head"> <div class="block-head-l"></div> <div class="block-head-r"></div> <div class="block-head-title">Errore</div> </div> <div class="block-content"> <div class="block-content-l"> <div class="block-content-r"> <div align="center" class="b-content"><div align="center"> <br /> <table border="1" width="300" cellspacing="0" cellpadding="0" style="border-color:#E70000"> <tr> <td class="error" valign="bottom" align="center"> Errore </td> </tr> <tr> <td bgcolor="#ECEDF3" align="center" style="color:#000000"> <img src="https://www.arabafenice.me/style/ARABAPRO/images/error.gif" alt="" style="float:left; margin:5px" /> <br /> Non sei autorizzato a vedere il Torrent!<br /> OOppss... <br /> <br /> </td> </tr> </table> </div> <br /> <div align="center"> <a href="javascript: history.go(-1);">Indietro</a> </div> <br /> </div> </div> </div> </div> <div class="block-foot"> <div class="block-foot-l"></div> <div class="block-foot-r"></div> <div class="block-foot-m"></div> </div> </div></td> <td valign="top" width="5" rowspan="2"></td> </tr> </table> <br /> <div id=(removed) align="center"> [&nbsp;&nbsp;<u>Design By</u>: <a href="http://arabafenice.me" target="_blank">SanTopone & Imhotep</a>&nbsp;&nbsp;]&nbsp;&nbsp;[&nbsp;&nbsp;<u>xbtitFM v1.16 By</u>: <a href="https://xbtitfm.com/last_version.txt" target="_blank">Btiteam</a>&nbsp;]<br /> [ Queries: 14|0 ] - [ Script Execution: 0.0097 sec. ] - [ GZIP: enabled ] </div> </div> </div> </body> </html> 2021-12-09 19:45:12.8|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request. [v0.1.8.1223] FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) 2021-12-09 19:45:13.1|Trace|ProwlarrErrorPipeline|Handling Exception 2021-12-09 19:45:13.1|Warn|ProwlarrErrorPipeline|FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) [v0.1.8.1223] FluentValidation.ValidationException: Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. at Prowlarr.Api.V1.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 205 at Prowlarr.Api.V1.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 191 at Prowlarr.Api.V1.ProviderControllerBase`3.CreateProvider(TProviderResource providerResource) in D:\a\1\s\src\Prowlarr.Api.V1\ProviderControllerBase.cs:line 67 at lambda_method550(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- 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() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_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.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 Prowlarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Prowlarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Prowlarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Prowlarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Prowlarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Prowlarr.Http\Middleware\VersionMiddleware.cs:line 28 at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) 2021-12-09 19:45:14.2|Warn|ProwlarrErrorPipeline|Invalid request Validation failed: -- : Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings. 2021-12-09 19:45:14.2|Trace|Http|Res: 2622 [POST] /api/v1/indexer: 400.BadRequest (1553 ms) 2021-12-09 19:45:14.2|Debug|Api|[POST] /api/v1/indexer: 400.BadRequest (1553 ms) 2021-12-09 19:45:16.3|Trace|Http|Req: 2623 [GET] /api/v1/health (from 10.0.0.181) 2021-12-09 19:45:16.3|Trace|Http|Req: 2624 [GET] /api/v1/system/status (from 10.0.0.181) 2021-12-09 19:45:16.3|Trace|Http|Res: 2623 [GET] /api/v1/health: 200.OK (30 ms) 2021-12-09 19:45:16.3|Debug|Api|[GET] /api/v1/health: 200.OK (30 ms) 2021-12-09 19:45:16.3|Trace|Http|Res: 2624 [GET] /api/v1/system/status: 200.OK (6 ms) 2021-12-09 19:45:16.3|Debug|Api|[GET] /api/v1/system/status: 200.OK (6 ms) 2021-12-09 19:45:19.3|Trace|Http|Req: 2625 [GET] /api/v1/config/host (from 10.0.0.181) 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 2021-12-09 19:45:19.3|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365' 2021-12-09 19:45:19.3|Trace|Http|Res: 2625 [GET] /api/v1/config/host: 200.OK (21 ms) 2021-12-09 19:45:19.3|Debug|Api|[GET] /api/v1/config/host: 200.OK (21 ms) 2021-12-09 19:45:24.7|Trace|Scheduler|Pending Tasks: 0 2021-12-09 19:45:24.8|Trace|Http|Req: 2626 [PUT] /api/v1/config/host (from 10.0.0.181) 2021-12-09 19:45:24.8|Trace|EventAggregator|Publishing ConfigFileSavedEvent 2021-12-09 19:45:24.8|Trace|EventAggregator|ConfigFileSavedEvent ~> ReconfigureLogging 2021-12-09 19:45:24.8|Trace|ServerSideNotificationService|Getting server side health notifications 2021-12-09 19:45:24.8|Trace|HttpClient|Req: [GET] https://prowlarr.servarr.com/v1/notification?version=0.1.8.1223&os=linux&arch=X64&runtime=netcore&branch=nightly 2021-12-09 19:45:24.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2021-12-09 19:45:24.8|Trace|ConfigService|Using default config value for 'historycleanupdays' defaultValue:'365' 2021-12-09 19:45:24.8|Trace|ServerSideNotificationService|Getting server side health notifications ``` [AB#2116](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/2116)
deekerman 2026-02-20 09:42:23 -05:00
  • closed this issue
  • added the
    Type: Bug
    label
Author
Owner

@bakerboy448 commented on GitHub (Dec 9, 2021):

  • seems Prowlarr didn't even make an attempt to login
  • there is no search error block, so it does not detect the error
  • search error blocks are not currently supported even if it existed (oops) https://github.com/Prowlarr/Prowlarr/pull/644 resolves that

@Qstick think this impacts any others with similar issues? - no results found when we don't login and don't look for (bug) or detect (no search error block) on the page.

I think we should rework it for a search to check the login test if one exists?

@bakerboy448 commented on GitHub (Dec 9, 2021): - seems Prowlarr didn't even make an attempt to login - there is no search error block, so it does not detect the error - search error blocks are not currently supported even if it existed (oops) https://github.com/Prowlarr/Prowlarr/pull/644 resolves that @Qstick think this impacts any others with similar issues? - `no results found` when we don't login and don't look for (bug) or detect (no search error block) on the page. I think we should rework it for a search to check the login test if one exists?
Author
Owner

@Qstick commented on GitHub (Dec 30, 2021):

Dupe #185

@Qstick commented on GitHub (Dec 30, 2021): Dupe #185
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#400
No description provided.