Radarr / Radarr

Movie organizer/manager for usenet and torrent users.
https://radarr.video
GNU General Public License v3.0
10.11k stars 986 forks source link

Indexer specified download client is not available error on certain NZB providers #7369

Closed wnypoker closed 2 years ago

wnypoker commented 2 years ago

Is there an existing issue for this?

Current Behavior

I have 3 nzb providers, Dognzb, drunkenslug and nzbfinder.

All 3 used to work in Radarr for a considerable length of time.

I could manually search for an item, the list would appear, I would select one and sabnzb would work as expected.

Now only Dognzb works. According to the Radarr logs the request is not making it to sabnzb.

Expected Behavior

I expect that when I manually search for a movie and see the results returned from the NZB providers that I can click on it and the request will be sent to Sabnzb.

I have 3 nzb providers, Dognzb, drunkenslug and nzbfinder.

All 3 used to work but one Dognzb works now.

According to the Radarr logs the request is not making it to sabnzb.

Steps To Reproduce

Search for movie.

Pick movie, click on download.

Icon turns to red indicating error.

Environment

- OS: Ubuntu 20.04.4 LTS
- Radarr: 4.1.0.6175
- Docker Install: none
- Using Reverse Proxy: none
- Browser: Any

What branch are you running?

Master

Trace Logs?

Here is the log from selecting that item:

2022-06-14 17:59:56.5|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request.

[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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.gAwaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.gAwaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\VersionMiddleware.cs:line 27 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.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

2022-06-14 17:59:56.5|Fatal|RadarrErrorPipeline|Request Failed. POST /api/v3/release

[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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.gAwaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.gAwaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\VersionMiddleware.cs:line 27 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.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

2022-06-14 18:06:13.4|Info|Microsoft.Hosting.Lifetime|Application is shutting down... 2022-06-14 18:06:13.5|Info|ConsoleApp|Exiting main. 2022-06-14 18:08:13.1|Info|Bootstrap|Starting Radarr - /opt/Radarr/Radarr - Version 4.1.0.6175 2022-06-14 18:08:13.2|Info|AppFolderInfo|Data directory is being overridden to [/var/lib/radarr] 2022-06-14 18:08:13.4|Info|AppFolderInfo|Data directory is being overridden to [/var/lib/radarr] 2022-06-14 18:08:13.5|Info|MigrationController| Migrating data source=/var/lib/radarr/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2022-06-14 18:08:13.6|Info|MigrationController| Migrating data source=/var/lib/radarr/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 2022-06-14 18:08:13.7|Info|Microsoft.Hosting.Lifetime|Now listening on: http://192.168.0.24:7878 2022-06-14 18:08:15.0|Info|CommandExecutor|Starting 2 threads for tasks. 2022-06-14 18:08:15.4|Info|Microsoft.Hosting.Lifetime|Application started. Press Ctrl+C to shut down. 2022-06-14 18:08:15.4|Info|Microsoft.Hosting.Lifetime|Hosting environment: Production 2022-06-14 18:08:15.4|Info|Microsoft.Hosting.Lifetime|Content root path: / 2022-06-14 18:08:36.0|Info|ReleaseSearchService|Searching indexers for [Terror Trips]. 3 active indexers 2022-06-14 18:08:37.0|Info|DownloadDecisionMaker|Processing 9 releases 2022-06-14 18:08:40.2|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request.

[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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.gAwaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.gAwaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\VersionMiddleware.cs:line 27 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.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

2022-06-14 18:08:40.3|Fatal|RadarrErrorPipeline|Request Failed. POST /api/v3/release

[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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.gAwaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.gAwaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\VersionMiddleware.cs:line 27 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.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)

AB#3289

github-actions[bot] commented 2 years ago

:wave: @wnypoker, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please hop over onto our Discord or Subreddit

bakerboy448 commented 2 years ago
wnypoker commented 2 years ago

It was working. It stopped worked with no changes to the configs.

bakerboy448 commented 2 years ago

Based on the logs provided that's not the case, what must have changed is the previous download client was shutdown or is otherwise not accessible to radarr.

Screenshots of the download client - indexer assignment settings, trace logs of that specific download client testing successfully, and then trace logs of it failing to have a release sent to it are what'd be needed.

wnypoker commented 2 years ago

My sincere apologies for not providing the needed information.

I would be happy to provide that information.

Here is the trace from testing the nzb indexer and it does validate as expected.

2022-06-14 19:48:27.2|Trace|Http|Req: 368 [POST] /api/v3/indexer/test (from 192.168.0.30) 2022-06-14 19:48:27.2|Debug|Newznab|Downloading Feed https://api.drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2022-06-14 19:48:27.2|Trace|HttpClient|Req: [GET] https://api.drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2022-06-14 19:48:27.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:48:27.3|Trace|HttpClient|Res: [GET] https://api.drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 301.Moved (0 bytes) (81 ms) 2022-06-14 19:48:27.3|Trace|HttpClient|Redirected to https://drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2022-06-14 19:48:27.3|Trace|HttpClient|Req: [GET] https://drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100 2022-06-14 19:48:27.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:48:27.9|Trace|HttpClient|Res: [GET] https://drunkenslug.com/api?t=movie&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100: 200.OK (145726 bytes) (647 ms) 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Cryo.2022.1080p.WEB-DL.DD5.1.H.264-EVO 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: World.Series.of.Poker.2022.Event.19.25K.PLO.High.Roller.Final.Table.720p.WEB.h264-ACEHiGH 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Swap.Me.Baby.2022.1080p.AMZN.WEB-DL.DDP2.0.H.264-EVO 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Fatherhood.2021.1080p.BluRay.x264-PiGNUS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: The.Cellar.2022.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-PiRaTeS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: The.Godfather.Part.II.1974.2160p.UHD.Remux.HEVC.DoVi.TrueHD.5.1-playBD 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Escape.the.Field.2022.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-PiRaTeS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Cinderella.2021.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-PiRaTeS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Black.Belt.Jones.1974.1080p.WebRip.H264.AC3.Will1869 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: A.Quiet.Place.Part.II.2021.1080p.BDRip.x265.10bit.AC3.5.1.JBENT.TAoE 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: A.Quiet.Place.Part.II.2021.1080p.BDRip.x265.10bit.TrueHD.7.1.Atmos.JBENT.TAoE 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: After.Yang.2021.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-PiRaTeS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: The.Godfather.Part.III.1990.Theatrical.Cut.2160p.UHD.Remux.HEVC.DoVi.TrueHD.5.1-playBD 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Underworld.Evolution.2006.HYBRID.2160p.BCORE.WEB-DL.HEVC.DV.TrueHD.Atmos.7.1-Flights 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Fatherhood.2021.720p.BluRay.x264-PiGNUS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Breakfast.on.Pluto.2005.1080p.HMAX.WEB-DL.DDP.2.0.H264-SPWEB 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Sailor.Moon.R.The.Movie.1993.Blu-Ray.Remux.AVC.DTS-MA.BluDragon 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Joe.1970.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.2.0.KRaLiMaRKo 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Spring.Break.1983.1080p.BluRay.REMUX.AVC.DD.2.0-T00thLeSS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Summer.Rental.1985.1080p.AMZN.WEB-DL.DDP2.0.H.264-ETHiCS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: The.Remains.of.the.Day.1993.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.5.1.KRaLiMaRKo 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Infinite.Storm.2022.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.5.1-HDT 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Infinite.Storm.2022.1080p.BluRay.x264-PiGNUS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Infinite.Storm.2022.720p.BluRay.x264-PiGNUS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Avatar.2009.Extended.Collectors.Edition.BluRay.1080p.x265.DTS-HD.MA.5.1-SoLiS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Jeruzalem.2015.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-EPSiLON 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Jungle.Book.1942.Repack.1080p.Blu-ray.Remux.AVC.DD.2.0.KRaLiMaRKo 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Father.Stu.2022.1080p.BluRay.x264-PiGNUS 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Maugli.1973.1080p.Blu-ray.Remux.AVC.DD.2.0.KRaLiMaRKo 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Alien.Siege.2018.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-CDB 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: Adrift.2018.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.7.1-CDB 2022-06-14 19:48:27.9|Trace|NewznabRssParser|Parsed: The.Dork.of.the.Rings.2006.web-rip 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Lovers.1973.1080p.Blu-ray.Remux.AVC.LPCM.2.0-HDT 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Anon.2018.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-CDB 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Father.Stu.2022.720p.BluRay.x264-PiGNUS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Alien.Siege.2018.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: A.Little.Something.For.Your.Birthday.2017.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-CDB 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: 7.Days.in.Entebbe.2018.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-CDB 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Action.Point.2018.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Accident.2017.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-CDB 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Action.Point.2018.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA.7.1-CDB 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Adrift.2018.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Lincoln.Lawyer.2011.UHD.BluRay.REMUX.2160p.HEVC.TrueHD7.1-HDS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: 7.Days.in.Entebbe.2018.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Accident.2017.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Werewolf.Of.London.1935.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.1.0-HDT 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: A.Little.Something.For.Your.Birthday.2017.NORDiC.1080p.BluRay.x264-RAPiDCOWS 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Tequila.Sunrise.1988.Repack.1080p.Blu-ray.Remux.AVC.FLAC.2.0.KRaLiMaRKo 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Desperate.Riders.2022.NORDiC.2160p.WEB-DL.H.265.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Death.at.a.Funeral.2007.1080p.BluRay.10bit.x265.Opus.5.1-LSt 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Mama.Weed.2020.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Scream.2022.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: West.Side.Story.2021.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Trouble.in.Suburbia.2021.NORDiC.720p.WEB-DL.264.AAC2.0-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Aline.2020.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: West.Side.Story.2021.NORDiC.1080p.BluRay.x264.DTS-HD.MA7.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Perfect.Storm.2000.1080p.BluRay.10bit.x265.Opus.5.1-LSt 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Schachnovelle.2021.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: De.lift.a.k.a.The.Lift.1983.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.5.1.KRaLiMaRKo 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Kandisha.2021.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Wolf.and.the.Lion.2021.NORDiC.1080p.WEB-DL.H.264.DD5.1-TWA.mkv 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Institute.2017.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Nightride.2022.NORDiC.1080p.WEB-DL.H.264DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Mon.cousin.2020.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Scream.2022.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: De Zomer van 45 DvD 1 [02/52] - "DvD 1.par2" 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Pilot.A.Battle.for.Survival.2021.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Institute.2017.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Texas.Chainsaw.Massacre.2022.NORDiC.1080p.WEB-DL.H.264.Atmos.DD+5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Schachnovelle.2021.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Lovers.1973.1080p.BluRay.x264-GAZER 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Meaning.of.Hitler.2021.NORDiC.1080p.WEB-DL.H.264.DD+2.0-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Man.Who.Sold.His.Skin.2020.BB.NORDiC.HC.ENsubs.1080p.WEB-DL.H.264.DD+2.0-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Schachnovelle.2021.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The 355 (2022)1080p_AMZN_WEB-DL_Yellow-EVO x264_NL Subs Ingebakken 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Eraser.Reborn.2022.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G4--Magic@Rockets--Hardwood 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Monday.2021.NORDiC.1080p.BluRay.x264-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G1--Rockets@Magic--Hardwood 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G2--Rockets@Magic 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.100.Candles.Game.2020.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Superman.Doomsday.2007.1080p.BluRay.X264.DTS-HD.MA.5.1-SWTYBLZ 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G3--Magic@Rockets 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G1--Rockets@Magic 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Kandisha.2021.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Lovers.1973.720p.BluRay.x264-GAZER 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: NBA-Playoffs-1995-Finals-G4--Magic@Rockets 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: We.Die.Young.2019.NORDiC.Repack.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Vengeance.Is.Mine.2021.NORDiC.1080p.WEB-DL.H.264.AAC2.0-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.100.Candles.Game.2020.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Mama.Weed.2020.NORDiC.1080p.BluRay.x264.DTS5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Small.Engine.Repair.2021.NORDiC.1080p.WEB-DL.DD+5.1.H.264-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Hooked.Generation.1968.1080p.BluRay.x264-GAZER 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Hunting.Souls.2022.NORDiC.1080p.WEB-DL.H.264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Out.of.Time.2021.NORDiC.1080p.WEB-DL.H.264.DD+5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: Meet.the.Blacks.2.The.House.Next.Door.2021.NORDiC.720p.BluRay.x264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Psychedelic.Priest.2001.1080p.BluRay.x264-GAZER 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Occupant.2022.NORDiC.1080p.WEB-DL.H.264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: The.Ledge.2022.NORDiC.1080p.WEB-DL.H.264.DD5.1-TWA 2022-06-14 19:48:28.0|Trace|NewznabRssParser|Parsed: See.for.Me.2022.NORDiC.1080p.BluRay.x264.DTS-HD.MA5.1-TWA 2022-06-14 19:48:28.0|Trace|Http|Res: 368 [POST] /api/v3/indexer/test: 200.OK (797 ms) 2022-06-14 19:48:28.0|Debug|Api|[POST] /api/v3/indexer/test: 200.OK (797 ms)


Download client test which works as expected.

2022-06-14 19:50:20.4|Trace|Http|Req: 374 [GET] /api/v3/downloadclient (from 192.168.0.30) 2022-06-14 19:50:20.4|Trace|Http|Res: 374 [GET] /api/v3/downloadclient: 200.OK (4 ms) 2022-06-14 19:50:20.4|Debug|Api|[GET] /api/v3/downloadclient: 200.OK (4 ms) 2022-06-14 19:50:20.4|Trace|Http|Req: 375 [GET] /api/v3/remotepathmapping (from 192.168.0.30) 2022-06-14 19:50:20.4|Trace|Http|Req: 376 [GET] /api/v3/config/downloadclient (from 192.168.0.30) 2022-06-14 19:50:20.4|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'UNPACK|FAILED' 2022-06-14 19:50:20.4|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:50:20.4|Trace|ConfigService|Using default config value for 'checkforfinisheddownloadinterval' defaultValue:'1' 2022-06-14 19:50:20.4|Trace|ConfigService|Using default config value for 'autoredownloadfailed' defaultValue:'True' 2022-06-14 19:50:20.4|Trace|Http|Res: 376 [GET] /api/v3/config/downloadclient: 200.OK (23 ms) 2022-06-14 19:50:20.4|Debug|Api|[GET] /api/v3/config/downloadclient: 200.OK (23 ms) 2022-06-14 19:50:20.5|Trace|Http|Res: 375 [GET] /api/v3/remotepathmapping: 200.OK (45 ms) 2022-06-14 19:50:20.5|Debug|Api|[GET] /api/v3/remotepathmapping: 200.OK (45 ms) 2022-06-14 19:50:21.5|Trace|Scheduler|Pending Tasks: 0

2022-06-14 19:51:04.0|Trace|Http|Req: 381 [POST] /api/v3/downloadclient/test (from 192.168.0.30) 2022-06-14 19:51:04.1|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=version&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=version&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:51:04.1|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=version&apikey=(removed)&output=json: 200.OK (20 bytes) (5 ms) 2022-06-14 19:51:04.1|Trace|HttpClient|Response content (20 bytes): {"version": "3.6.0"} 2022-06-14 19:51:04.1|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:51:04.1|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json: 200.OK (8356 bytes) (6 ms) 2022-06-14 19:51:04.1|Trace|HttpClient|Response content (8356 bytes): {"config": {"misc": {"pre_script": "None", "queue_complete": "", "queue_complete_pers": 0, "bandwidth_perc": 100, "refresh_rate": 1, "interface_settings": "", "queue_limit": 20, "config_lock": 0, "fixed_ports": 1, "sched_converted": 0, "notified_new_skin": 2, "direct_unpack_tested": 1, "check_new_rel": 1, "auto_browser": 0, "language": "en", "enable_https_verification": 1, "host": "192.168.0.109", "port": "8900", "https_port": "", "username": "", "password": "", "bandwidth_max": "", "cache_limit": "1G", "web_dir": "Glitter", "web_color": "Auto", "https_cert": "server.cert", "https_key": "server.key", "https_chain": "", "enable_https": 0, "inet_exposure": 0, "api_key": "(removed)", "nzb_key": "(removed)", "socks5_proxy_url": "", "permissions": "", "download_dir": "/mnt/nas12/Videos/tmp/tmp", "download_free": "", "complete_dir": "/mnt/nas12/Videos/tosort", "complete_free": "", "fulldisk_autoresume": 0, "script_dir": "", "nzb_backup_dir": "", "admin_dir": "admin", "dirscan_dir": "", "dirscan_speed": 5, "password_file": "", "log_dir": "logs", "max_art_tries": 3, "load_balancing": 2, "top_only": 0, "sfv_check": 1, "script_can_fail": 0, "enable_recursive": 1, "flat_unpack": 0, "par_option": "", "pre_check": 0, "nice": "", "win_process_prio": 3, "ionice": "", "fail_hopeless_jobs": 1, "fast_fail": 1, "auto_disconnect": 1, "no_dupes": 0, "no_series_dupes": 0, "series_propercheck": 1, "pause_on_pwrar": 1, "ignore_samples": 1, "deobfuscate_final_filenames": 0, "auto_sort": "", "direct_unpack": 1, "propagation_delay": 0, "folder_rename": 1, "replace_spaces": 0, "replace_dots": 0, "safe_postproc": 1, "pause_on_post_processing": 1, "enable_all_par": 0, "sanitize_safe": 0, "cleanup_list": ["nfo", "txt", "url", "srr"], "unwanted_extensions": [], "action_on_unwanted_extensions": 0, "unwanted_extensions_mode": 0, "new_nzb_on_failure": 0, "history_retention": "0", "enable_meta": 1, "quota_size": "", "quota_day": "", "quota_resume": 0, "quota_period": "m", "enable_tv_sorting": 0, "tv_sort_string": "", "tv_categories": ["tv"], "enable_movie_sorting": 0, "movie_sort_string": "", "movie_sort_extra": "-cd%1", "movie_categories": ["movies"], "enable_date_sorting": 0, "date_sort_string": "", "date_categories": ["tv"], "schedlines": [], "rss_rate": 60, "ampm": 0, "replace_illegal": 1, "start_paused": 0, "preserve_paused_state": 0, "enable_par_cleanup": 1, "process_unpacked_par2": 1, "enable_unrar": 1, "enable_unzip": 1, "enable_7zip": 1, "enable_filejoin": 1, "enable_tsjoin": 1, "overwrite_files": 0, "ignore_unrar_dates": 0, "backup_for_duplicates": 1, "empty_postproc": 0, "wait_for_dfolder": 0, "rss_filenames": 0, "api_logging": 1, "html_login": 1, "osx_menu": 1, "osx_speed": 1, "warn_dupl_jobs": 1, "helpful_warnings": 1, "keep_awake": 1, "win_menu": 1, "allow_incomplete_nzb": 0, "enable_broadcast": 1, "ipv6_hosting": 0, "api_warnings": 1, "disable_api_key": 0, "no_penalties": 0, "x_frame_options": 1, "allow_old_ssl_tls": 0, "rss_odd_titles": ["nzbindex.nl/", "nzbindex.com/", "nzbclub.com/"], "quick_check_ext_ignore": ["nfo", "sfv", "srr"], "req_completion_rate": 100.2, "selftest_host": "self-test.sabnzbd.org", "movie_rename_limit": "100M", "episode_rename_limit": "20M", "size_limit": "0", "show_sysload": 2, "direct_unpack_threads": 3, "history_limit": 10, "wait_ext_drive": 5, "max_foldername_length": 246, "nomedia_marker": "", "ipv6_servers": 1, "url_base": "/sabnzbd", "host_whitelist": ["badspeaker"], "local_ranges": [], "max_url_retries": 10, "downloader_sleep_time": 10, "num_simd_decoders": 2, "ssdp_broadcast_interval": 15, "ext_rename_ignore": [], "email_server": "", "email_to": [], "email_from": "", "email_account": "", "email_pwd": "", "email_endjob": 0, "email_full": 0, "email_dir": "", "email_rss": 0, "email_cats": [""]}, "logging": {"log_level": 1, "max_log_size": 5242880, "log_backups": 5}, "ncenter": {"ncenter_enable": 0, "ncenter_cats": [""], "ncenter_prio_startup": 1, "ncenter_prio_download": 0, "ncenter_prio_pause_resume": 0, "ncenter_prio_pp": 0, "ncenter_prio_complete": 1, "ncenter_prio_failed": 1, "ncenter_prio_disk_full": 1, "ncenter_prio_new_login": 0, "ncenter_prio_warning": 0, "ncenter_prio_error": 0, "ncenter_prio_queue_done": 1, "ncenter_prio_other": 1}, "acenter": {"acenter_enable": 0, "acenter_cats": [""], "acenter_prio_startup": 0, "acenter_prio_download": 0, "acenter_prio_pause_resume": 0, "acenter_prio_pp": 0, "acenter_prio_complete": 1, "acenter_prio_failed": 1, "acenter_prio_disk_full": 1, "acenter_prio_new_login": 0, "acenter_prio_warning": 0, "acenter_prio_error": 0, "acenter_prio_queue_done": 1, "acenter_prio_other": 1}, "ntfosd": {"ntfosd_enable": 1, "ntfosd_cats": [""], "ntfosd_prio_startup": 1, "ntfosd_prio_download": 0, "ntfosd_prio_pause_resume": 0, "ntfosd_prio_pp": 0, "ntfosd_prio_complete": 1, "ntfosd_prio_failed": 1, "ntfosd_prio_disk_full": 1, "ntfosd_prio_new_login": 0, "ntfosd_prio_warning": 0, "ntfosd_prio_error": 0, "ntfosd_prio_queue_done": 1, "ntfosd_prio_other": 1}, "prowl": {"prowl_enable": 0, "prowl_cats": [""], "prowl_apikey": "", "prowl_prio_startup": -3, "prowl_prio_download": -3, "prowl_prio_pause_resume": -3, "prowl_prio_pp": -3, "prowl_prio_complete": 0, "prowl_prio_failed": 1, "prowl_prio_disk_full": 1, "prowl_prio_new_login": -3, "prowl_prio_warning": -3, "prowl_prio_error": -3, "prowl_prio_queue_done": 0, "prowl_prio_other": 0}, "pushover": {"pushover_token": "", "pushover_userkey": "", "pushover_device": "", "pushover_emergency_expire": 3600, "pushover_emergency_retry": 60, "pushover_enable": 0, "pushover_cats": [""], "pushover_prio_startup": -3, "pushover_prio_download": -2, "pushover_prio_pause_resume": -2, "pushover_prio_pp": -3, "pushover_prio_complete": -1, "pushover_prio_failed": -1, "pushover_prio_disk_full": 1, "pushover_prio_new_login": -3, "pushover_prio_warning": 1, "pushover_prio_error": 1, "pushover_prio_queue_done": -1, "pushover_prio_other": -1}, "pushbullet": {"pushbullet_enable": 0, "pushbullet_cats": [""], "pushbullet_apikey": "", "pushbullet_device": "", "pushbullet_prio_startup": 0, "pushbullet_prio_download": 0, "pushbullet_prio_pause_resume": 0, "pushbullet_prio_pp": 0, "pushbullet_prio_complete": 1, "pushbullet_prio_failed": 1, "pushbullet_prio_disk_full": 1, "pushbullet_prio_new_login": 0, "pushbullet_prio_warning": 0, "pushbullet_prio_error": 0, "pushbullet_prio_queue_done": 0, "pushbullet_prio_other": 1}, "nscript": {"nscript_enable": 0, "nscript_cats": [""], "nscript_script": "", "nscript_parameters": "", "nscript_prio_startup": 1, "nscript_prio_download": 0, "nscript_prio_pause_resume": 0, "nscript_prio_pp": 0, "nscript_prio_complete": 1, "nscript_prio_failed": 1, "nscript_prio_disk_full": 1, "nscript_prio_new_login": 0, "nscript_prio_warning": 0, "nscript_prio_error": 0, "nscript_prio_queue_done": 1, "nscript_prio_other": 1}, "servers": [{"name": "news.newshosting.com", "displayname": "news.newshosting.com", "host": "news.newshosting.com", "port": 119, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 0, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 0, "notes": ""}, {"name": "news.vipernews.com", "displayname": "news.vipernews.com", "host": "news.vipernews.com", "port": 563, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 1, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 1, "notes": ""}], "categories": [{"name": "", "order": 0, "pp": "3", "script": "None", "dir": "", "newzbin": "", "priority": 0}, {"name": "software", "order": 0, "pp": "", "script": "Default", "dir": "", "newzbin": "", "priority": -100}, {"name": "movies", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/movies", "newzbin": "", "priority": -100}, {"name": "tv", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/tv", "newzbin": "", "priority": -100}, {"name": "magazines", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/magazines", "newzbin": "", "priority": -100}]}} 2022-06-14 19:51:04.1|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:51:04.1|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json: 200.OK (8356 bytes) (6 ms) 2022-06-14 19:51:04.1|Trace|HttpClient|Response content (8356 bytes): {"config": {"misc": {"pre_script": "None", "queue_complete": "", "queue_complete_pers": 0, "bandwidth_perc": 100, "refresh_rate": 1, "interface_settings": "", "queue_limit": 20, "config_lock": 0, "fixed_ports": 1, "sched_converted": 0, "notified_new_skin": 2, "direct_unpack_tested": 1, "check_new_rel": 1, "auto_browser": 0, "language": "en", "enable_https_verification": 1, "host": "192.168.0.109", "port": "8900", "https_port": "", "username": "", "password": "", "bandwidth_max": "", "cache_limit": "1G", "web_dir": "Glitter", "web_color": "Auto", "https_cert": "server.cert", "https_key": "server.key", "https_chain": "", "enable_https": 0, "inet_exposure": 0, "api_key": "(removed)", "nzb_key": "(removed)", "socks5_proxy_url": "", "permissions": "", "download_dir": "/mnt/nas12/Videos/tmp/tmp", "download_free": "", "complete_dir": "/mnt/nas12/Videos/tosort", "complete_free": "", "fulldisk_autoresume": 0, "script_dir": "", "nzb_backup_dir": "", "admin_dir": "admin", "dirscan_dir": "", "dirscan_speed": 5, "password_file": "", "log_dir": "logs", "max_art_tries": 3, "load_balancing": 2, "top_only": 0, "sfv_check": 1, "script_can_fail": 0, "enable_recursive": 1, "flat_unpack": 0, "par_option": "", "pre_check": 0, "nice": "", "win_process_prio": 3, "ionice": "", "fail_hopeless_jobs": 1, "fast_fail": 1, "auto_disconnect": 1, "no_dupes": 0, "no_series_dupes": 0, "series_propercheck": 1, "pause_on_pwrar": 1, "ignore_samples": 1, "deobfuscate_final_filenames": 0, "auto_sort": "", "direct_unpack": 1, "propagation_delay": 0, "folder_rename": 1, "replace_spaces": 0, "replace_dots": 0, "safe_postproc": 1, "pause_on_post_processing": 1, "enable_all_par": 0, "sanitize_safe": 0, "cleanup_list": ["nfo", "txt", "url", "srr"], "unwanted_extensions": [], "action_on_unwanted_extensions": 0, "unwanted_extensions_mode": 0, "new_nzb_on_failure": 0, "history_retention": "0", "enable_meta": 1, "quota_size": "", "quota_day": "", "quota_resume": 0, "quota_period": "m", "enable_tv_sorting": 0, "tv_sort_string": "", "tv_categories": ["tv"], "enable_movie_sorting": 0, "movie_sort_string": "", "movie_sort_extra": "-cd%1", "movie_categories": ["movies"], "enable_date_sorting": 0, "date_sort_string": "", "date_categories": ["tv"], "schedlines": [], "rss_rate": 60, "ampm": 0, "replace_illegal": 1, "start_paused": 0, "preserve_paused_state": 0, "enable_par_cleanup": 1, "process_unpacked_par2": 1, "enable_unrar": 1, "enable_unzip": 1, "enable_7zip": 1, "enable_filejoin": 1, "enable_tsjoin": 1, "overwrite_files": 0, "ignore_unrar_dates": 0, "backup_for_duplicates": 1, "empty_postproc": 0, "wait_for_dfolder": 0, "rss_filenames": 0, "api_logging": 1, "html_login": 1, "osx_menu": 1, "osx_speed": 1, "warn_dupl_jobs": 1, "helpful_warnings": 1, "keep_awake": 1, "win_menu": 1, "allow_incomplete_nzb": 0, "enable_broadcast": 1, "ipv6_hosting": 0, "api_warnings": 1, "disable_api_key": 0, "no_penalties": 0, "x_frame_options": 1, "allow_old_ssl_tls": 0, "rss_odd_titles": ["nzbindex.nl/", "nzbindex.com/", "nzbclub.com/"], "quick_check_ext_ignore": ["nfo", "sfv", "srr"], "req_completion_rate": 100.2, "selftest_host": "self-test.sabnzbd.org", "movie_rename_limit": "100M", "episode_rename_limit": "20M", "size_limit": "0", "show_sysload": 2, "direct_unpack_threads": 3, "history_limit": 10, "wait_ext_drive": 5, "max_foldername_length": 246, "nomedia_marker": "", "ipv6_servers": 1, "url_base": "/sabnzbd", "host_whitelist": ["badspeaker"], "local_ranges": [], "max_url_retries": 10, "downloader_sleep_time": 10, "num_simd_decoders": 2, "ssdp_broadcast_interval": 15, "ext_rename_ignore": [], "email_server": "", "email_to": [], "email_from": "", "email_account": "", "email_pwd": "", "email_endjob": 0, "email_full": 0, "email_dir": "", "email_rss": 0, "email_cats": [""]}, "logging": {"log_level": 1, "max_log_size": 5242880, "log_backups": 5}, "ncenter": {"ncenter_enable": 0, "ncenter_cats": [""], "ncenter_prio_startup": 1, "ncenter_prio_download": 0, "ncenter_prio_pause_resume": 0, "ncenter_prio_pp": 0, "ncenter_prio_complete": 1, "ncenter_prio_failed": 1, "ncenter_prio_disk_full": 1, "ncenter_prio_new_login": 0, "ncenter_prio_warning": 0, "ncenter_prio_error": 0, "ncenter_prio_queue_done": 1, "ncenter_prio_other": 1}, "acenter": {"acenter_enable": 0, "acenter_cats": [""], "acenter_prio_startup": 0, "acenter_prio_download": 0, "acenter_prio_pause_resume": 0, "acenter_prio_pp": 0, "acenter_prio_complete": 1, "acenter_prio_failed": 1, "acenter_prio_disk_full": 1, "acenter_prio_new_login": 0, "acenter_prio_warning": 0, "acenter_prio_error": 0, "acenter_prio_queue_done": 1, "acenter_prio_other": 1}, "ntfosd": {"ntfosd_enable": 1, "ntfosd_cats": [""], "ntfosd_prio_startup": 1, "ntfosd_prio_download": 0, "ntfosd_prio_pause_resume": 0, "ntfosd_prio_pp": 0, "ntfosd_prio_complete": 1, "ntfosd_prio_failed": 1, "ntfosd_prio_disk_full": 1, "ntfosd_prio_new_login": 0, "ntfosd_prio_warning": 0, "ntfosd_prio_error": 0, "ntfosd_prio_queue_done": 1, "ntfosd_prio_other": 1}, "prowl": {"prowl_enable": 0, "prowl_cats": [""], "prowl_apikey": "", "prowl_prio_startup": -3, "prowl_prio_download": -3, "prowl_prio_pause_resume": -3, "prowl_prio_pp": -3, "prowl_prio_complete": 0, "prowl_prio_failed": 1, "prowl_prio_disk_full": 1, "prowl_prio_new_login": -3, "prowl_prio_warning": -3, "prowl_prio_error": -3, "prowl_prio_queue_done": 0, "prowl_prio_other": 0}, "pushover": {"pushover_token": "", "pushover_userkey": "", "pushover_device": "", "pushover_emergency_expire": 3600, "pushover_emergency_retry": 60, "pushover_enable": 0, "pushover_cats": [""], "pushover_prio_startup": -3, "pushover_prio_download": -2, "pushover_prio_pause_resume": -2, "pushover_prio_pp": -3, "pushover_prio_complete": -1, "pushover_prio_failed": -1, "pushover_prio_disk_full": 1, "pushover_prio_new_login": -3, "pushover_prio_warning": 1, "pushover_prio_error": 1, "pushover_prio_queue_done": -1, "pushover_prio_other": -1}, "pushbullet": {"pushbullet_enable": 0, "pushbullet_cats": [""], "pushbullet_apikey": "", "pushbullet_device": "", "pushbullet_prio_startup": 0, "pushbullet_prio_download": 0, "pushbullet_prio_pause_resume": 0, "pushbullet_prio_pp": 0, "pushbullet_prio_complete": 1, "pushbullet_prio_failed": 1, "pushbullet_prio_disk_full": 1, "pushbullet_prio_new_login": 0, "pushbullet_prio_warning": 0, "pushbullet_prio_error": 0, "pushbullet_prio_queue_done": 0, "pushbullet_prio_other": 1}, "nscript": {"nscript_enable": 0, "nscript_cats": [""], "nscript_script": "", "nscript_parameters": "", "nscript_prio_startup": 1, "nscript_prio_download": 0, "nscript_prio_pause_resume": 0, "nscript_prio_pp": 0, "nscript_prio_complete": 1, "nscript_prio_failed": 1, "nscript_prio_disk_full": 1, "nscript_prio_new_login": 0, "nscript_prio_warning": 0, "nscript_prio_error": 0, "nscript_prio_queue_done": 1, "nscript_prio_other": 1}, "servers": [{"name": "news.newshosting.com", "displayname": "news.newshosting.com", "host": "news.newshosting.com", "port": 119, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 0, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 0, "notes": ""}, {"name": "news.vipernews.com", "displayname": "news.vipernews.com", "host": "news.vipernews.com", "port": 563, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 1, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 1, "notes": ""}], "categories": [{"name": "", "order": 0, "pp": "3", "script": "None", "dir": "", "newzbin": "", "priority": 0}, {"name": "software", "order": 0, "pp": "", "script": "Default", "dir": "", "newzbin": "", "priority": -100}, {"name": "movies", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/movies", "newzbin": "", "priority": -100}, {"name": "tv", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/tv", "newzbin": "", "priority": -100}, {"name": "magazines", "order": 0, "pp": "", "script": "Default", "dir":

Screen Shot 2022-06-14 at 7 58 44 PM Screen Shot 2022-06-14 at 7 58 55 PM Screen Shot 2022-06-14 at 7 57 56 PM Screen Shot 2022-06-14 at 7 57 22 PM Screen Shot 2022-06-14 at 7 56 54 PM Screen Shot 2022-06-14 at 7 58 55 PM

"/mnt/nas12/Videos/tmp/magazines", "newzbin": "", "priority": -100}]}} 2022-06-14 19:51:04.1|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json 2022-06-14 19:51:04.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:51:04.1|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=get_config&apikey=(removed)&output=json: 200.OK (8356 bytes) (7 ms) 2022-06-14 19:51:04.1|Trace|HttpClient|Response content (8356 bytes): {"config": {"misc": {"pre_script": "None", "queue_complete": "", "queue_complete_pers": 0, "bandwidth_perc": 100, "refresh_rate": 1, "interface_settings": "", "queue_limit": 20, "config_lock": 0, "fixed_ports": 1, "sched_converted": 0, "notified_new_skin": 2, "direct_unpack_tested": 1, "check_new_rel": 1, "auto_browser": 0, "language": "en", "enable_https_verification": 1, "host": "192.168.0.109", "port": "8900", "https_port": "", "username": "", "password": "", "bandwidth_max": "", "cache_limit": "1G", "web_dir": "Glitter", "web_color": "Auto", "https_cert": "server.cert", "https_key": "server.key", "https_chain": "", "enable_https": 0, "inet_exposure": 0, "api_key": "(removed)", "nzb_key": "(removed)", "socks5_proxy_url": "", "permissions": "", "download_dir": "/mnt/nas12/Videos/tmp/tmp", "download_free": "", "complete_dir": "/mnt/nas12/Videos/tosort", "complete_free": "", "fulldisk_autoresume": 0, "script_dir": "", "nzb_backup_dir": "", "admin_dir": "admin", "dirscan_dir": "", "dirscan_speed": 5, "password_file": "", "log_dir": "logs", "max_art_tries": 3, "load_balancing": 2, "top_only": 0, "sfv_check": 1, "script_can_fail": 0, "enable_recursive": 1, "flat_unpack": 0, "par_option": "", "pre_check": 0, "nice": "", "win_process_prio": 3, "ionice": "", "fail_hopeless_jobs": 1, "fast_fail": 1, "auto_disconnect": 1, "no_dupes": 0, "no_series_dupes": 0, "series_propercheck": 1, "pause_on_pwrar": 1, "ignore_samples": 1, "deobfuscate_final_filenames": 0, "auto_sort": "", "direct_unpack": 1, "propagation_delay": 0, "folder_rename": 1, "replace_spaces": 0, "replace_dots": 0, "safe_postproc": 1, "pause_on_post_processing": 1, "enable_all_par": 0, "sanitize_safe": 0, "cleanup_list": ["nfo", "txt", "url", "srr"], "unwanted_extensions": [], "action_on_unwanted_extensions": 0, "unwanted_extensions_mode": 0, "new_nzb_on_failure": 0, "history_retention": "0", "enable_meta": 1, "quota_size": "", "quota_day": "", "quota_resume": 0, "quota_period": "m", "enable_tv_sorting": 0, "tv_sort_string": "", "tv_categories": ["tv"], "enable_movie_sorting": 0, "movie_sort_string": "", "movie_sort_extra": "-cd%1", "movie_categories": ["movies"], "enable_date_sorting": 0, "date_sort_string": "", "date_categories": ["tv"], "schedlines": [], "rss_rate": 60, "ampm": 0, "replace_illegal": 1, "start_paused": 0, "preserve_paused_state": 0, "enable_par_cleanup": 1, "process_unpacked_par2": 1, "enable_unrar": 1, "enable_unzip": 1, "enable_7zip": 1, "enable_filejoin": 1, "enable_tsjoin": 1, "overwrite_files": 0, "ignore_unrar_dates": 0, "backup_for_duplicates": 1, "empty_postproc": 0, "wait_for_dfolder": 0, "rss_filenames": 0, "api_logging": 1, "html_login": 1, "osx_menu": 1, "osx_speed": 1, "warn_dupl_jobs": 1, "helpful_warnings": 1, "keep_awake": 1, "win_menu": 1, "allow_incomplete_nzb": 0, "enable_broadcast": 1, "ipv6_hosting": 0, "api_warnings": 1, "disable_api_key": 0, "no_penalties": 0, "x_frame_options": 1, "allow_old_ssl_tls": 0, "rss_odd_titles": ["nzbindex.nl/", "nzbindex.com/", "nzbclub.com/"], "quick_check_ext_ignore": ["nfo", "sfv", "srr"], "req_completion_rate": 100.2, "selftest_host": "self-test.sabnzbd.org", "movie_rename_limit": "100M", "episode_rename_limit": "20M", "size_limit": "0", "show_sysload": 2, "direct_unpack_threads": 3, "history_limit": 10, "wait_ext_drive": 5, "max_foldername_length": 246, "nomedia_marker": "", "ipv6_servers": 1, "url_base": "/sabnzbd", "host_whitelist": ["badspeaker"], "local_ranges": [], "max_url_retries": 10, "downloader_sleep_time": 10, "num_simd_decoders": 2, "ssdp_broadcast_interval": 15, "ext_rename_ignore": [], "email_server": "", "email_to": [], "email_from": "", "email_account": "", "email_pwd": "", "email_endjob": 0, "email_full": 0, "email_dir": "", "email_rss": 0, "email_cats": [""]}, "logging": {"log_level": 1, "max_log_size": 5242880, "log_backups": 5}, "ncenter": {"ncenter_enable": 0, "ncenter_cats": [""], "ncenter_prio_startup": 1, "ncenter_prio_download": 0, "ncenter_prio_pause_resume": 0, "ncenter_prio_pp": 0, "ncenter_prio_complete": 1, "ncenter_prio_failed": 1, "ncenter_prio_disk_full": 1, "ncenter_prio_new_login": 0, "ncenter_prio_warning": 0, "ncenter_prio_error": 0, "ncenter_prio_queue_done": 1, "ncenter_prio_other": 1}, "acenter": {"acenter_enable": 0, "acenter_cats": [""], "acenter_prio_startup": 0, "acenter_prio_download": 0, "acenter_prio_pause_resume": 0, "acenter_prio_pp": 0, "acenter_prio_complete": 1, "acenter_prio_failed": 1, "acenter_prio_disk_full": 1, "acenter_prio_new_login": 0, "acenter_prio_warning": 0, "acenter_prio_error": 0, "acenter_prio_queue_done": 1, "acenter_prio_other": 1}, "ntfosd": {"ntfosd_enable": 1, "ntfosd_cats": [""], "ntfosd_prio_startup": 1, "ntfosd_prio_download": 0, "ntfosd_prio_pause_resume": 0, "ntfosd_prio_pp": 0, "ntfosd_prio_complete": 1, "ntfosd_prio_failed": 1, "ntfosd_prio_disk_full": 1, "ntfosd_prio_new_login": 0, "ntfosd_prio_warning": 0, "ntfosd_prio_error": 0, "ntfosd_prio_queue_done": 1, "ntfosd_prio_other": 1}, "prowl": {"prowl_enable": 0, "prowl_cats": [""], "prowl_apikey": "", "prowl_prio_startup": -3, "prowl_prio_download": -3, "prowl_prio_pause_resume": -3, "prowl_prio_pp": -3, "prowl_prio_complete": 0, "prowl_prio_failed": 1, "prowl_prio_disk_full": 1, "prowl_prio_new_login": -3, "prowl_prio_warning": -3, "prowl_prio_error": -3, "prowl_prio_queue_done": 0, "prowl_prio_other": 0}, "pushover": {"pushover_token": "", "pushover_userkey": "", "pushover_device": "", "pushover_emergency_expire": 3600, "pushover_emergency_retry": 60, "pushover_enable": 0, "pushover_cats": [""], "pushover_prio_startup": -3, "pushover_prio_download": -2, "pushover_prio_pause_resume": -2, "pushover_prio_pp": -3, "pushover_prio_complete": -1, "pushover_prio_failed": -1, "pushover_prio_disk_full": 1, "pushover_prio_new_login": -3, "pushover_prio_warning": 1, "pushover_prio_error": 1, "pushover_prio_queue_done": -1, "pushover_prio_other": -1}, "pushbullet": {"pushbullet_enable": 0, "pushbullet_cats": [""], "pushbullet_apikey": "", "pushbullet_device": "", "pushbullet_prio_startup": 0, "pushbullet_prio_download": 0, "pushbullet_prio_pause_resume": 0, "pushbullet_prio_pp": 0, "pushbullet_prio_complete": 1, "pushbullet_prio_failed": 1, "pushbullet_prio_disk_full": 1, "pushbullet_prio_new_login": 0, "pushbullet_prio_warning": 0, "pushbullet_prio_error": 0, "pushbullet_prio_queue_done": 0, "pushbullet_prio_other": 1}, "nscript": {"nscript_enable": 0, "nscript_cats": [""], "nscript_script": "", "nscript_parameters": "", "nscript_prio_startup": 1, "nscript_prio_download": 0, "nscript_prio_pause_resume": 0, "nscript_prio_pp": 0, "nscript_prio_complete": 1, "nscript_prio_failed": 1, "nscript_prio_disk_full": 1, "nscript_prio_new_login": 0, "nscript_prio_warning": 0, "nscript_prio_error": 0, "nscript_prio_queue_done": 1, "nscript_prio_other": 1}, "servers": [{"name": "news.newshosting.com", "displayname": "news.newshosting.com", "host": "news.newshosting.com", "port": 119, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 0, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 0, "notes": ""}, {"name": "news.vipernews.com", "displayname": "news.vipernews.com", "host": "news.vipernews.com", "port": 563, "timeout": 60, "username": "(removed)", "password": "(removed)", "connections": 8, "ssl": 1, "ssl_verify": 2, "ssl_ciphers": "", "enable": 1, "required": 0, "optional": 0, "retention": 0, "expire_date": "", "quota": "", "usage_at_start": 0, "send_group": 0, "priority": 1, "notes": ""}], "categories": [{"name": "*", "order": 0, "pp": "3", "script": "None", "dir": "", "newzbin": "", "priority": 0}, {"name": "software", "order": 0, "pp": "", "script": "Default", "dir": "", "newzbin": "", "priority": -100}, {"name": "movies", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/movies", "newzbin": "", "priority": -100}, {"name": "tv", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/tv", "newzbin": "", "priority": -100}, {"name": "magazines", "order": 0, "pp": "", "script": "Default", "dir": "/mnt/nas12/Videos/tmp/magazines", "newzbin": "", "priority": -100}]}} 2022-06-14 19:51:04.1|Trace|Http|Res: 381 [POST] /api/v3/downloadclient/test: 200.OK (81 ms) 2022-06-14 19:51:04.1|Debug|Api|[POST] /api/v3/downloadclient/test: 200.OK (81 ms)


And finally the search for movie works but when sent to download agent, the connection fails.

2022-06-14 19:52:21.5|Trace|Scheduler|Pending Tasks: 1 2022-06-14 19:52:21.5|Trace|CommandQueueManager|Publishing RefreshMonitoredDownloads 2022-06-14 19:52:21.5|Trace|CommandQueueManager|Checking if command is queued or started: RefreshMonitoredDownloads 2022-06-14 19:52:21.5|Trace|CommandQueueManager|Inserting new command: RefreshMonitoredDownloads 2022-06-14 19:52:21.7|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand -> DownloadMonitoringService 2022-06-14 19:52:21.7|Trace|CommandQueueManager|Marking command as started: RefreshMonitoredDownloads 2022-06-14 19:52:21.8|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json 2022-06-14 19:52:21.8|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json 2022-06-14 19:52:21.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:52:21.8|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=queue&start=0&limit=0&apikey=(removed)&output=json: 200.OK (799 bytes) (6 ms) 2022-06-14 19:52:21.8|Trace|HttpClient|Response content (799 bytes): {"queue": {"version": "3.6.0", "paused": false, "pause_int": "0", "paused_all": false, "diskspace1": "2137.89", "diskspace2": "2137.89", "diskspace1_norm": "2.1 T", "diskspace2_norm": "2.1 T", "diskspacetotal1": "27927.75", "diskspacetotal2": "27927.75", "loadavg": "0.00 | 0.01 | 0.00 | V=2159M R=92M", "speedlimit": "100", "speedlimit_abs": "", "have_warnings": "0", "finishaction": null, "quota": "0 ", "have_quota": false, "left_quota": "0 ", "cache_art": "0", "cache_size": "0 B", "kbpersec": "0.00", "speed": "0 ", "mbleft": "0.00", "mb": "0.00", "sizeleft": "0 B", "size": "0 B", "noofslots_total": 0, "noofslots": 0, "start": 0, "limit": 0, "finish": 0, "status": "Idle", "timeleft": "0:00:00", "scripts": [], "categories": ["Default", "software", "movies", "tv", "magazines"], "slots": []}} 2022-06-14 19:52:21.8|Trace|ConfigService|Using default config value for 'downloadclienthistorylimit' defaultValue:'60' 2022-06-14 19:52:21.8|Debug|SabnzbdProxy|Url: http://192.168.0.109:8900/api?mode=history&start=0&limit=60&category=movies&apikey=(removed)&output=json 2022-06-14 19:52:21.8|Trace|HttpClient|Req: [GET] http://192.168.0.109:8900/api?mode=history&start=0&limit=60&category=movies&apikey=(removed)&output=json 2022-06-14 19:52:21.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:52:21.8|Trace|HttpClient|Res: [GET] http://192.168.0.109:8900/api?mode=history&start=0&limit=60&category=movies&apikey=(removed)&output=json: 200.OK (178 bytes) (6 ms) 2022-06-14 19:52:21.8|Trace|HttpClient|Response content (178 bytes): {"history": {"total_size": "1.4 G", "month_size": "1.4 G", "week_size": "1.4 G", "day_size": "1.4 G", "slots": [], "noofslots": 0, "last_history_update": 37, "version": "3.6.0"}} 2022-06-14 19:52:21.8|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent 2022-06-14 19:52:21.8|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService 2022-06-14 19:52:21.8|Trace|EventAggregator|Publishing QueueUpdatedEvent 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent -> QueueController 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent <- QueueController 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController 2022-06-14 19:52:21.8|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController 2022-06-14 19:52:21.8|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService 2022-06-14 19:52:21.8|Trace|CommandQueueManager|Publishing ProcessMonitoredDownloads 2022-06-14 19:52:21.8|Trace|CommandQueueManager|Checking if command is queued or started: ProcessMonitoredDownloads 2022-06-14 19:52:21.8|Trace|CommandQueueManager|Inserting new command: ProcessMonitoredDownloads 2022-06-14 19:52:21.8|Trace|Http|Req: 385 [GET] /api/v3/queue/details (from 192.168.0.30) 2022-06-14 19:52:21.8|Trace|Http|Res: 385 [GET] /api/v3/queue/details: 200.OK (1 ms) 2022-06-14 19:52:21.8|Debug|Api|[GET] /api/v3/queue/details: 200.OK (1 ms) 2022-06-14 19:52:21.8|Trace|CommandQueueManager|Updating command status 2022-06-14 19:52:21.8|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand -> DownloadProcessingService 2022-06-14 19:52:21.8|Trace|CommandQueueManager|Marking command as started: ProcessMonitoredDownloads 2022-06-14 19:52:21.9|Trace|EventAggregator|Publishing CommandExecutedEvent 2022-06-14 19:52:21.9|Trace|EventAggregator|CommandExecutedEvent -> TaskManager 2022-06-14 19:52:21.9|Trace|TaskManager|Updating last run time for: NzbDrone.Core.Download.RefreshMonitoredDownloadsCommand 2022-06-14 19:52:21.9|Trace|EventAggregator|CommandExecutedEvent <- TaskManager 2022-06-14 19:52:21.9|Trace|EventAggregator|CommandExecutedEvent -> TaskController 2022-06-14 19:52:21.9|Trace|EventAggregator|CommandExecutedEvent <- TaskController 2022-06-14 19:52:21.9|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand <- DownloadMonitoringService [00:00:00.1312537] 2022-06-14 19:52:21.9|Trace|Http|Req: 386 [GET] /api/v3/command (from 192.168.0.30) 2022-06-14 19:52:21.9|Trace|CommandQueueManager|Getting all commands 2022-06-14 19:52:21.9|Trace|Http|Res: 386 [GET] /api/v3/command: 200.OK (1 ms) 2022-06-14 19:52:21.9|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms) 2022-06-14 19:52:22.0|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:52:22.0|Trace|EventAggregator|Publishing DownloadsProcessedEvent 2022-06-14 19:52:22.0|Trace|EventAggregator|DownloadsProcessedEvent -> DownloadMonitoringService 2022-06-14 19:52:22.0|Trace|EventAggregator|Publishing TrackedDownloadRefreshedEvent 2022-06-14 19:52:22.0|Trace|EventAggregator|TrackedDownloadRefreshedEvent -> QueueService 2022-06-14 19:52:22.0|Trace|EventAggregator|Publishing QueueUpdatedEvent 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueController 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueController 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueDetailsController 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueDetailsController 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent -> QueueStatusController 2022-06-14 19:52:22.0|Trace|EventAggregator|QueueUpdatedEvent <- QueueStatusController 2022-06-14 19:52:22.0|Trace|EventAggregator|TrackedDownloadRefreshedEvent <- QueueService 2022-06-14 19:52:22.0|Trace|EventAggregator|DownloadsProcessedEvent <- DownloadMonitoringService 2022-06-14 19:52:22.0|Trace|EventAggregator|DownloadsProcessedEvent ~> NotificationService 2022-06-14 19:52:22.0|Trace|CommandQueueManager|Updating command status 2022-06-14 19:52:22.0|Trace|EventAggregator|DownloadsProcessedEvent <~ NotificationService 2022-06-14 19:52:22.0|Trace|Http|Req: 387 [GET] /api/v3/queue/details (from 192.168.0.30) 2022-06-14 19:52:22.0|Trace|Http|Res: 387 [GET] /api/v3/queue/details: 200.OK (2 ms) 2022-06-14 19:52:22.0|Debug|Api|[GET] /api/v3/queue/details: 200.OK (2 ms) 2022-06-14 19:52:22.0|Trace|EventAggregator|Publishing CommandExecutedEvent 2022-06-14 19:52:22.0|Trace|EventAggregator|CommandExecutedEvent -> TaskManager 2022-06-14 19:52:22.0|Trace|EventAggregator|CommandExecutedEvent <- TaskManager 2022-06-14 19:52:22.0|Trace|EventAggregator|CommandExecutedEvent -> TaskController 2022-06-14 19:52:22.0|Trace|EventAggregator|CommandExecutedEvent <- TaskController 2022-06-14 19:52:22.0|Trace|CommandExecutor|ProcessMonitoredDownloadsCommand <- DownloadProcessingService [00:00:00.1793866] 2022-06-14 19:52:22.0|Trace|Http|Req: 388 [GET] /api/v3/command (from 192.168.0.30) 2022-06-14 19:52:22.0|Trace|CommandQueueManager|Getting all commands 2022-06-14 19:52:22.0|Trace|Http|Res: 388 [GET] /api/v3/command: 200.OK (1 ms) 2022-06-14 19:52:22.0|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms) 2022-06-14 19:52:26.0|Trace|Http|Req: 389 [POST] /api/v3/indexer/action/newznabCategories (from 192.168.0.30) 2022-06-14 19:52:26.0|Trace|Http|Res: 389 [POST] /api/v3/indexer/action/newznabCategories: 200.OK (3 ms) 2022-06-14 19:52:26.0|Debug|Api|[POST] /api/v3/indexer/action/newznabCategories: 200.OK (3 ms) 2022-06-14 19:52:51.7|Trace|Scheduler|Pending Tasks: 0

2022-06-14 19:53:07.8|Trace|Http|Req: 390 [GET] /api/v3/downloadclient (from 192.168.0.30) 2022-06-14 19:53:07.8|Trace|Http|Req: 391 [GET] /api/v3/remotepathmapping (from 192.168.0.30) 2022-06-14 19:53:07.8|Trace|Http|Req: 392 [GET] /api/v3/config/downloadclient (from 192.168.0.30) 2022-06-14 19:53:07.8|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'UNPACK|FAILED' 2022-06-14 19:53:07.8|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:07.8|Trace|ConfigService|Using default config value for 'checkforfinisheddownloadinterval' defaultValue:'1' 2022-06-14 19:53:07.8|Trace|Http|Res: 391 [GET] /api/v3/remotepathmapping: 200.OK (1 ms) 2022-06-14 19:53:07.8|Trace|ConfigService|Using default config value for 'autoredownloadfailed' defaultValue:'True' 2022-06-14 19:53:07.8|Debug|Api|[GET] /api/v3/remotepathmapping: 200.OK (1 ms) 2022-06-14 19:53:07.8|Trace|Http|Res: 392 [GET] /api/v3/config/downloadclient: 200.OK (1 ms) 2022-06-14 19:53:07.8|Debug|Api|[GET] /api/v3/config/downloadclient: 200.OK (1 ms) 2022-06-14 19:53:07.8|Trace|Http|Res: 390 [GET] /api/v3/downloadclient: 200.OK (1 ms) 2022-06-14 19:53:07.8|Debug|Api|[GET] /api/v3/downloadclient: 200.OK (1 ms) 2022-06-14 19:53:08.2|Trace|Http|Req: 393 [GET] /api/v3/indexer (from 192.168.0.30) 2022-06-14 19:53:08.2|Trace|Http|Req: 394 [GET] /api/v3/restriction (from 192.168.0.30) 2022-06-14 19:53:08.2|Trace|Http|Req: 395 [GET] /api/v3/config/indexer (from 192.168.0.30) 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'60' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'availabilitydelay' defaultValue:'0' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'allowhardcodedsubs' defaultValue:'False' 2022-06-14 19:53:08.2|Trace|ConfigService|Using default config value for 'whitelistedhardcodedsubs' defaultValue:'' 2022-06-14 19:53:08.2|Trace|Http|Res: 394 [GET] /api/v3/restriction: 200.OK (1 ms) 2022-06-14 19:53:08.2|Trace|Http|Res: 395 [GET] /api/v3/config/indexer: 200.OK (2 ms) 2022-06-14 19:53:08.2|Debug|Api|[GET] /api/v3/restriction: 200.OK (1 ms) 2022-06-14 19:53:08.2|Debug|Api|[GET] /api/v3/config/indexer: 200.OK (2 ms) 2022-06-14 19:53:08.2|Trace|Http|Res: 393 [GET] /api/v3/indexer: 200.OK (5 ms) 2022-06-14 19:53:08.2|Debug|Api|[GET] /api/v3/indexer: 200.OK (5 ms) 2022-06-14 19:53:08.6|Trace|Http|Req: 396 [GET] /api/v3/downloadclient (from 192.168.0.30) 2022-06-14 19:53:08.6|Trace|Http|Res: 396 [GET] /api/v3/downloadclient: 200.OK (3 ms) 2022-06-14 19:53:08.6|Trace|Http|Req: 397 [GET] /api/v3/config/downloadclient (from 192.168.0.30) 2022-06-14 19:53:08.6|Debug|Api|[GET] /api/v3/downloadclient: 200.OK (3 ms) 2022-06-14 19:53:08.6|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'UNPACK|FAILED' 2022-06-14 19:53:08.6|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:08.6|Trace|ConfigService|Using default config value for 'checkforfinisheddownloadinterval' defaultValue:'1' 2022-06-14 19:53:08.6|Trace|ConfigService|Using default config value for 'autoredownloadfailed' defaultValue:'True' 2022-06-14 19:53:08.6|Trace|Http|Res: 397 [GET] /api/v3/config/downloadclient: 200.OK (2 ms) 2022-06-14 19:53:08.6|Debug|Api|[GET] /api/v3/config/downloadclient: 200.OK (2 ms) 2022-06-14 19:53:08.6|Trace|Http|Req: 398 [GET] /api/v3/remotepathmapping (from 192.168.0.30) 2022-06-14 19:53:08.6|Trace|Http|Res: 398 [GET] /api/v3/remotepathmapping: 200.OK (0 ms) 2022-06-14 19:53:08.6|Debug|Api|[GET] /api/v3/remotepathmapping: 200.OK (0 ms) 2022-06-14 19:53:09.0|Trace|Http|Req: 399 [GET] /api/v3/config/host (from 192.168.0.30) 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 2022-06-14 19:53:09.0|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 2022-06-14 19:53:09.0|Trace|Http|Res: 399 [GET] /api/v3/config/host: 200.OK (5 ms) 2022-06-14 19:53:09.0|Debug|Api|[GET] /api/v3/config/host: 200.OK (5 ms) 2022-06-14 19:53:10.0|Trace|Http|Req: 400 [GET] /api/v3/health (from 192.168.0.30) 2022-06-14 19:53:10.0|Trace|Http|Req: 401 [GET] /api/v3/diskspace (from 192.168.0.30) 2022-06-14 19:53:10.0|Trace|Http|Res: 400 [GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:10.0|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:10.0|Trace|Http|Req: 402 [GET] /api/v3/system/status (from 192.168.0.30) 2022-06-14 19:53:10.0|Trace|Http|Res: 402 [GET] /api/v3/system/status: 200.OK (1 ms) 2022-06-14 19:53:10.0|Debug|Api|[GET] /api/v3/system/status: 200.OK (1 ms) 2022-06-14 19:53:10.4|Trace|Http|Req: 403 [GET] /api/v3/config/indexer (from 192.168.0.30) 2022-06-14 19:53:10.4|Trace|Http|Req: 404 [GET] /api/v3/indexer (from 192.168.0.30) 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'60' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'availabilitydelay' defaultValue:'0' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'allowhardcodedsubs' defaultValue:'False' 2022-06-14 19:53:10.4|Trace|ConfigService|Using default config value for 'whitelistedhardcodedsubs' defaultValue:'' 2022-06-14 19:53:10.4|Trace|Http|Res: 403 [GET] /api/v3/config/indexer: 200.OK (4 ms) 2022-06-14 19:53:10.4|Debug|Api|[GET] /api/v3/config/indexer: 200.OK (4 ms) 2022-06-14 19:53:10.4|Trace|Http|Req: 405 [GET] /api/v3/restriction (from 192.168.0.30) 2022-06-14 19:53:10.5|Trace|Http|Res: 405 [GET] /api/v3/restriction: 200.OK (2 ms) 2022-06-14 19:53:10.5|Debug|Api|[GET] /api/v3/restriction: 200.OK (2 ms) 2022-06-14 19:53:10.5|Trace|Http|Res: 404 [GET] /api/v3/indexer: 200.OK (12 ms) 2022-06-14 19:53:10.5|Debug|Api|[GET] /api/v3/indexer: 200.OK (12 ms) 2022-06-14 19:53:11.1|Trace|Http|Req: 406 [GET] /api/v3/config/host (from 192.168.0.30) 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxytype' defaultValue:'Http' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxyhostname' defaultValue:'' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxyport' defaultValue:'8080' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxyusername' defaultValue:'' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxypassword' defaultValue:'' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxybypassfilter' defaultValue:'' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'proxybypasslocaladdresses' defaultValue:'True' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'backupfolder' defaultValue:'Backups' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'backupinterval' defaultValue:'7' 2022-06-14 19:53:11.1|Trace|ConfigService|Using default config value for 'backupretention' defaultValue:'28' 2022-06-14 19:53:11.1|Trace|Http|Res: 406 [GET] /api/v3/config/host: 200.OK (5 ms) 2022-06-14 19:53:11.1|Debug|Api|[GET] /api/v3/config/host: 200.OK (5 ms) 2022-06-14 19:53:11.7|Trace|Http|Req: 407 [GET] /api/v3/log/file (from 192.168.0.30) 2022-06-14 19:53:11.7|Trace|Http|Res: 407 [GET] /api/v3/log/file: 200.OK (4 ms) 2022-06-14 19:53:11.7|Debug|Api|[GET] /api/v3/log/file: 200.OK (4 ms) 2022-06-14 19:53:12.2|Trace|Http|Req: 408 [GET] /api/v3/system/status (from 192.168.0.30) 2022-06-14 19:53:12.2|Trace|Http|Req: 409 [GET] /api/v3/health (from 192.168.0.30) 2022-06-14 19:53:12.2|Trace|Http|Req: 410 [GET] /api/v3/diskspace (from 192.168.0.30) 2022-06-14 19:53:12.2|Trace|Http|Res: 409 [GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:12.2|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:12.2|Trace|Http|Res: 408 [GET] /api/v3/system/status: 200.OK (4 ms) 2022-06-14 19:53:12.2|Debug|Api|[GET] /api/v3/system/status: 200.OK (4 ms) 2022-06-14 19:53:12.7|Trace|Http|Req: 411 [GET] /api/v3/indexer (from 192.168.0.30) 2022-06-14 19:53:12.7|Trace|Http|Req: 412 [GET] /api/v3/config/indexer (from 192.168.0.30) 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'rsssyncinterval' defaultValue:'60' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'availabilitydelay' defaultValue:'0' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'allowhardcodedsubs' defaultValue:'False' 2022-06-14 19:53:12.7|Trace|ConfigService|Using default config value for 'whitelistedhardcodedsubs' defaultValue:'' 2022-06-14 19:53:12.7|Trace|Http|Res: 412 [GET] /api/v3/config/indexer: 200.OK (3 ms) 2022-06-14 19:53:12.7|Debug|Api|[GET] /api/v3/config/indexer: 200.OK (3 ms) 2022-06-14 19:53:12.7|Trace|Http|Req: 413 [GET] /api/v3/restriction (from 192.168.0.30) 2022-06-14 19:53:12.7|Trace|Http|Res: 411 [GET] /api/v3/indexer: 200.OK (9 ms) 2022-06-14 19:53:12.7|Debug|Api|[GET] /api/v3/indexer: 200.OK (9 ms) 2022-06-14 19:53:12.7|Trace|Http|Res: 413 [GET] /api/v3/restriction: 200.OK (3 ms) 2022-06-14 19:53:12.7|Debug|Api|[GET] /api/v3/restriction: 200.OK (3 ms) 2022-06-14 19:53:13.6|Trace|Http|Req: 414 [GET] /api/v3/health (from 192.168.0.30) 2022-06-14 19:53:13.6|Trace|Http|Req: 415 [GET] /api/v3/diskspace (from 192.168.0.30) 2022-06-14 19:53:13.6|Trace|Http|Req: 416 [GET] /api/v3/system/status (from 192.168.0.30) 2022-06-14 19:53:13.6|Trace|Http|Res: 414 [GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:13.6|Debug|Api|[GET] /api/v3/health: 200.OK (1 ms) 2022-06-14 19:53:13.6|Trace|Http|Res: 416 [GET] /api/v3/system/status: 200.OK (2 ms) 2022-06-14 19:53:13.6|Debug|Api|[GET] /api/v3/system/status: 200.OK (2 ms) 2022-06-14 19:53:14.2|Trace|Http|Req: 417 [GET] /movie/undefined (from 192.168.0.30) 2022-06-14 19:53:14.2|Trace|Http|Res: 417 [GET] /movie/undefined: 200.OK (0 ms) 2022-06-14 19:53:14.3|Trace|Http|Req: 418 [GET] /api/v3/movieFile?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Req: 419 [GET] /api/v3/blocklist/movie?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Req: 420 [GET] /api/v3/history/movie?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Res: 419 [GET] /api/v3/blocklist/movie?movieId=32059: 200.OK (13 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/blocklist/movie?movieId=32059: 200.OK (13 ms) 2022-06-14 19:53:14.3|Trace|Http|Res: 418 [GET] /api/v3/movieFile?movieId=32059: 200.OK (20 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/movieFile?movieId=32059: 200.OK (20 ms) 2022-06-14 19:53:14.3|Trace|Http|Req: 421 [GET] /api/v3/extraFile?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Req: 422 [GET] /api/v3/credit?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Res: 421 [GET] /api/v3/extraFile?movieId=32059: 200.OK (2 ms) 2022-06-14 19:53:14.3|Debug|Parser|Rejected Hashed Release Title: r2Tgoim6xeo6SQ2X2sEP6xxYh2T4eD9PdSdsDP 2022-06-14 19:53:14.3|Trace|Http|Res: 422 [GET] /api/v3/credit?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/extraFile?movieId=32059: 200.OK (2 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/credit?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:14.3|Debug|Parser|Parsing string 'Terror.Trips.2022.HDRip.XviD.AC3-EVO' 2022-06-14 19:53:14.3|Trace|Parser|^(?(?![([]).+?)?(?:(?:<a href="?<![">-_\W</a>[!]))<em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:14.3|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:14.3|Debug|Parser|Release Group parsed: EVO 2022-06-14 19:53:14.3|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:14.3|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:14.3|Debug|Parser|Quality parsed: Unknown v1 2022-06-14 19:53:14.3|Debug|Parser|Edition parsed: 2022-06-14 19:53:14.3|Trace|Http|Res: 420 [GET] /api/v3/history/movie?movieId=32059: 200.OK (17 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/history/movie?movieId=32059: 200.OK (17 ms) 2022-06-14 19:53:14.3|Trace|Http|Req: 423 [GET] /api/v3/queue/details?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Req: 424 [GET] /api/v3/importlist/schema (from 192.168.0.30) 2022-06-14 19:53:14.3|Trace|Http|Res: 423 [GET] /api/v3/queue/details?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/queue/details?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:14.3|Trace|Http|Res: 424 [GET] /api/v3/importlist/schema: 200.OK (3 ms) 2022-06-14 19:53:14.3|Debug|Api|[GET] /api/v3/importlist/schema: 200.OK (3 ms) 2022-06-14 19:53:14.3|Trace|Http|Req: 425 [GET] /api/v3/rootFolder (from 192.168.0.30) 2022-06-14 19:53:14.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:14.6|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:14.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:14.6|Trace|Http|Req: 426 [GET] /api/v3/rootFolder (from 192.168.0.30) 2022-06-14 19:53:14.6|Trace|Http|Req: 427 [GET] /api/v3/exclusions (from 192.168.0.30) 2022-06-14 19:53:14.7|Trace|Http|Res: 427 [GET] /api/v3/exclusions: 200.OK (40 ms) 2022-06-14 19:53:14.7|Debug|Api|[GET] /api/v3/exclusions: 200.OK (40 ms) 2022-06-14 19:53:14.7|Trace|Http|Req: 428 [GET] /api/v3/queue/details (from 192.168.0.30) 2022-06-14 19:53:14.7|Trace|Http|Res: 428 [GET] /api/v3/queue/details: 200.OK (1 ms) 2022-06-14 19:53:14.7|Debug|Api|[GET] /api/v3/queue/details: 200.OK (1 ms) 2022-06-14 19:53:14.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:14.7|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:14.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:14.9|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:14.9|Trace|Http|Req: 429 [GET] /api/v3/movie/lookup?term=Terror%20Trips (from 192.168.0.30) 2022-06-14 19:53:14.9|Debug|Parser|Parsing string 'Terror Trips' 2022-06-14 19:53:14.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:14.9|Debug|Parser|Unable to parse Terror Trips 2022-06-14 19:53:15.0|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:15.0|Trace|HttpClient|Req: [GET] <a href="https://api.radarr.video/v1/search?q=terror%2Btrips&year">https://api.radarr.video/v1/search?q=terror%2Btrips&year</a>= 2022-06-14 19:53:15.0|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:15.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.1|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.1|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:15.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.1|Trace|HttpClient|Res: [GET] <a href="https://api.radarr.video/v1/search?q=terror%2Btrips&year">https://api.radarr.video/v1/search?q=terror%2Btrips&year</a>=: 200.OK (6160 bytes) (136 ms) 2022-06-14 19:53:15.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.2|Trace|ConfigService|Using default config value for 'availabilitydelay' defaultValue:'0' 2022-06-14 19:53:15.2|Trace|ConfigService|Using default config value for 'movieinfolanguage' defaultValue:'1' 2022-06-14 19:53:15.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.3|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:15.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.5|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:15.5|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.5|Trace|Http|Res: 429 [GET] /api/v3/movie/lookup?term=Terror%20Trips: 200.OK (570 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/movie/lookup?term=Terror%20Trips: 200.OK (570 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 430 [GET] /api/v3/movieFile?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 430 [GET] /api/v3/movieFile?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/movieFile?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 431 [GET] /api/v3/blocklist/movie?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 431 [GET] /api/v3/blocklist/movie?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/blocklist/movie?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 432 [GET] /api/v3/history/movie?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Debug|Parser|Rejected Hashed Release Title: r2Tgoim6xeo6SQ2X2sEP6xxYh2T4eD9PdSdsDP 2022-06-14 19:53:15.5|Debug|Parser|Parsing string 'Terror.Trips.2022.HDRip.XviD.AC3-EVO' 2022-06-14 19:53:15.5|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))</em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|_|$)(?!\) 2022-06-14 19:53:15.5|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:15.5|Debug|Parser|Release Group parsed: EVO 2022-06-14 19:53:15.5|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:15.5|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:15.5|Debug|Parser|Quality parsed: Unknown v1 2022-06-14 19:53:15.5|Debug|Parser|Edition parsed: 2022-06-14 19:53:15.5|Trace|Http|Res: 432 [GET] /api/v3/history/movie?movieId=32059: 200.OK (5 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/history/movie?movieId=32059: 200.OK (5 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 433 [GET] /api/v3/extraFile?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 433 [GET] /api/v3/extraFile?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/extraFile?movieId=32059: 200.OK (1 ms) 2022-06-14 19:53:15.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.5|Trace|Http|Req: 434 [GET] /api/v3/credit?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 434 [GET] /api/v3/credit?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/credit?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.5|Trace|Http|Req: 435 [GET] /api/v3/queue/details?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 435 [GET] /api/v3/queue/details?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/queue/details?movieId=32059: 200.OK (0 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 436 [GET] /api/v3/importlist/schema (from 192.168.0.30) 2022-06-14 19:53:15.5|Trace|Http|Res: 436 [GET] /api/v3/importlist/schema: 200.OK (3 ms) 2022-06-14 19:53:15.5|Debug|Api|[GET] /api/v3/importlist/schema: 200.OK (3 ms) 2022-06-14 19:53:15.5|Trace|Http|Req: 437 [GET] /api/v3/rootFolder (from 192.168.0.30) 2022-06-14 19:53:15.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.9|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:15.9|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:15.9|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:15.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:15.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.0|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.1|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:16.1|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.2|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:16.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.3|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:16.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.4|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:16.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.4|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.4|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:16.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.5|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.6|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:16.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.8|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.8|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:16.8|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:16.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.9|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:16.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:16.9|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:17.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.0|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:17.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.1|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:17.1|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.1|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:17.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.2|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:17.2|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:17.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.2|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.3|Trace|Http|Req: 438 [GET] /api/v3/release?movieId=32059 (from 192.168.0.30) 2022-06-14 19:53:17.3|Info|ReleaseSearchService|Searching indexers for [Terror Trips]. 3 active indexers 2022-06-14 19:53:17.3|Debug|Newznab|Downloading Feed <a href="https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Trace|HttpClient|Req: [GET] <a href="https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:17.3|Debug|Newznab|Downloading Feed <a href="https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Trace|HttpClient|Req: [GET] <a href="https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Debug|Newznab|Downloading Feed <a href="https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:17.3|Trace|HttpClient|Req: [GET] <a href="https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:17.4|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:17.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.5|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:17.5|Trace|HttpClient|Res: [GET] <a href="https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a>: 301.Moved (0 bytes) (168 ms) 2022-06-14 19:53:17.5|Trace|HttpClient|Redirected to <a href="https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.5|Trace|HttpClient|Req: [GET] <a href="https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a> 2022-06-14 19:53:17.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2022-06-14 19:53:17.5|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.5|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:17.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.7|Trace|HttpClient|Res: [GET] <a href="https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://nzbfinder.ws/api?t=search&cat=2030,2040,2045,2050,2060,2070,2080,2090&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a>: 200.OK (5156 bytes) (331 ms) 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.7|Trace|HttpClient|Res: [GET] <a href="https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://api.dognzb.cr/api?t=search&cat=2000,2010,2020,2030,2040,2045,2050,2060&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a>: 200.OK (4201 bytes) (352 ms) 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.7|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.7|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:17.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.8|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:17.8|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:17.8|Trace|HttpClient|Res: [GET] <a href="https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022">https://drunkenslug.com/api?t=search&cat=2000&extended=1&apikey=(removed)&offset=0&limit=100&q=Terror%20Trips%202022</a>: 200.OK (3677 bytes) (314 ms) 2022-06-14 19:53:17.8|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.8|Trace|NewznabRssParser|Parsed: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.8|Debug|ReleaseSearchService|Total of 8 reports were found for [Terror Trips] from 3 indexers 2022-06-14 19:53:17.8|Info|DownloadDecisionMaker|Processing 8 releases 2022-06-14 19:53:17.8|Trace|DownloadDecisionMaker|Processing release 1/8 2022-06-14 19:53:17.8|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.8|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:<a href="?<![">-_\W</a>[!]))<em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.8|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.8|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.8|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.8|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.8|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.8|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.8|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.8|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.8|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.8|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.8|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.8|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.8|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.8|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.8|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.8|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.8|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.8|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.8|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.8|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 2/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))</em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 3/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.HDRip.XviD.AC3-EVO' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))<em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: EVO 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: Unknown v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.HDRip.XviD.AC3-EVO, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Has same release name as a grabbed and imported release 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. Unknown v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality Unknown v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.HDRip.XviD.AC3-EVO] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Upgrading is not allowed by the quality profile 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Existing item has better quality, skipping 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Has same release name as a grabbed and imported release, [Permanent] Unknown is not wanted in profile, [Permanent] Existing file and the Quality profile does not allow upgrades, [Permanent] Quality for existing file on disk is of equal or higher preference: SDTV v1 [] 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 4/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))</em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 5/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.HDRip.XviD.AC3-EVO' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))<em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: EVO 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: Unknown v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.HDRip.XviD.AC3-EVO, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Has same release name as a grabbed and imported release 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. Unknown v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality Unknown v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.HDRip.XviD.AC3-EVO 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.HDRip.XviD.AC3-EVO] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Upgrading is not allowed by the quality profile 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Existing item has better quality, skipping 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Has same release name as a grabbed and imported release, [Permanent] Unknown is not wanted in profile, [Permanent] Existing file and the Quality profile does not allow upgrades, [Permanent] Quality for existing file on disk is of equal or higher preference: SDTV v1 [] 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 6/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))</em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 7/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))<em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|<em>|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|DownloadDecisionMaker|Processing release 8/8 2022-06-14 19:53:17.9|Debug|Parser|Parsing string 'Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG' 2022-06-14 19:53:17.9|Trace|Parser|^(?<title>(?![([]).+?)?(?:(?:[-</em>\W](?<![)[!]))</em>(?<year>(1(8|9)|20)\d{2}(?!p|i|(1(8|9)|20)\d{2}|]|\W(1(8|9)|20)\d{2})))+(\W+|_|$)(?!\) 2022-06-14 19:53:17.9|Debug|Parser|Movie Parsed. Terror Trips - 2022 2022-06-14 19:53:17.9|Debug|Parser|Release Group parsed: CMRG 2022-06-14 19:53:17.9|Debug|Parser|Languages parsed: Unknown 2022-06-14 19:53:17.9|Debug|QualityParser|Trying to parse quality for Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|Parser|Quality parsed: WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|Parser|Edition parsed: 2022-06-14 19:53:17.9|Debug|ParsingService|Language couldn't be parsed from release, fallback to movie original language: English 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Beginning size check for: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|AcceptableSizeSpecification|Item: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG, meets size constraints 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True' 2022-06-14 19:53:17.9|Debug|AlreadyImportedSpecification|Performing already imported check on report 2022-06-14 19:53:17.9|Debug|CutoffSpecification|Comparing file quality with report. Existing file is SDTV v1 2022-06-14 19:53:17.9|Debug|LanguageSpecification|Checking if report meets language requirements. English 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'maximumsize' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MaximumSizeSpecification|Maximum size is not set. 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'minimumage' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|MinimumAgeSpecification|Minimum age is not set. 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. WEBDL-1080p v1 2022-06-14 19:53:17.9|Debug|QualityAllowedByProfileSpecification|Quality WEBDL-1080p v1 rejected by Movie's quality profile 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|Checking if release meets restrictions: Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG 2022-06-14 19:53:17.9|Debug|ReleaseRestrictionsSpecification|[Terror.Trips.2022.1080p.WEB-DL.AAC2.0.H.264-CMRG] No restrictions apply, allowing 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'retention' defaultValue:'0' 2022-06-14 19:53:17.9|Debug|RetentionSpecification|Checking if report meets retention requirements. 0 2022-06-14 19:53:17.9|Debug|UpgradeAllowedSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|Quality profile allows upgrading 2022-06-14 19:53:17.9|Debug|UpgradeDiskSpecification|Comparing file quality with report. Existing file is SDTV v1 [] 2022-06-14 19:53:17.9|Debug|UpgradableSpecification|New item has a better quality 2022-06-14 19:53:17.9|Debug|MovieSpecification|Checking if movie matches searched movie 2022-06-14 19:53:17.9|Debug|AvailabilitySpecification|Skipping availability check during search 2022-06-14 19:53:17.9|Debug|DelaySpecification|Ignoring delay for user invoked search 2022-06-14 19:53:17.9|Debug|HistorySpecification|Skipping history check during search 2022-06-14 19:53:17.9|Debug|MonitoredMovieSpecification|Skipping monitored check during search 2022-06-14 19:53:17.9|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] WEBDL-1080p is not wanted in profile 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|ConfigService|Using default config value for 'preferindexerflags' defaultValue:'False' 2022-06-14 19:53:17.9|Trace|Http|Res: 438 [GET] /api/v3/release?movieId=32059: 200.OK (602 ms) 2022-06-14 19:53:17.9|Debug|Api|[GET] /api/v3/release?movieId=32059: 200.OK (602 ms) 2022-06-14 19:53:18.2|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:18.2|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:18.3|Debug|RootFolderService|7 unmapped folders detected. 2022-06-14 19:53:18.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:18.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:18.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:18.7|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:18.7|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:18.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.2|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:19.2|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:19.2|Debug|RootFolderService|7 unmapped folders detected. 2022-06-14 19:53:19.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:19.3|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:19.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:19.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.4|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:19.4|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:19.4|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:19.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.5|Debug|RootFolderService|0 unmapped folders detected.</p> <p>2022-06-14 19:53:19.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:19.6|Debug|RootFolderService|2 unmapped folders detected. 2022-06-14 19:53:19.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.7|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:19.7|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:19.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:19.8|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:19.9|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:19.9|Debug|RootFolderService|0 unmapped folders detected.</p> <p>2022-06-14 19:53:20.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:20.0|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:20.2|Debug|RootFolderService|4 unmapped folders detected.</p> <p>2022-06-14 19:53:20.3|Debug|RootFolderService|7 unmapped folders detected. 2022-06-14 19:53:20.4|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:20.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:20.4|Debug|RootFolderService|163 unmapped folders detected. 2022-06-14 19:53:20.5|Debug|RootFolderService|0 unmapped folders detected.</p> <p>2022-06-14 19:53:20.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:20.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:20.7|Debug|RootFolderService|1 unmapped folders detected.</p> <p>2022-06-14 19:53:21.0|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:21.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.0|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:21.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.1|Debug|RootFolderService|1 unmapped folders detected. 2022-06-14 19:53:21.1|Debug|RootFolderService|163 unmapped folders detected. 2022-06-14 19:53:21.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:21.3|Debug|RootFolderService|5 unmapped folders detected.</p> <p>2022-06-14 19:53:21.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.4|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:21.5|Debug|RootFolderService|4 unmapped folders detected.</p> <p>2022-06-14 19:53:21.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.6|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:21.6|Debug|RootFolderService|1 unmapped folders detected.</p> <p>2022-06-14 19:53:21.7|Trace|Scheduler|Pending Tasks: 0</p> <p>2022-06-14 19:53:21.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:21.7|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:21.8|Debug|RootFolderService|5 unmapped folders detected.</p> <p>2022-06-14 19:53:22.1|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:22.2|Debug|RootFolderService|11 unmapped folders detected.</p> <p>2022-06-14 19:53:22.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:22.4|Debug|RootFolderService|1 unmapped folders detected.</p> <p>2022-06-14 19:53:22.6|Debug|RootFolderService|7 unmapped folders detected. 2022-06-14 19:53:22.6|Debug|RootFolderService|163 unmapped folders detected.</p> <p>2022-06-14 19:53:22.6|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:22.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:22.9|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:23.4|Debug|RootFolderService|11 unmapped folders detected.</p> <p>2022-06-14 19:53:23.8|Debug|RootFolderService|13 unmapped folders detected. 2022-06-14 19:53:23.8|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:23.9|Debug|RootFolderService|4 unmapped folders detected. 2022-06-14 19:53:23.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:23.9|Debug|RootFolderService|7 unmapped folders detected.</p> <p>2022-06-14 19:53:24.0|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:24.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.2|Debug|RootFolderService|21 unmapped folders detected.</p> <p>2022-06-14 19:53:24.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.3|Debug|RootFolderService|5 unmapped folders detected. 2022-06-14 19:53:24.3|Debug|RootFolderService|13 unmapped folders detected.</p> <p>2022-06-14 19:53:24.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.5|Debug|RootFolderService|50 unmapped folders detected. 2022-06-14 19:53:24.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.7|Debug|RootFolderService|21 unmapped folders detected. 2022-06-14 19:53:24.7|Debug|RootFolderService|1 unmapped folders detected.</p> <p>2022-06-14 19:53:24.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:24.9|Debug|RootFolderService|32 unmapped folders detected. 2022-06-14 19:53:25.1|Debug|RootFolderService|50 unmapped folders detected. 2022-06-14 19:53:25.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.2|Debug|RootFolderService|11 unmapped folders detected. 2022-06-14 19:53:25.2|Debug|RootFolderService|12 unmapped folders detected.</p> <p>2022-06-14 19:53:25.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.3|Debug|RootFolderService|32 unmapped folders detected.</p> <p>2022-06-14 19:53:25.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.5|Debug|RootFolderService|12 unmapped folders detected. 2022-06-14 19:53:25.5|Debug|RootFolderService|7 unmapped folders detected.</p> <p>2022-06-14 19:53:25.6|Debug|RootFolderService|12 unmapped folders detected. 2022-06-14 19:53:25.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.6|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:25.7|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:25.8|Debug|RootFolderService|29 unmapped folders detected. 2022-06-14 19:53:25.8|Debug|RootFolderService|13 unmapped folders detected. 2022-06-14 19:53:25.8|Debug|RootFolderService|12 unmapped folders detected.</p> <p>2022-06-14 19:53:25.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:25.9|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:26.2|Debug|RootFolderService|29 unmapped folders detected. 2022-06-14 19:53:26.2|Debug|RootFolderService|49 unmapped folders detected. 2022-06-14 19:53:26.2|Debug|RootFolderService|21 unmapped folders detected.</p> <p>2022-06-14 19:53:26.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.3|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:26.5|Debug|RootFolderService|24 unmapped folders detected. 2022-06-14 19:53:26.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.5|Debug|RootFolderService|50 unmapped folders detected. 2022-06-14 19:53:26.5|Debug|RootFolderService|49 unmapped folders detected.</p> <p>2022-06-14 19:53:26.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.7|Debug|RootFolderService|19 unmapped folders detected.</p> <p>2022-06-14 19:53:26.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:26.8|Debug|RootFolderService|24 unmapped folders detected. 2022-06-14 19:53:26.8|Debug|RootFolderService|32 unmapped folders detected.</p> <p>2022-06-14 19:53:27.0|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:27.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.0|Debug|RootFolderService|39 unmapped folders detected. 2022-06-14 19:53:27.0|Debug|RootFolderService|19 unmapped folders detected.</p> <p>2022-06-14 19:53:27.1|Debug|RootFolderService|12 unmapped folders detected. 2022-06-14 19:53:27.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.1|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:27.2|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:27.2|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:27.3|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:27.4|Debug|RootFolderService|39 unmapped folders detected. 2022-06-14 19:53:27.4|Debug|RootFolderService|12 unmapped folders detected.</p> <p>2022-06-14 19:53:27.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.5|Debug|RootFolderService|31 unmapped folders detected.</p> <p>2022-06-14 19:53:27.5|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:27.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.6|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:27.6|Debug|RootFolderService|29 unmapped folders detected.</p> <p>2022-06-14 19:53:27.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:27.8|Debug|RootFolderService|31 unmapped folders detected.</p> <p>2022-06-14 19:53:27.9|Debug|RootFolderService|68 unmapped folders detected. 2022-06-14 19:53:28.0|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:28.0|Debug|RootFolderService|49 unmapped folders detected. 2022-06-14 19:53:28.0|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:28.2|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:28.2|Debug|RootFolderService|30 unmapped folders detected. 2022-06-14 19:53:28.2|Debug|RootFolderService|68 unmapped folders detected. 2022-06-14 19:53:28.3|Debug|RootFolderService|24 unmapped folders detected. 2022-06-14 19:53:28.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.3|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:28.4|Debug|RootFolderService|Generating list of unmapped folders</p> <p>2022-06-14 19:53:28.4|Debug|RootFolderService|27 unmapped folders detected. 2022-06-14 19:53:28.4|Debug|RootFolderService|30 unmapped folders detected. 2022-06-14 19:53:28.5|Debug|RootFolderService|19 unmapped folders detected. 2022-06-14 19:53:28.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.7|Debug|RootFolderService|27 unmapped folders detected. 2022-06-14 19:53:28.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.8|Debug|RootFolderService|94 unmapped folders detected. 2022-06-14 19:53:28.8|Debug|RootFolderService|39 unmapped folders detected. 2022-06-14 19:53:28.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:28.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.0|Debug|RootFolderService|94 unmapped folders detected. 2022-06-14 19:53:29.0|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.0|Debug|RootFolderService|3 unmapped folders detected. 2022-06-14 19:53:29.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.1|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.2|Debug|RootFolderService|5 unmapped folders detected. 2022-06-14 19:53:29.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.2|Debug|RootFolderService|31 unmapped folders detected. 2022-06-14 19:53:29.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.2|Debug|RootFolderService|5 unmapped folders detected. 2022-06-14 19:53:29.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.3|Debug|RootFolderService|10 unmapped folders detected. 2022-06-14 19:53:29.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.5|Debug|RootFolderService|10 unmapped folders detected. 2022-06-14 19:53:29.5|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.5|Debug|RootFolderService|68 unmapped folders detected. 2022-06-14 19:53:29.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.6|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.7|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.7|Debug|RootFolderService|30 unmapped folders detected. 2022-06-14 19:53:29.7|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:29.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.9|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:29.9|Debug|RootFolderService|121 unmapped folders detected. 2022-06-14 19:53:30.0|Debug|RootFolderService|27 unmapped folders detected. 2022-06-14 19:53:30.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.1|Debug|RootFolderService|121 unmapped folders detected. 2022-06-14 19:53:30.1|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.2|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:30.2|Trace|Http|Res: 425 [GET] /api/v3/rootFolder: 200.OK (15870 ms) 2022-06-14 19:53:30.2|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (15870 ms) 2022-06-14 19:53:30.2|Trace|Http|Req: 439 [GET] /movie/undefined (from 192.168.0.30) 2022-06-14 19:53:30.2|Trace|Http|Res: 439 [GET] /movie/undefined: 200.OK (0 ms) 2022-06-14 19:53:30.2|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.2|Debug|RootFolderService|94 unmapped folders detected. 2022-06-14 19:53:30.3|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:30.3|Trace|Http|Res: 426 [GET] /api/v3/rootFolder: 200.OK (15625 ms) 2022-06-14 19:53:30.3|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (15625 ms) 2022-06-14 19:53:30.3|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.4|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:30.4|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.5|Debug|RootFolderService|5 unmapped folders detected. 2022-06-14 19:53:30.5|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.6|Debug|RootFolderService|10 unmapped folders detected. 2022-06-14 19:53:30.6|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.7|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:30.7|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:30.8|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:30.8|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:31.0|Debug|RootFolderService|121 unmapped folders detected. 2022-06-14 19:53:31.0|Debug|RootFolderService|Generating list of unmapped folders 2022-06-14 19:53:31.2|Debug|RootFolderService|0 unmapped folders detected. 2022-06-14 19:53:31.2|Trace|Http|Res: 437 [GET] /api/v3/rootFolder: 200.OK (15630 ms) 2022-06-14 19:53:31.2|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (15630 ms)</p> <p>2022-06-14 19:53:44.0|Trace|Http|Req: 440 [POST] /api/v3/release (from 192.168.0.30) 2022-06-14 19:53:44.1|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request.</p> <p>[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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<strong>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</strong>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 Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.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)</p> <p>2022-06-14 19:53:44.4|Trace|RadarrErrorPipeline|Handling Exception 2022-06-14 19:53:44.4|Fatal|RadarrErrorPipeline|Request Failed. POST /api/v3/release</p> <p>[v4.1.0.6175] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Indexer specified download client is not available at NzbDrone.Core.Download.DownloadClientProvider.GetDownloadClient(DownloadProtocol downloadProtocol, Int32 indexerId) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientProvider.cs:line 55 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteMovie remoteMovie) in D:\a\1\s\src\NzbDrone.Core\Download\DownloadService.cs:line 53 at Radarr.Api.V3.Indexers.ReleaseController.DownloadRelease(ReleaseResource release) in D:\a\1\s\src\Radarr.Api.V3\Indexers\ReleaseController.cs:line 87 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<strong>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</strong>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 Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\BufferingMiddleware.cs:line 28 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\IfModifiedMiddleware.cs:line 41 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\CacheHeaderMiddleware.cs:line 33 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.Http\Middleware\UrlBaseMiddleware.cs:line 27 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in D:\a\1\s\src\Radarr.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)</p> <p>2022-06-14 19:53:44.4|Trace|Http|Res: 440 [POST] /api/v3/release: 500.InternalServerError (422 ms) 2022-06-14 19:53:44.4|Debug|Api|[POST] /api/v3/release: 500.InternalServerError (422 ms)</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/bakerboy448"><img src="https://avatars.githubusercontent.com/u/55419169?v=4" />bakerboy448</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p>Posting thousands of lines of logs directly onto GitHub is not super productive and fairly unreadable. The bug template links to the wiki that says how to get and share logs.</p> <p>You've also cut off the assigned download client for all but one indexer. Not a bug, but seems you've simply assigned a download client to an indexer that is not available as previously mentioned.</p> <p>some indexer that is assigned to download client "1" beyond that no much to gather from screenshots were provided</p> <p>Again, for further help with support issues use discord or Reddit.</p> <p>the fix should be simple - correct the broken configuration and don't have your indexers assigned to a download client that doesn't work or more likely doesn't exist. It's generally never needed to assign an indexer to a specific download client, so I'm unsure why you did that. Seems you assigned it and then deleted it perhaps?</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>