Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title> Failed to load Radarr #239

Open
1 task done
zyzzma opened this issue Dec 1, 2024 · 2 comments
Open
1 task done

[BUG] <title> Failed to load Radarr #239

zyzzma opened this issue Dec 1, 2024 · 2 comments

Comments

@zyzzma
Copy link

zyzzma commented Dec 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Everytime I open radarr i get the "radarr failed to load" page. I've had radarr installed on this machine for 5 years. Never had an issue. I have already deleted the .db file and restarted the container which works for a week until it fails again. Same thing if I restore .db file from a backup, regardless of how old said backup is.

Expected Behavior

No response

Steps To Reproduce

  1. run container
  2. See failed to load

Environment

- OS:DSM 7.2
- How docker service was installed:
Docker container manager

CPU architecture

x86-64

Docker creation

https://cln.sh/tD7lW06P09f8P0B4WjVB

Container logs

linuxserver-radarr
date	stream	content
2024/12/01 18:20:30	stdout	�[39;49m�[33m
2024/12/01 18:20:30	stdout	
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.InnerInvoke()�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Radarr.Core/Jobs/Scheduler.cs:line 42�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 148�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 135�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 146�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Radarr.Core/Datastore/BasicRepository.cs:line 189�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryMultiple(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 1076�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1100�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.NextResult()�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:20:30	stdout	
2024/12/01 18:20:30	stdout	�[39;49m�[39;49m�[39;49m�[33m[Error] TaskExtensions: Task Error �[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/VersionMiddleware.cs:line 28�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 28�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 37�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 40�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 27�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at lambda_method22(Closure , Object , Object[] )�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers, Nullable`1 languageId) in ./Radarr.Api.V3/Movies/MovieController.cs:line 144�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsService.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsService.cs:line 23�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsRepository.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 30�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsRepository.Query(SqlBuilder builder, String template) in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 59�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 801�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1178�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.Read()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[39;49m�[39;49m�[33m[Error] RadarrErrorPipeline: [GET /api/v3/movie] �[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m
2024/12/01 18:20:16	stdout	�[39;49m�[33m�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[33m==== End Query Trace ====�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[33mPARAMETERS:�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[33m FROM "Collections"       �[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33mSELECT "Collections".*�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33mQUERY TEXT:�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[33m==== Begin Query Trace ====�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33mSQL: �[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/VersionMiddleware.cs:line 28�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 28�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 37�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 40�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 27�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at lambda_method87(Closure , Object , Object[] )�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Radarr.Api.V3.Collections.CollectionController.GetCollections(Nullable`1 tmdbId) in ./Radarr.Api.V3/Collections/CollectionController.cs:line 85�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.Movies.Collections.MovieCollectionService.GetAllCollections() in ./Radarr.Core/Movies/Collections/MovieCollectionService.cs:line 66�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder) in ./Radarr.Core/Datastore/BasicRepository.cs:line 72�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T](IDatabase db, SqlBuilder builder) in ./Radarr.Core/Datastore/Extensions/SqlMapperExtensions.cs:line 140�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T](IDatabase db, String sql, Object param) in ./Radarr.Core/Datastore/Extensions/SqlMapperExtensions.cs:line 17�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 801�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1161�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.NextResult()�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:20:16	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:20:16	stdout	
2024/12/01 18:20:16	stdout	�[39;49m�[39;49m�[39;49m�[33m[Error] RadarrErrorPipeline: [GET /api/v3/collection] �[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m
2024/12/01 18:20:01	stdout	�[39;49m�[33m�[39;49m
2024/12/01 18:20:01	stdout	
2024/12/01 18:20:01	stdout	�[39;49m�[33m==== End Query Trace ====�[39;49m
2024/12/01 18:20:01	stdout	
2024/12/01 18:20:01	stdout	�[39;49m�[33mPARAMETERS:�[39;49m
2024/12/01 18:20:01	stdout	
2024/12/01 18:20:01	stdout	�[39;49m�[33m FROM "Collections"       �[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33mSELECT "Collections".*�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33mQUERY TEXT:�[39;49m
2024/12/01 18:20:01	stdout	
2024/12/01 18:20:01	stdout	�[39;49m�[33m==== Begin Query Trace ====�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33mSQL: �[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Threading.Tasks.Task.InnerInvoke()�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Events.EventAggregator.<>c__DisplayClass6_2`1.<PublishEvent>b__2() in ./Radarr.Core/Messaging/Events/EventAggregator.cs:line 120�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync(ApplicationStartedEvent message) in ./Radarr.Core/HealthCheck/HealthCheckService.cs:line 162�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.HealthCheck.HealthCheckService.ProcessHealthChecks() in ./Radarr.Core/HealthCheck/HealthCheckService.cs:line 85�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Linq.Enumerable.SelectListIterator`2.ToList()�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.HealthCheck.HealthCheckService.<ProcessHealthChecks>b__15_0(IProvideHealthCheck c) in ./Radarr.Core/HealthCheck/HealthCheckService.cs:line 98�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.HealthCheck.Checks.MovieCollectionRootFolderCheck.Check() in ./Radarr.Core/HealthCheck/Checks/MovieCollectionRootFolderCheck.cs:line 33�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Movies.Collections.MovieCollectionService.GetAllCollections() in ./Radarr.Core/Movies/Collections/MovieCollectionService.cs:line 66�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.BasicRepository`1.All() in ./Radarr.Core/Datastore/BasicRepository.cs:line 88�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder) in ./Radarr.Core/Datastore/BasicRepository.cs:line 72�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T](IDatabase db, SqlBuilder builder) in ./Radarr.Core/Datastore/Extensions/SqlMapperExtensions.cs:line 140�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T](IDatabase db, String sql, Object param) in ./Radarr.Core/Datastore/Extensions/SqlMapperExtensions.cs:line 17�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 801�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1161�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1133�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.NextResult()�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:20:01	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:20:01	stdout	
2024/12/01 18:20:01	stdout	�[39;49m�[39;49m�[33m[Error] TaskExtensions: Task Error �[39;49m
2024/12/01 18:20:00	stdout	�[39;49m�[39;49m�[37m[Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled 
2024/12/01 18:20:00	stdout	�[39;49m�[39;49m�[37m[Info] Microsoft.Hosting.Lifetime: Content root path: /app/radarr/bin 
2024/12/01 18:20:00	stdout	�[39;49m�[39;49m�[37m[Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 
2024/12/01 18:20:00	stdout	�[39;49m�[39;49m�[39;49m�[37m[Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 
2024/12/01 18:19:59	stdout	�[39;49m�[33m
2024/12/01 18:19:59	stdout	
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/VersionMiddleware.cs:line 28�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 28�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 37�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 40�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 27�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m--- End of stack trace from previous location ---�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at lambda_method22(Closure , Object , Object[] )�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers, Nullable`1 languageId) in ./Radarr.Api.V3/Movies/MovieController.cs:line 144�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsService.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsService.cs:line 23�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsRepository.MovieStatistics() in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 30�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.MovieStats.MovieStatisticsRepository.Query(SqlBuilder builder, String template) in ./Radarr.Core/MovieStats/MovieStatisticsRepository.cs:line 59�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 801�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1178�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.Read()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:19:59	stdout	
2024/12/01 18:19:59	stdout	�[39;49m�[39;49m�[39;49m�[33m[Error] RadarrErrorPipeline: [GET /api/v3/movie] �[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m
2024/12/01 18:19:59	stdout	
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Handle(ApplicationStartedEvent message) in ./Radarr.Core/Messaging/Commands/CommandQueueManager.cs:line 279�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at NzbDrone.Core.Messaging.Commands.CommandRepository.OrphanStarted() in ./Radarr.Core/Messaging/Commands/CommandRepository.cs:line 44�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Dapper.SqlMapper.Execute(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 519�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Dapper.SqlMapper.ExecuteImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 648�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at Dapper.SqlMapper.ExecuteCommand(IDbConnection cnn, CommandDefinition& command, Action`2 paramReader) in /_/Dapper/SqlMapper.cs:line 2928�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLiteDataReader.NextResult()�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m   at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:19:59	stdout	
2024/12/01 18:19:59	stdout	�[39;49m�[39;49m�[33m[Error] EventAggregator: CommandQueueManager failed while processing [ApplicationStartedEvent] �[39;49m
2024/12/01 18:19:59	stdout	�[39;49m�[37m[Info] CommandExecutor: Starting 2 threads for tasks. 
2024/12/01 18:19:59	stdout	�[39;49m[ls.io-init] done.
2024/12/01 18:19:59	stdout	�[39;49m�[39;49m�[37m[Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:7878 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: => 0.0053767s 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: => 0.0051591s 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] DatabaseEngineVersionCheck: SQLite 3.45.3 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: => 0.0971353s 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: => 0.0932182s 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] DatabaseEngineVersionCheck: SQLite 3.45.3 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 
2024/12/01 18:19:58	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation  
2024/12/01 18:19:57	stdout	�[39;49m�[39;49m�[37m[Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 
2024/12/01 18:19:57	stdout	�[39;49m�[39;49m�[37m[Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 
2024/12/01 18:19:57	stdout	�[39;49m�[39;49m�[37m[Info] AppFolderInfo: Data directory is being overridden to [/config] 
2024/12/01 18:19:56	stdout	�[39;49m�[39;49m�[37m[Info] AppFolderInfo: Data directory is being overridden to [/config] 
2024/12/01 18:19:56	stdout	�[39;49m�[39;49m�[37m[Debug] Bootstrap: Console selected 
2024/12/01 18:19:56	stdout	�[39;49m�[39;49m�[37m[Info] AppFolderInfo: Data directory is being overridden to [/config] 
2024/12/01 18:19:56	stdout	�[?1h�=�[39;49m�[37m[Info] Bootstrap: Starting Radarr - /app/radarr/bin/Radarr - Version 5.15.1.9463 
2024/12/01 18:19:55	stdout	crond[147]: crond (busybox 1.36.1) started, log level 5
2024/12/01 18:19:55	stdout	[custom-init] No custom files found, skipping...
2024/12/01 18:19:55	stdout	    
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	Build-date: 2024-11-19T07:54:13+00:00
2024/12/01 18:19:55	stdout	Linuxserver.io version: 5.15.1.9463-ls246
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	User GID:    100
2024/12/01 18:19:55	stdout	User UID:    1026
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	GID/UID
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	https://www.linuxserver.io/donate/
2024/12/01 18:19:55	stdout	To support LSIO projects visit:
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	Radarr: https://opencollective.com/radarr
2024/12/01 18:19:55	stdout	To support the app dev(s) visit:
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	   Brought to you by linuxserver.io
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	      ╚══════╝╚══════╝╚═╝ ╚═════╝
2024/12/01 18:19:55	stdout	      ███████╗███████║██║╚██████╔╝
2024/12/01 18:19:55	stdout	      ██║     ╚════██║██║██║   ██║
2024/12/01 18:19:55	stdout	      ██║     ███████╗██║██║   ██║
2024/12/01 18:19:55	stdout	      ██║     ██╔════╝██║██╔═══██╗
2024/12/01 18:19:55	stdout	      ██╗     ███████╗██╗ ██████╗
2024/12/01 18:19:55	stdout	
2024/12/01 18:19:55	stdout	───────────────────────────────────────
2024/12/01 18:19:55	stdout	[migrations] no migrations found
2024/12/01 18:19:55	stdout	[migrations] started
Copy link

github-actions bot commented Dec 1, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@thespad
Copy link
Member

thespad commented Dec 1, 2024

Your database is corrupt

2024/12/01 18:20:30	stdout	�[39;49m�[33mdatabase disk image is malformed�[39;49m
2024/12/01 18:20:30	stdout	�[39;49m�[33m[v5.15.1.9463] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed�[39;49m
2024/12/01 18:20:30	stdout	

If restoring from backup doesn't fix the issue it suggests a longstanding problem with the DB that's been surfaced by an upgrade migration step. You should raise it with Radarr directly as they may be able to determine the specific issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants