Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/e9e034d1933cac4a5542ca25425736871c0cec5f?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
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);
Exit(ExitCodes.RecoverableFailure, startupArgs);
}
}
catch(IOExceptionex)
catch(IOExceptionex)
{
{
@ -61,7 +63,7 @@ namespace NzbDrone.Console
System.Console.WriteLine("");
System.Console.WriteLine("");
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");
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");