February 13, 20242 yr 19 hours ago, raindove said: Hello, I started getting this error on both Radarr and Sonarr whenever I try to manually download. It still adds it to deluge and my downloads folder but it doesn't automatically rename the file or move it to the Media folder. It was working before so I'm not sure what may have happened to cause the issue. Have you tried to force update Radarr and Deluge? Might help as, from what I understand, that rebuilds them
February 16, 20242 yr On 2/13/2024 at 12:19 PM, MACGoof said: Have you tried to force update Radarr and Deluge? Might help as, from what I understand, that rebuilds them Thank you for responding! Unfortunately, forcing an update didn't fix the problem.
February 23, 20242 yr Today I updated to the latest version offered, and suddenly started getting SQLite errors. Anyone else experiencing these? [v5.3.6.8612] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.Read() at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1178 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at NzbDrone.Core.MovieStats.MovieStatisticsRepository.Query(SqlBuilder builder, String template) in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 60 at NzbDrone.Core.MovieStats.MovieStatisticsRepository.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 30 at NzbDrone.Core.MovieStats.MovieStatisticsService.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsService.cs:line 23 at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers) in ./Radarr.Api.V3/Movies/MovieController.cs:line 132 at lambda_method18(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 --- 2024-02-22 18:08:16,244 DEBG 'radarr' stdout output: 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 28 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 41 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33 at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 38 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 27 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.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.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
February 23, 20242 yr How is this image different vs original one? Particularly interested in tasks scheduled if that can be changed or it was already changed in this image. Issue i'm having with the original one is that daily tasks spin up my array which is not good at all, does this image do the same thing?
February 23, 20242 yr Author 7 hours ago, xceph said: database disk image is malformed your database is corrupt and needs to be fixed up.
February 23, 20242 yr 1 hour ago, binhex said: your database is corrupt and needs to be fixed up. Even my backups seem to be corrupt when loading them now, altho I can open them in SQLiteStudio. Is there anyway to "repair" the db? Alternatively, is there a way to clear the movies and keep all the settings as they were? I can easily rebuild the movie DB.
February 26, 20242 yr I have searched this topic with few key words but still was unable to see if it has been answered before. Is there a solution for daily scheduled tasks not to spin up disks in the array to read movie files data?
February 26, 20242 yr 2 hours ago, Vetl said: I have searched this topic with few key words but still was unable to see if it has been answered before. Is there a solution for daily scheduled tasks not to spin up disks in the array to read movie files data? Quote Can I disable the refresh movies task? - No, nor should you through any SQL hackery. The refresh movies task queries the upstream Servarr proxy and checks to see if the metadata for each movie (ids, cast, summary, rating, translations, alt titles, etc.) has updated compared to what is currently in Radarr. If necessary, it will then update the applicable movies. - A common complaint is the Refresh task causes heavy I/O usage. - The main setting is "Rescan Movie Folder after Refresh". If your disk I/O usage spikes during a Refresh then you may want to change the Rescan setting to Manual. - Do not change this to Never unless all changes to your library (new movies, upgrades, deletions etc) are done through Radarr. - If you delete movie files manually or via Plex or another third party program, do not set this to Never. - The other setting that can be changed is "Analyze video files" which is advised to be enabled if you use tdarr or otherwise externally modify your files. If you do not you can safely disable "Analyze video files" to reduce some I/O. Source: https://wiki.servarr.com/radarr/faq#can_I_disable_the_refresh_movies_task
February 27, 20242 yr On 2/22/2024 at 8:10 PM, xceph said: Today I updated to the latest version offered, and suddenly started getting SQLite errors. Anyone else experiencing these? [v5.3.6.8612] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.Read() at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1178 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at NzbDrone.Core.MovieStats.MovieStatisticsRepository.Query(SqlBuilder builder, String template) in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 60 at NzbDrone.Core.MovieStats.MovieStatisticsRepository.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 30 at NzbDrone.Core.MovieStats.MovieStatisticsService.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsService.cs:line 23 at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers) in ./Radarr.Api.V3/Movies/MovieController.cs:line 132 at lambda_method18(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 --- 2024-02-22 18:08:16,244 DEBG 'radarr' stdout output: 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 28 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 41 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33 at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 38 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 27 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.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.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) Had the same issue. Figured maybe it was a widespread thing. Nope. I checked the Radarr logs going back over a month old (max) and every single entry has some message about a malformed DB. No idea when it started, but we're in the same boat: blow it away, start from scratch, assuming your backups are also invalid. I only wish I could get notified about this - might need to set up a cronjob to troll the logs and shoot me an email alert if the word 'malformed' ever appears so I can jump right on it. I did a cursory check of all my other apps and everything else seems fine. Just this one, on my local storage. /shrug
March 2, 20242 yr On 2/8/2017 at 9:07 AM, binhex said: hi, not sure why your having issues, ive just pulled down the image and run up a container with no issues. please can you post a screenshot showing your settings screen for the docker container (unraid ui/docker/left click icon and select edit/enable advanced view) also please supply the log file in /config/supervisord.log Im having the same issue. Did you happen to find a fix for this? Both Radarr, Sonarr had the same issue. I removed the dockers and added it back, but still had the same issue. It was working for a while, so i dont know if a update broke it or if it was some other change. Any help would be appreciated.
March 20, 20242 yr Trying to add Deluge to Download Clients I am getting UNKNOWN EXCEPTION:HTTP REQUEST TIMED OUT When I try to test the connection. Here is the LOG: 2024-03-20 14:22:54,603 DEBG 'radarr' stdout output: [Error] Deluge: Unable to test connection [v5.3.6.8612] System.Net.WebException: Http request timed out at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Radarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 136 at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Radarr.Common/Http/HttpClient.cs:line 157 at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 70 at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Radarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 307 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Radarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 214 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Radarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 221 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetVersion(DelugeSettings settings) in ./Radarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 54 at NzbDrone.Core.Download.Clients.Deluge.Deluge.TestConnection() in ./Radarr.Core/Download/Clients/Deluge/Deluge.cs:line 249 2024-03-20 14:22:54,746 DEBG 'radarr' stdout output: [Warn] RadarrErrorPipeline: Invalid request Validation failed: -- : Unknown exception: Http request timed out
April 19, 20242 yr Hello, I am trying to set my Radarr instances to sync using lists and I'm getting the error below, I cannot find anything useful in the Trace logs to aid me in resolving this issue and hopefully someone here has some information that can help. Thank you: Unable to connect to import list: HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP:7878/api/v3/movie?excludeLocalCovers=True]. Check the log surrounding this error for details. Edited April 19, 20242 yr by eagle470
April 20, 20242 yr 16 hours ago, eagle470 said: Hello, I am trying to set my Radarr instances to sync using lists and I'm getting the error below, I cannot find anything useful in the Trace logs to aid me in resolving this issue and hopefully someone here has some information that can help. Thank you: Unable to connect to import list: HTTP request failed: [503:ServiceUnavailable] [GET] at [http://IP:7878/api/v3/movie?excludeLocalCovers=True]. Check the log surrounding this error for details. What type of list have you set up?
April 22, 20242 yr On 4/20/2024 at 5:07 AM, Hogwind said: What type of list have you set up? Radarr? I'm trying to follow this guide: https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/
April 22, 20242 yr 46 minutes ago, eagle470 said: Radarr? I'm trying to follow this guide: https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/ My bad, I misunderstood.
May 14, 20242 yr Radarr stopped working for me as well after an update. [v5.5.3.8819] System.ArgumentException: value [/media/ The.Brave.Little.Toaster.1987.iNTERNAL.DVDRip.XviD-EXViDiNT] is not a valid *nix path. paths must start with / (Parameter 'path') at NzbDrone.Common.EnsureThat.EnsureStringExtensions.IsValidPath(Param`1 param, PathValidationType validationType) in ./Radarr.Common/EnsureThat/EnsureStringExtensions.cs:line 119 at NzbDrone.Common.Extensions.PathExtensions.CleanFilePath(String path) in ./Radarr.Common/Extensions/PathExtensions.cs:line 42 at NzbDrone.Common.Extensions.PathExtensions.PathEquals(String firstPath, String secondPath, Nullable`1 comparison) in ./Radarr.Common/Extensions/PathExtensions.cs:line 60 at NzbDrone.Core.Validation.Paths.MoviePathValidator.<>c__DisplayClass3_0.<IsValid>b__0(KeyValuePair`2 s) in ./Radarr.Core/Validation/Paths/MoviePathValidation.cs:line 31 at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at NzbDrone.Core.Validation.Paths.MoviePathValidator.IsValid(PropertyValidatorContext context) in ./Radarr.Core/Validation/Paths/MoviePathValidation.cs:line 31 at FluentValidation.Validators.PropertyValidator.Validate(PropertyValidatorContext context) in C:\Projects\FluentValidation\src\FluentValidation\Validators\PropertyValidator.cs:line 80 at FluentValidation.Internal.PropertyRule.InvokePropertyValidator(IValidationContext context, IPropertyValidator validator, String propertyName) in C:\Projects\FluentValidation\src\FluentValidation\Internal\PropertyRule.cs:line 519 at FluentValidation.Internal.PropertyRule.Validate(IValidationContext context)+MoveNext() in C:\Projects\FluentValidation\src\FluentValidation\Internal\PropertyRule.cs:line 351 at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at FluentValidation.AbstractValidator`1.Validate(ValidationContext`1 context) in C:\Projects\FluentValidation\src\FluentValidation\AbstractValidator.cs:line 95 at NzbDrone.Core.Movies.AddMovieService.SetPropertiesAndValidate(Movie newMovie) in ./Radarr.Core/Movies/AddMovieService.cs:line 133 at NzbDrone.Core.Movies.AddMovieService.AddMovie(Movie newMovie) in ./Radarr.Core/Movies/AddMovieService.cs:line 51 at Radarr.Api.V3.Movies.MovieController.AddMovie(MovieResource moviesResource) in ./Radarr.Api.V3/Movies/MovieController.cs:line 245 at lambda_method289(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.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync() --- End of stack trace from previous location --- 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 28 at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 41 at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33 at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 38 at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 27 at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.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.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) 2024-05-14 14:34:02.2|Info|Radarr.Http.Authentication.BasicAuthenticationHandler|Basic was not authenticated. Failure message: Authorization header missing. Edited May 14, 20242 yr by serversonfire
May 25, 20242 yr Hello first of all thank you for all that you do! I have been using binhex radarr for years with no issues. About a month ago I started getting cache full errors and cache drive smart errors. I was able to pull things off the cache drives and everything seems to be working fine (sonarr, sabnzbd, etc) But radarr will not launch the gui i just get a cant reach this page error when i try to go to the webui. I have dried uninstalling, restarting, etc. My log has an odd error at the end and I don't really know what to make of it. I have attached the log, thank you for any help you can provide! radarrlog.txt Edited May 25, 20242 yr by sgpigeon
May 26, 20242 yr Greetings been using Radarr on windows for many years and about two months ago I moved the service ( and all other arr to my unraid). Had been running fine for about a month with only issue being auto import not functional. Today I came back from a 4 day vacation and found the UI not reachable but docker service still running. I restarted the service and still same issue... checking logs the service seems to be running but the UI is still unreachable. Have double checked and no other service on unraid is using the same port. I really don't want to wipe and reinstall due to size of library but will if have to as my backup is 6 days old so any suggestions would be appreciated! Thank you! supervisord.log radarr.txt
May 26, 20242 yr Author 8 minutes ago, warinc said: Greetings been using Radarr on windows for many years and about two months ago I moved the service ( and all other arr to my unraid). Had been running fine for about a month with only issue being auto import not functional. Today I came back from a 4 day vacation and found the UI not reachable but docker service still running. I restarted the service and still same issue... checking logs the service seems to be running but the UI is still unreachable. Have double checked and no other service on unraid is using the same port. I really don't want to wipe and reinstall due to size of library but will if have to as my backup is 6 days old so any suggestions would be appreciated! Thank you! supervisord.log 5.12 kB · 0 downloads radarr.txt 2.72 kB · 0 downloads there is nothing obviously wrong there, i see a database migration happened successfully (or at least no errors were shown), can you post a screenshot of the container settings (left click, select edit and screenshot all settings).
May 27, 20242 yr 20 hours ago, binhex said: there is nothing obviously wrong there, i see a database migration happened successfully (or at least no errors were shown), can you post a screenshot of the container settings (left click, select edit and screenshot all settings). Yes I had tried to connect at 7878 just in case since it was showing under advanced. Thank you for assistance! Edited May 27, 20242 yr by warinc
May 27, 20242 yr Author 7 hours ago, warinc said: Yes I had tried to connect at 7878 just in case since it was showing under advanced. Thank you for assistance! that is not the correct port, from your scrrenshot I see you have set it to 8083, so you should be attempting connection to http://192.168.1.2:8083 have you tried that?
May 28, 20242 yr 5 hours ago, binhex said: that is not the correct port, from your scrrenshot I see you have set it to 8083, so you should be attempting connection to http://192.168.1.2:8083 have you tried that? Yeah of course that's the port Ive always used without issue until now. Just saw the 7878 in the advanced view and wanted to cover all my bases.
May 28, 20242 yr Author 4 hours ago, warinc said: Yeah of course that's the port Ive always used without issue until now. Just saw the 7878 in the advanced view and wanted to cover all my bases. OK that's fine, just double checking here as a lot of people get tripped up on port and volume bindings in docker. Hmm well the only other things you can try is attempt connection to the webui via different machine, different browser, try renaming your config folder and restart to recreate from scratch - see if you can access the webui then, if you can' then there is something fundamentally wrong with your networking stack, try a reboot of the host.
May 28, 20242 yr Yeah had already tried both from my internal network and from outside the network (which is ho I found out it was down when out of town) as well as from LunaSea but nothing worked. Gave up today and had the time so I just deleted the docker and downloaded a fresh instance. Worked fine and importing movies now. Thanks for trying to help.
June 24, 20242 yr On 5/25/2024 at 3:38 PM, sgpigeon said: Hello first of all thank you for all that you do! I have been using binhex radarr for years with no issues. About a month ago I started getting cache full errors and cache drive smart errors. I was able to pull things off the cache drives and everything seems to be working fine (sonarr, sabnzbd, etc) But radarr will not launch the gui i just get a cant reach this page error when i try to go to the webui. I have dried uninstalling, restarting, etc. My log has an odd error at the end and I don't really know what to make of it. I have attached the log, thank you for any help you can provide! radarrlog.txt 4.26 MB · 3 downloads Hey just checking to see of anyone had ideas on my issue. If we can't fix it is there a way to cleanly delete the docker it and still have it remember my database of settings and what I downloaded? Adding new log file because it seems I have a different error Lognew.log
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.