Advertisement
andsoitgoes

Ombi OTHER error logs

Feb 23rd, 2023 (edited)
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.80 KB | None | 0 0
  1. 2023-02-24T01:33:00.764280344Z Base Url: /ombi
  2. 2023-02-24T01:33:08.308053724Z Wrote new baseurl at /app/ombi/ClientApp/dist/index.html
  3. 2023-02-24T01:33:08.367933853Z We are running on http://*:3579
  4. 2023-02-24T01:33:08.628593824Z /app/ombi
  5. 2023-02-24T01:33:14.837847968Z [ls.io-init] done.
  6. 2023-02-24T01:33:25.676689005Z fail: Microsoft.EntityFrameworkCore.Database.Connection[20004]
  7. 2023-02-24T01:33:25.681857446Z An error occurred using the connection to database 'main' on server '/config/Ombi.db'.
  8. 2023-02-24T01:33:25.834716131Z fail: Microsoft.EntityFrameworkCore.Query[10100]
  9. 2023-02-24T01:33:25.834863109Z An exception occurred while iterating over the results of a query for context type 'Ombi.Store.Context.Sqlite.OmbiSqliteContext'.
  10. 2023-02-24T01:33:25.834894126Z System.Threading.Tasks.TaskCanceledException: A task was canceled.
  11. 2023-02-24T01:33:25.834911682Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  12. 2023-02-24T01:33:25.834929626Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  13. 2023-02-24T01:33:25.834947088Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
  14. 2023-02-24T01:33:25.834964699Z at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  15. 2023-02-24T01:33:25.834981661Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
  16. 2023-02-24T01:33:25.834998587Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  17. 2023-02-24T01:33:25.835015105Z System.Threading.Tasks.TaskCanceledException: A task was canceled.
  18. 2023-02-24T01:33:25.835031678Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  19. 2023-02-24T01:33:25.835048289Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  20. 2023-02-24T01:33:25.835064937Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
  21. 2023-02-24T01:33:25.835081381Z at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  22. 2023-02-24T01:33:25.835103806Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
  23. 2023-02-24T01:33:25.835123769Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  24. 2023-02-24T01:33:25.971817276Z fail: Ombi.ErrorHandlingMiddleware[0]
  25. 2023-02-24T01:33:25.971929218Z Something bad happened, ErrorMiddleware caught this
  26. 2023-02-24T01:33:25.971954440Z System.Threading.Tasks.TaskCanceledException: A task was canceled.
  27. 2023-02-24T01:33:25.971971772Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  28. 2023-02-24T01:33:25.971989494Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
  29. 2023-02-24T01:33:25.972006383Z at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
  30. 2023-02-24T01:33:25.972068233Z at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
  31. 2023-02-24T01:33:25.972089695Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
  32. 2023-02-24T01:33:25.972107176Z at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  33. 2023-02-24T01:33:25.972124139Z at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
  34. 2023-02-24T01:33:25.972140713Z at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
  35. 2023-02-24T01:33:25.972157601Z at Ombi.Core.Services.RecentlyRequestedService.GetRecentlyRequested(CancellationToken cancellationToken) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Services/RecentlyRequestedService.cs:line 121
  36. 2023-02-24T01:33:25.972174897Z at lambda_method928(Closure , Object )
  37. 2023-02-24T01:33:25.972190804Z at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  38. 2023-02-24T01:33:25.972216451Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  39. 2023-02-24T01:33:25.972237951Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  40. 2023-02-24T01:33:25.972256765Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  41. 2023-02-24T01:33:25.972273376Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  42. 2023-02-24T01:33:25.972290598Z at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  43. 2023-02-24T01:33:25.972308245Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  44. 2023-02-24T01:33:25.972325486Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  45. 2023-02-24T01:33:25.972341689Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  46. 2023-02-24T01:33:25.972358540Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  47. 2023-02-24T01:33:25.973403273Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  48. 2023-02-24T01:33:25.973501159Z at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  49. 2023-02-24T01:33:25.973525714Z at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  50. 2023-02-24T01:33:25.973543251Z at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  51. 2023-02-24T01:33:25.973559713Z at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  52. 2023-02-24T01:33:25.973576657Z at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
  53. 2023-02-24T01:33:25.973593823Z at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  54. 2023-02-24T01:33:25.973610378Z at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  55. 2023-02-24T01:33:25.973626804Z at Ombi.ApiKeyMiddlewear.Invoke(HttpContext context) in /home/runner/work/Ombi/Ombi/src/Ombi/Middleware/ApiKeyMiddlewear.cs:line 51
  56. 2023-02-24T01:33:25.973644470Z at Ombi.ErrorHandlingMiddleware.Invoke(HttpContext context) in /home/runner/work/Ombi/Ombi/src/Ombi/Middleware/ErrorHandlingMiddlewear.cs:line 24
  57. 2023-02-24T01:33:26.129701851Z fail: Microsoft.AspNetCore.Server.Kestrel[13]
  58. 2023-02-24T01:33:26.129797978Z Connection id "0HMOM0SCL70AV", Request id "0HMOM0SCL70AV:00000002": An unhandled exception was thrown by the application.
  59. 2023-02-24T01:33:26.129821626Z System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.
  60. 2023-02-24T01:33:26.129838977Z at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.Advance(Int32 bytes)
  61. 2023-02-24T01:33:26.129855440Z at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpResponsePipeWriter.Advance(Int32 bytes)
  62. 2023-02-24T01:33:26.129872476Z at Microsoft.AspNetCore.Http.HttpResponseWritingExtensions.Write(HttpResponse response, String text, Encoding encoding)
  63. 2023-02-24T01:33:26.129889716Z at Microsoft.AspNetCore.Http.HttpResponseWritingExtensions.WriteAsync(HttpResponse response, String text, Encoding encoding, CancellationToken cancellationToken)
  64. 2023-02-24T01:33:26.129906623Z at Microsoft.AspNetCore.Http.HttpResponseWritingExtensions.WriteAsync(HttpResponse response, String text, CancellationToken cancellationToken)
  65. 2023-02-24T01:33:26.129923438Z at Ombi.ErrorHandlingMiddleware.HandleExceptionAsync(HttpContext context, Exception exception) in /home/runner/work/Ombi/Ombi/src/Ombi/Middleware/ErrorHandlingMiddlewear.cs:line 53
  66. 2023-02-24T01:33:26.129987214Z at Ombi.ErrorHandlingMiddleware.Invoke(HttpContext context) in /home/runner/work/Ombi/Ombi/src/Ombi/Middleware/ErrorHandlingMiddlewear.cs:line 28
  67. 2023-02-24T01:33:26.130008695Z at Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.InvokeCore(HttpContext context, PathString matchedPath, PathString remainingPath)
  68. 2023-02-24T01:33:26.130025306Z at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement