Advertisement
Guest User

Untitled

a guest
Feb 9th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. text error warn system array login
  2.  
  3. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  4. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  5. --- End of stack trace from previous location ---
  6. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  7. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  8. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  9. at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  10. at Lidarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/BufferingMiddleware.cs:line 27
  11. at Lidarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
  12. at Lidarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
  13. at Lidarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/StartingUpMiddleware.cs:line 37
  14. at Lidarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
  15. 2025-02-09 05:20:49,916 DEBG 'lidarr' stdout output:
  16.  
  17. at Lidarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/VersionMiddleware.cs:line 28
  18. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  19. at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
  20. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  21. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  22. at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
  23.  
  24.  
  25.  
  26. 2025-02-09 05:20:49,978 DEBG 'lidarr' stdout output:
  27. [Fatal] LidarrErrorPipeline: Request Failed. GET /api/v1/artist
  28.  
  29. [v2.9.6.4552] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed
  30. database disk image is malformed
  31. at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
  32. at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
  33. at System.Data.SQLite.SQLiteDataReader.NextResult()
  34. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  35. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  36. at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1142
  37. at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1161
  38. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  39. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  40. 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
  41. at NzbDrone.Core.ArtistStats.ArtistStatisticsRepository.Query(SqlBuilder builder, String template) in ./Lidarr.Core/ArtistStats/ArtistStatisticsRepository.cs:line 62
  42. at NzbDrone.Core.ArtistStats.ArtistStatisticsRepository.ArtistStatistics() in ./Lidarr.Core/ArtistStats/ArtistStatisticsRepository.cs:line 32
  43. at NzbDrone.Core.ArtistStats.ArtistStatisticsService.<ArtistStatistics>b__3_0() in ./Lidarr.Core/ArtistStats/ArtistStatisticsService.cs:line 41
  44. at NzbDrone.Common.Cache.Cached`1.Get(String key, Func`1 function, Nullable`1 lifeTime) in ./Lidarr.Common/Cache/Cached.cs:line 109
  45. at NzbDrone.Core.ArtistStats.ArtistStatisticsService.ArtistStatistics() in ./Lidarr.Core/ArtistStats/ArtistStatisticsService.cs:line 41
  46. at Lidarr.Api.V1.Artist.ArtistController.AllArtists(Nullable`1 mbId) in ./Lidarr.Api.V1/Artist/ArtistController.cs:line 136
  47. at lambda_method128(Closure , Object , Object[] )
  48. at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  49. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
  50. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  51. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
  52. --- End of stack trace from previous location ---
  53. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  54. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  55. at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  56.  
  57. 2025-02-09 05:20:49,978 DEBG 'lidarr' stdout output:
  58. --- End of stack trace from previous location ---
  59. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  60. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  61. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  62. at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  63. at Lidarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/BufferingMiddleware.cs:line 27
  64. at Lidarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/IfModifiedMiddleware.cs:line 40
  65. at Lidarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/CacheHeaderMiddleware.cs:line 32
  66. at Lidarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/StartingUpMiddleware.cs:line 37
  67. at Lidarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/UrlBaseMiddleware.cs:line 28
  68. at Lidarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Lidarr.Http/Middleware/VersionMiddleware.cs:line 28
  69. at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  70. at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
  71. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  72. at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  73. at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
  74.  
  75.  
  76.  
  77. 2025-02-09 05:21:12,673 DEBG 'lidarr' stdout output:
  78. [Info] RssSyncService: Starting RSS Sync
  79.  
  80. 2025-02-09 05:21:12,687 DEBG 'lidarr' stdout output:
  81. [Info] DiskScanService: Scanning /media
  82.  
  83. 2025-02-09 05:21:13,688 WARN received SIGTERM indicating exit request
  84. 2025-02-09 05:21:13,688 DEBG killing lidarr (pid 58) with signal SIGTERM
  85. 2025-02-09 05:21:13,688 INFO waiting for lidarr to die
  86. 2025-02-09 05:21:13,690 DEBG 'lidarr' stdout output:
  87. [Info] Microsoft.Hosting.Lifetime: Application is shutting down...
  88.  
  89. 2025-02-09 05:21:13,690 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22428974151536 for <Subprocess at 22428974147168 with name lidarr in state STOPPING> (stdout)>
  90. 2025-02-09 05:21:13,690 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22428972695952 for <Subprocess at 22428974147168 with name lidarr in state STOPPING> (stderr)>
  91. 2025-02-09 05:21:13,690 WARN stopped: lidarr (exit status 143)
  92. 2025-02-09 05:21:13,690 DEBG received SIGCHLD indicating a child quit
  93.  
  94. ** Press ANY KEY to close this window **
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement