johnzimm Posted April 15 Share Posted April 15 (edited) FYI, I fixed the problem with Radarr not contacting to the internet. It was a setting in my new UniFi router. When I turned off geo-blocking, it worked. I only had China and Russia blocked. And the odd thing was, it didn’t effect Sonarr. Hope this helps others. Edited April 15 by johnzimm Quote Link to comment
CarlP Posted May 29 Share Posted May 29 With the lastest update to Radarr "Show Cinema Release Date" and "Show Release Date" does not populate info under the movie thumbnail . Radarr > Movies > Options > check "Show Cinema Release Date" and "Show Release Date" The info will not display under images. If I rollback to 4.4.4.7068-1-01 if functions as expected. Saw this mentioned on Reddit aswell https://www.reddit.com/r/radarr/comments/13t24fh/update_4517282_does_not_show_release_dates_in/ Quote Link to comment
CarlP Posted May 31 Share Posted May 31 On 5/29/2023 at 1:52 PM, CarlP said: With the lastest update to Radarr "Show Cinema Release Date" and "Show Release Date" does not populate info under the movie thumbnail . Radarr > Movies > Options > check "Show Cinema Release Date" and "Show Release Date" The info will not display under images. If I rollback to 4.4.4.7068-1-01 if functions as expected. Saw this mentioned on Reddit aswell https://www.reddit.com/r/radarr/comments/13t24fh/update_4517282_does_not_show_release_dates_in/ Can anyone confirm that this actually functions on the latest binhex/arch-radarr:4.5.2.7388-1-01 "Fixed: (UI) Show studio and release/added dates in movie index" is marked under changes from https://github.com/Radarr/Radarr/releases/tag/v4.5.2.7388 I can confirm that there is NO issue running binhex/arch-radarr:4.4.4.7068-1-01 displaying "Show Cinema Release Date" and "Show Release Date" @binhex any idea? Quote Link to comment
duelistjp Posted June 7 Share Posted June 7 i'm having trouble every week or two where i start getting a ton of stuff in the queue showing red saying release wasn't grabbed by radarr, skipping. any ideas why? only thing i've found that seems to help is removing from queue and blacklisting the release. it is annoying as i also have to handle the already downloaded files and if i don't catch it immediately the downloads ssd gets completely filled. Quote Link to comment
jwiese997 Posted June 26 Share Posted June 26 (edited) I'm not sure what happened overnight, but I woke up this morning to "Failed to load Radarr. Version 4.5.2.7388". I've tried restarting the docker, restarting the server, uninstalling and reinstalling the docker, and nothing seems to help. I've attached the docker log as well as the radarr logs. radarr log.txt radarr.0.txt Edited June 26 by jwiese997 Quote Link to comment
wgstarks Posted June 26 Share Posted June 26 29 minutes ago, jwiese997 said: I'm not sure what happened overnight, but I woke up this morning to "Failed to load Radarr. Version 4.5.2.7388". I've tried restarting the docker, restarting the server, uninstalling and reinstalling the docker, and nothing seems to help. I've attached the docker log as well as the radarr logs. radarr log.txt 7.2 kB · 1 download radarr.0.txt 998.99 kB · 0 downloads From the logs it looks like a corrupted database. https://wiki.servarr.com/radarr/faq Quote Link to comment
ArxKnight Posted July 1 Share Posted July 1 I'm not quite sure this has happened but when Radarr tries to search for something it's getting an error, any ideas? LOGS: Spoiler 2023-07-01 21:57:27,791 DEBG 'radarr' stdout output: [Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: An unhandled exception has occurred while executing the request. [v4.5.2.7388] NzbDrone.Core.MetadataSource.SkyHook.SkyHookException: Search for 'halo' failed. Invalid response received from TMDb. ---> System.Net.Http.HttpRequestException: Connection refused (api.radarr.video:443) ---> System.Net.Sockets.SocketException (111): Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 271 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellation(CancellationToken cancellationToken) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2023-07-01 21:57:27,791 DEBG 'radarr' stdout output: at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 101 at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 124 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 59 at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 282 at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 288 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewMovie(String title) in ./Radarr.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 483 --- End of inner exception stack trace --- at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewMovie(String title) in ./Radarr.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 500 at lambda_method68(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 37 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./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) END OF LOGS. Quote Link to comment
ArxKnight Posted July 1 Share Posted July 1 4 minutes ago, ArxKnight said: I'm not quite sure this has happened but when Radarr tries to search for something it's getting an error, any ideas? LOGS: Reveal hidden contents 2023-07-01 21:57:27,791 DEBG 'radarr' stdout output: [Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: An unhandled exception has occurred while executing the request. [v4.5.2.7388] NzbDrone.Core.MetadataSource.SkyHook.SkyHookException: Search for 'halo' failed. Invalid response received from TMDb. ---> System.Net.Http.HttpRequestException: Connection refused (api.radarr.video:443) ---> System.Net.Sockets.SocketException (111): Connection refused at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.attemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 285 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.onConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 271 at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellation(CancellationToken cancellationToken) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2023-07-01 21:57:27,791 DEBG 'radarr' stdout output: at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpMessageHandlerStage.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.SocketsHttpHandler.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpMessageInvoker.Send(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken) at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 101 at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 124 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 59 at NzbDrone.Common.Http.HttpClient.Get(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 282 at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 288 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewMovie(String title) in ./Radarr.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 483 --- End of inner exception stack trace --- at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewMovie(String title) in ./Radarr.Core/MetadataSource/SkyHook/SkyHookProxy.cs:line 500 at lambda_method68(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 27 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 40 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32 at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 37 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 26 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./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) END OF LOGS. Update: Fix this issue by turning off "Ad Blocking" on Unifi Firewall. Quote Link to comment
toonamo Posted July 5 Share Posted July 5 I expanded my storage and am moving files from my google drive back to physical storage. Now i'm getting a permissions issue from radarr when importing a movie to physical storage. i deleted the perms.txt file to reset permisions in the appdata config folder my folders are all set to nobody:user 764 PUID defined as '99' PGID defined as '100' UMASK defined as '002' it appears radarr us using root:root, is that correct even though user 99 is nobody? do i need to reset folder permissions to match the root:root? unraid: 6.11.5 radarr: 4.6.4.7568 error: Quote Couldn't import movie /data/complete/Extraction.2.2023.2160p.NF.WEB-DL.DDP5.1.Atmos.H.265-FLUX/135f59ddfc694b69ba3f54958e7a8a6a.mkv: Access to the path '/media/Movies/Extraction 2 (2023)/Extraction 2 2023.mkv' is denied. using the docker console i am able to read, write and delete to that location. so i am a bit confused. Quote Link to comment
binhex Posted July 6 Author Share Posted July 6 8 hours ago, toonamo said: it appears radarr us using root:root, is that correct even though user 99 is nobody? that is not correct, no, if you set PUID to 99 and PGID to 100 then it will in effect be reading/writing to the array as user 'nobody' and the group 'users'. Go to 'terminal' of your unraid server (not container) and type the following and paste the result: ls -al '/mnt/user/Movies/Extraction 2 (2023)' 9 hours ago, toonamo said: using the docker console i am able to read, write and delete to that location. so i am a bit confused. that doesn't surprise me, the default user you will attach to the running container as is root, and if your permissions are set wrongly on your media to root then that would explain it. Quote Link to comment
ArxKnight Posted July 16 Share Posted July 16 Hi, my Radarr docker can't seem to see any files inside of the downloads folder to import them as it should has anyone experianced this before? Any suggestions/ help would be much appticiated. Quote Link to comment
wgstarks Posted July 16 Share Posted July 16 46 minutes ago, ArxKnight said: my Radarr docker can't seem to see any files inside of the downloads folder In Radarr docker /data should be the download location not the appdata location. This also must exactly match the path in your download client (host and container). Example: Radarr- /data:/mnt/user/downloads/ qbittorrentvpn- /data:/mnt/user/downloads/ If you want to use /data:/mnt/user/appdata/data/ for your downloads then you’ll need to create this same host and container path in your download client. Quote Link to comment
ArxKnight Posted July 16 Share Posted July 16 7 minutes ago, wgstarks said: In Radarr docker /data should be the download location not the appdata location. This also must exactly match the path in your download client (host and container). Example: Radarr- /data:/mnt/user/downloads/ qbittorrentvpn- /data:/mnt/user/downloads/ If you want to use /data:/mnt/user/appdata/data/ for your downloads then you’ll need to create this same host and container path in your download client. So like this? Quote Link to comment
wgstarks Posted July 16 Share Posted July 16 1 hour ago, ArxKnight said: So like this? Looks ok. The container path will be /data. Same container and host path in both dockers that way when the download client tells Radarr that the download is in /data/etc/etc Radarr will also have access to the same path and know where the download is. 1 Quote Link to comment
tvd1 Posted July 18 Share Posted July 18 Not sure if this was due to the latest update.. but my Radarr won't connect to SabNZBD. It says its connecting in the settings but every search for NZB shows 0KB file sizes. I've verified that SAB itself can connect. The only errors i see in the log are: 2023-07-18 11:47:55,793 DEBG 'radarr' stdout output: [Error] DownloadedMovieImportService: Import failed, path does not exist or is not accessible by Radarr: Its possible i'm just not finding anything but its a strange one, dont remember it ever finding things on Sab but all are 0KB Quote Link to comment
the_smackdown Posted July 30 Share Posted July 30 I am guessing this is a pretty simple problem and I don't know why it has just started, but.... Both Radarr and Sonarr are not importing downloaded content because they think there isn't enough disk space. This is what is actually left: Any suggestions? Thanks! Quote Link to comment
TCMapes Posted August 2 Share Posted August 2 Hardlinks not working. Am I missing something for my docker setup. Do I even need the /media path? When I check to see if hardlinks are using for my share /data it is showing it is not used. All my dockers use the data share I setup using the TRaSH guide for hardlinks. Quote Link to comment
owlcookie Posted August 28 Share Posted August 28 I've gone through settings and searched but haven't quite found the answer yet. Under filter, I see wanted and missing. Missing shows me not available and missing, wanted shows me just missing but their are movies listed that haven't been released yet. Is there a setting I am overlooking or do I need to set-up a custom filter? Example, Untitled Ghostbusters: Afterlife Sequel is set for March 2024 cinema release but shows on the list as Missing. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.