~/Downloads/JellyFin$ grep -i error Log.txt
[2024-04-02 11:58:35.480 +03:00] [FTL] [1] Main: Error while starting server.
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
[2024-04-02 12:00:29.895 +03:00] [ERR] [11] Jellyfin.Server.Implementations.Users.UserManager: Error authenticating with provider "Default"
[2024-04-02 12:00:29.937 +03:00] [ERR] [11] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-04-02 12:16:17.024 +03:00] [ERR] [35] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:16:17.416 +03:00] [ERR] [57] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/photo"
[2024-04-02 12:16:17.417 +03:00] [ERR] [53] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/video"
[2024-04-02 12:20:58.223 +03:00] [ERR] [15] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:20:58.232 +03:00] [ERR] [29] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/video"
[2024-04-02 12:20:58.232 +03:00] [ERR] [52] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/photo"
[2024-04-02 12:23:22.315 +03:00] [ERR] [33] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:26:12.402 +03:00] [ERR] [58] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:29:38.558 +03:00] [ERR] [37] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:50.156 +03:00] [ERR] [52] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:55.734 +03:00] [ERR] [32] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:56.825 +03:00] [ERR] [42] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:31:57.522 +03:00] [ERR] [37] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:57:03.095 +03:00] [ERR] [43] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:57:03.095 +03:00] [ERR] [26] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:57:20.567 +03:00] [ERR] [57] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:59:49.814 +03:00] [ERR] [26] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
grep -i failed Log.txt
[2024-04-02 11:58:35.479 +03:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again.
System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
[2024-04-02 11:58:35.480 +03:00] [FTL] [1] Main: Error while starting server.
at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
[2024-04-02 12:00:29.895 +03:00] [ERR] [11] Jellyfin.Server.Implementations.Users.UserManager: Error authenticating with provider "Default"
[2024-04-02 12:00:29.937 +03:00] [ERR] [11] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-04-02 12:16:17.024 +03:00] [ERR] [35] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:16:17.416 +03:00] [ERR] [57] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/photo"
[2024-04-02 12:16:17.417 +03:00] [ERR] [53] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/video"
[2024-04-02 12:20:58.223 +03:00] [ERR] [15] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:20:58.232 +03:00] [ERR] [29] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/video"
[2024-04-02 12:20:58.232 +03:00] [ERR] [52] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/volume1/photo"
[2024-04-02 12:23:22.315 +03:00] [ERR] [33] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
[2024-04-02 12:26:12.402 +03:00] [ERR] [58] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:29:38.558 +03:00] [ERR] [37] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:50.156 +03:00] [ERR] [52] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:55.734 +03:00] [ERR] [32] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:29:56.825 +03:00] [ERR] [42] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:31:57.522 +03:00] [ERR] [37] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/embywebsocket".
[2024-04-02 12:57:03.095 +03:00] [ERR] [43] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:57:03.095 +03:00] [ERR] [26] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:57:20.567 +03:00] [ERR] [57] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/9aeebb1d78b8d135c5a27b271abbf235/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
[2024-04-02 12:59:49.814 +03:00] [ERR] [26] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
grep -i failed Log.txt
[2024-04-02 11:58:35.479 +03:00] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again.
System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.