Sonarr cannot download

Sonarr version (exact version): 4.0.0.685
Mono version (if Sonarr is not running on Windows): N/A
OS: Ubuntu 22.04
Debug logs: 2023-10-05 07:59:52.6|Debug|Parser|Parsing string ‘S01’
2023-10-05 07:59:52.6|Debug|Parser|Unable to parse S01
2023-10-05 07:59:52.7|Debug|Parser|Parsing string ‘Smallville.S01.MULTi.1080p.BDLight.x265-SahKelPlaisir’
2023-10-05 07:59:52.7|Debug|Parser|Episode Parsed. Smallville - Season 01
2023-10-05 07:59:52.7|Debug|Parser|Languages parsed: Unknown
2023-10-05 07:59:52.7|Debug|QualityParser|Trying to parse quality for ‘Smallville.S01.MULTi.1080p.BDLight.x265-SahKelPlaisir’
2023-10-05 07:59:52.7|Debug|Parser|Quality parsed: Bluray-1080p v1
2023-10-05 07:59:52.7|Debug|Parser|Release Group parsed: SahKelPlaisir
2023-10-05 07:59:52.7|Debug|TrackedDownloadService|Tracking ‘qBittorrent - Local:S01’: ClientState=Completed (readonly) SonarrStage=Downloading Episode=‘Smallville - Season 01 Bluray-1080p v1’ OutputPath=.
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=50&sortDirection=ascending&sortKey=downloadClient&includeUnknownSeriesItems=true: 200.OK (1 ms)
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=50&sortDirection=ascending&sortKey=downloadClient&includeUnknownSeriesItems=true: 200.OK (5 ms)
2023-10-05 07:59:52.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2023-10-05 08:00:52.7|Debug|Api|[GET] /api/v3/command: 200.OK (2 ms)
2023-10-05 08:01:22.6|Debug|ImportListSyncService|No import lists with automatic add enabled
2023-10-05 08:01:22.6|Debug|Parser|Parsing string ‘S01’
2023-10-05 08:01:22.6|Debug|Parser|Unable to parse S01
2023-10-05 08:01:22.7|Debug|Parser|Parsing string ‘Smallville.S01.MULTi.1080p.BDLight.x265-SahKelPlaisir’
2023-10-05 08:01:22.7|Debug|Parser|Episode Parsed. Smallville - Season 01
2023-10-05 08:01:22.7|Debug|Parser|Languages parsed: Unknown
2023-10-05 08:01:22.7|Debug|QualityParser|Trying to parse quality for ‘Smallville.S01.MULTi.1080p.BDLight.x265-SahKelPlaisir’
2023-10-05 08:01:22.7|Debug|Parser|Quality parsed: Bluray-1080p v1
2023-10-05 08:01:22.7|Debug|Parser|Release Group parsed: SahKelPlaisir
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=50&sortDirection=ascending&sortKey=downloadClient&includeUnknownSeriesItems=true: 200.OK (0 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (0 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/queue?page=1&pageSize=50&sortDirection=ascending&sortKey=downloadClient&includeUnknownSeriesItems=true: 200.OK (0 ms)
2023-10-05 08:01:22.7|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2023-10-05 08:01:38.3|Warn|ArgumentValidator|The string can’t be left empty, null or consist of only whitespaces.
2023-10-05 08:01:38.4|Fatal|SonarrErrorPipeline|Request Failed. GET /api/v3/manualimport

[v4.0.0.685] System.ArgumentException: The string can’t be left empty, null or consist of only whitespaces. (Parameter ‘path’)
at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath(Param1 param, PathValidationType validationType) in ./Sonarr.Common/EnsureThat/EnsureStringExtensions.cs:line 119 at NzbDrone.Common.Disk.DiskProviderBase.FolderExists(String path) in ./Sonarr.Common/Disk/DiskProviderBase.cs:line 97 at NzbDrone.Core.MediaFiles.EpisodeImport.Manual.ManualImportService.GetMediaFiles(String path, String downloadId, Nullable1 seriesId, Boolean filterExistingFiles) in ./Sonarr.Core/MediaFiles/EpisodeImport/Manual/ManualImportService.cs:line 128
at Sonarr.Api.V3.ManualImport.ManualImportController.GetMediaFiles(String folder, String downloadId, Nullable1 seriesId, Nullable1 seasonNumber, Boolean filterExistingFiles) in ./Sonarr.Api.V3/ManualImport/ManualImportController.cs:line 33
at lambda_method291(Closure , Object , Object[] )
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
— End of stack trace from previous location —
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
— End of stack trace from previous location —
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|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.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Sonarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/BufferingMiddleware.cs:line 28
at Sonarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/IfModifiedMiddleware.cs:line 41
at Sonarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33
at Sonarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/StartingUpMiddleware.cs:line 38
at Sonarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/UrlBaseMiddleware.cs:line 27
at Sonarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Sonarr.Http/Middleware/VersionMiddleware.cs:line 29
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)

2023-10-05 08:01:38.4|Debug|Api|[GET] /api/v3/manualimport?downloadId=412E8E8C6C486B9CB0C32EAE64474109BE1D6088&filterExistingFiles=false: 500.InternalServerError (85 ms)
2023-10-05 08:01:43.8|Debug|Api|[GET] /api/v3/config/ui: 200.OK (1 ms)
2023-10-05 08:01:45.9|Debug|Api|[GET] /api/v3/system/status: 200.OK (2 ms)
2023-10-05 08:01:45.9|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2023-10-05 08:01:45.9|Debug|Api|[GET] /api/v3/diskspace: 200.OK (7 ms)
2023-10-05 08:01:55.3|Debug|Api|[GET] /api/v3/config/host: 200.OK (2 ms)
2023-10-05 08:01:56.2|Debug|Api|[GET] /api/v3/config/ui: 200.OK (0 ms)
2023-10-05 08:01:58.6|Debug|Api|[GET] /api/v3/diskspace: 200.OK (5 ms)
2023-10-05 08:01:58.6|Debug|Api|[GET] /api/v3/system/status: 200.OK (0 ms)
2023-10-05 08:01:58.6|Debug|Api|[GET] /api/v3/health: 200.OK (0 ms)
2023-10-05 08:02:00.7|Debug|Api|[GET] /api/v3/log/file: 200.OK (0 ms)
Description of issue: Package downloaded but never imported in series forlder

Thx by advanced

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.