Skip to content

Instantly share code, notes, and snippets.

@bob454522
Created January 12, 2023 22:36
Show Gist options
  • Save bob454522/941c5ae2f7666455804abd926cb7393e to your computer and use it in GitHub Desktop.
Save bob454522/941c5ae2f7666455804abd926cb7393e to your computer and use it in GitHub Desktop.
2023-01-12 16:34:35.5|Trace|Http|Res: 376 [GET] /api/v3/rootFolder: 200.OK (7351 ms)
2023-01-12 16:34:35.5|Debug|Api|[GET] /api/v3/rootFolder: 200.OK (7351 ms)
2023-01-12 16:34:39.2|Trace|Http|Req: 379 [POST] /api/v3/importlist/test (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:39.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-01-12 16:34:39.3|Info|TMDbKeywordImport|Importing TMDb movies from keyword Id: 27
2023-01-12 16:34:39.3|Trace|HttpClient|Req: [GET] https://api.themoviedb.org/3/keyword/27/movies
2023-01-12 16:34:39.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2023-01-12 16:34:39.3|Trace|HttpClient|Res: [GET] https://api.themoviedb.org/3/keyword/27/movies: 404.NotFound (100 bytes)
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."} (44 ms)
2023-01-12 16:34:39.3|Warn|HttpClient|HTTP Error - Res: [GET] https://api.themoviedb.org/3/keyword/27/movies: 404.NotFound (100 bytes)
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
2023-01-12 16:34:39.3|Warn|TMDbKeywordImport|Unable to connect to list
[v4.3.2.6857] NzbDrone.Common.Http.HttpException: HTTP request failed: [404:NotFound] [GET] at [https://api.themoviedb.org/3/keyword/27/movies]
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in D:\a\1\s\src\NzbDrone.Common\Http\HttpClient.cs:line 101
at NzbDrone.Core.ImportLists.TMDb.Keyword.TMDbKeywordRequestGenerator.GetMoviesRequest()+MoveNext() in D:\a\1\s\src\NzbDrone.Core\ImportLists\TMDb\Keyword\TMDbKeywordRequestGenerator.cs:line 0
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at NzbDrone.Core.ImportLists.HttpImportListBase`1.TestConnection() in D:\a\1\s\src\NzbDrone.Core\ImportLists\HttpImportListBase.cs:line 187
{"success":false,"status_code":34,"status_message":"The resource you requested could not be found."}
2023-01-12 16:34:39.3|Error|Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware|An unhandled exception has occurred while executing the request.
[v4.3.2.6857] FluentValidation.ValidationException: Validation failed:
-- : Unable to connect to list, check the log for more details
at Radarr.Api.V3.ProviderControllerBase`3.VerifyValidationResult(ValidationResult validationResult, Boolean includeWarnings) in D:\a\1\s\src\Radarr.Api.V3\ProviderControllerBase.cs:line 200
at Radarr.Api.V3.ProviderControllerBase`3.Test(TProviderDefinition definition, Boolean includeWarnings) in D:\a\1\s\src\Radarr.Api.V3\ProviderControllerBase.cs:line 191
at Radarr.Api.V3.ProviderControllerBase`3.Test(TProviderResource providerResource) in D:\a\1\s\src\Radarr.Api.V3\ProviderControllerBase.cs:line 140
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at 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)
2023-01-12 16:34:39.3|Trace|RadarrErrorPipeline|Handling Exception
2023-01-12 16:34:39.3|Warn|RadarrErrorPipeline|Invalid request Validation failed:
-- : Unable to connect to list, check the log for more details
2023-01-12 16:34:39.3|Trace|Http|Res: 379 [POST] /api/v3/importlist/test: 400.BadRequest (102 ms)
2023-01-12 16:34:39.3|Debug|Api|[POST] /api/v3/importlist/test: 400.BadRequest (102 ms)
2023-01-12 16:34:54.1|Trace|Http|Res: 354 [GET] /signalr/messages?access_token=(removed)&id=u1yW3Br25Qsx-Ow0PSkhrw: 101.SwitchingProtocols (55559 ms)
2023-01-12 16:34:54.2|Trace|Http|Req: 380 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1 (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2023-01-12 16:34:54.2|Trace|Http|Res: 380 [POST] /signalr/messages/negotiate?access_token=(removed)&negotiateVersion=1: 200.OK (1 ms)
2023-01-12 16:34:54.2|Trace|Http|Req: 381 [GET] /signalr/messages?access_token=(removed)&id=hGT9sF8-Je1g32DOpd9nJw (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was successfully authenticated.
2023-01-12 16:34:54.2|Trace|Http|Req: 382 [GET] /api/v3/queue/status (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-01-12 16:34:54.2|Trace|Http|Res: 382 [GET] /api/v3/queue/status: 200.OK (1 ms)
2023-01-12 16:34:54.2|Debug|Api|[GET] /api/v3/queue/status: 200.OK (1 ms)
2023-01-12 16:34:54.2|Trace|Http|Req: 383 [GET] /api/v3/health (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-01-12 16:34:54.2|Trace|Http|Req: 384 [GET] /api/v3/movie (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Trace|Http|Req: 385 [GET] /api/v3/command (from 192.168.1.138 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36)
2023-01-12 16:34:54.2|Trace|Http|Res: 383 [GET] /api/v3/health: 200.OK (2 ms)
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-01-12 16:34:54.2|Debug|Radarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-01-12 16:34:54.2|Trace|ConfigService|Using default config value for 'movieinfolanguage' defaultValue:'1'
2023-01-12 16:34:54.2|Debug|Api|[GET] /api/v3/health: 200.OK (2 ms)
2023-01-12 16:34:54.2|Trace|CommandQueueManager|Getting all commands
2023-01-12 16:34:54.2|Trace|ConfigService|Using default config value for 'availabilitydelay' defaultValue:'0'
2023-01-12 16:34:54.2|Trace|Http|Res: 385 [GET] /api/v3/command: 200.OK (2 ms)
2023-01-12 16:34:54.2|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2023-01-12 16:34:57.8|Trace|Scheduler|Pending Tasks: 0
2023-01-12 16:35:01.3|Debug|MediaInfoFormatter|Unknown video format: '' in 'Turtle.Odyssey.2018.COMPLETE.DVDR-JFKDVD'.
2023-01-12 16:35:01.3|Debug|MediaInfoFormatter|Unknown video format: '' in 'Tea With Mussolini [1999] Eng, Fr, Ger, Rus, Sp + multisub DVDrip'.
2023-01-12 16:35:01.3|Debug|MediaInfoFormatter|Unknown video format: '' in 'Alligator.1980.COMPLETE.PAL.DVDR-MANiAC'.
2023-01-12 16:35:01.3|Debug|MediaInfoFormatter|Unknown video format: '' in 'Moll Flanders 1996 PAL DVD5-yus'.
2023-01-12 16:35:01.3|Debug|MediaInfoFormatter|Unknown video format: '' in 'Atlantis Milo's Return 2003 DVD5 PAL'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment