Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/55372f554f303e9392545266e4f1a75123cb6dda
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Logger.Fatal(ex.Message+". This can happen if another instance of Lidarr is already running another application is using the same port (default: 8686) or the user has insufficient permissions");
Exit(ExitCodes.RecoverableFailure);
Logger.Fatal(ex.Message+". This can happen if another instance of Lidarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions");
Exit(ExitCodes.RecoverableFailure,startupArgs);
}
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");