Guest User

Untitled

a guest
Jul 18th, 2023
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. [Kavita] [2023-07-18 22:31:06.703 +07:00 1] [Fatal] API.Program Running MigrateSeriesRelationsExport migration - Please be patient, this may take some time. This is not an error
  2. [Kavita] [2023-07-18 22:31:06.738 +07:00 1] [Fatal] API.Program Running MigrateSeriesRelationsExport migration - complete. Nothing to do
  3. [Kavita] [2023-07-18 22:31:07.478 +07:00 1] [Information] API.Services.TaskScheduler Scheduling reoccurring tasks
  4. [Kavita] [2023-07-18 22:31:07.484 +07:00 1] [Debug] API.Services.TaskScheduler Scheduling Scan Library Task for daily
  5. [Kavita] [2023-07-18 22:31:07.610 +07:00 1] [Debug] API.Services.TaskScheduler Scheduling Backup Task for daily
  6. [Kavita] [2023-07-18 22:31:07.613 +07:00 1] [Information] API.Services.TaskScheduler Scheduling Auto-Update tasks
  7. [Kavita] [2023-07-18 22:31:07.615 +07:00 1] [Debug] API.Services.TaskScheduler Scheduling stat collection daily
  8. [Kavita] [2023-07-18 22:31:07.744 +07:00 1] [Information] API.Services.Tasks.Scanner.LibraryWatcher [LibraryWatcher] Starting file watchers for 1 library folders
  9. [Kavita] [2023-07-18 22:31:07.745 +07:00 1] [Debug] API.Services.Tasks.Scanner.LibraryWatcher [LibraryWatcher] Watching Y:/Big Theater District Project/Manga
  10. [Kavita] [2023-07-18 22:31:07.748 +07:00 1] [Information] API.Services.Tasks.Scanner.LibraryWatcher [LibraryWatcher] Watching 1 folders
  11. [Kavita] [2023-07-18 22:31:07.807 +07:00 4] [Information] API.Program Running Migrations
  12. [Kavita] [2023-07-18 22:31:07.832 +07:00 4] [Fatal] API.Program Running MigrateRemoveWebPSettingRows migration - Please be patient, this may take some time. This is not an error
  13. [Kavita] [2023-07-18 22:31:07.833 +07:00 4] [Fatal] API.Program Running MigrateRemoveWebPSettingRows migration - complete. Nothing to do
  14. [Kavita] [2023-07-18 22:31:08.271 +07:00 4] [Information] API.Program Running Migrations - done
  15. [Kavita] [2023-07-18 22:31:08.442 +07:00 1] [Information] API.Startup Starting with base url as /
  16. [Kavita] [2023-07-18 22:31:08.473 +07:00 1] [Fatal] Host terminated unexpectedly
  17. System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
  18. at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
  19. at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
  20. at System.Net.Sockets.Socket.Bind(EndPoint localEP)
  21. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
  22. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
  23. at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
  24. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
  25. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass30_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  26. --- End of stack trace from previous location ---
  27. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
  28. at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  29. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
  30. at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context, CancellationToken cancellationToken)
  31. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  32. at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  33. at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  34. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  35. at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  36. at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  37. at API.Program.Main(String[] args) in C:\Users\josep\Documents\Projects\KavitaOrg\Kavita\API\Program.cs:line 118
  38.  
Advertisement
Add Comment
Please, Sign In to add comment