Logger.Fatal(ex.Message+". This can happen if another instance of Radarr is already running another application is using the same port (default: 7878) or the user has insufficient permissions");
Logger.Fatal(ex.Message+" This can happen if another instance of Radarr is already running another application is using the same port (default: 7878) or the user has insufficient permissions");
Exit(ExitCodes.RecoverableFailure);
}
catch(IOExceptionex)
{
if(ex.InnerExceptionisAddressInUseException)
{
System.Console.WriteLine("");
System.Console.WriteLine("");
Logger.Fatal(ex.Message+" This can happen if another instance of Radarr is already running another application is using the same port (default: 7878) or the user has insufficient permissions");