2024-07-01, 04:49 PM
(This post was last modified: 2024-07-01, 04:53 PM by theguymadmax. Edited 2 times in total.)
(2024-07-01, 04:40 PM)0000000000 Wrote: [12:17:47] [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
[12:17:47] [FTL] [1] Main: Error while starting server
System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
That usually indicates you have two instances running. You have it running as a service and you're also running it with the command jellyfin. You need to stop the service if you are running it manually.