Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/ad7d571b24f05866961eece1d0d80582f0c0d57a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
RuntimeInfoBase.IsProduction.Should().BeFalse("Process name is "+Process.GetCurrentProcess().ProcessName+" Folder is "+Directory.GetCurrentDirectory());
RuntimeInfo.IsProduction.Should().BeFalse("Process name is "+Process.GetCurrentProcess().ProcessName+" Folder is "+Directory.GetCurrentDirectory());
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid *nix path. paths must start with /",param.Value));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid Windows path. paths must be a full path eg. C:\\Windows",param.Value));
}
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid Windows path. paths must be a full path eg. C:\\Windows",param.Value));
throwExceptionFactory.CreateForParamValidation(param.Name,string.Format("value [{0}] is not a valid *nix path. paths must start with /",param.Value));
returnnewHealthCheck(GetType(),HealthCheckResult.Error,$"your mono version {version} has a bug that causes issues connecting to indexers/download clients");
}
if(version>=newVersion(3,10))
{
_logger.Debug("mono version is 3.10 or better: {0}",version.ToString());
returnnewHealthCheck(GetType());
}
_logger.Debug("Mono version 3.4.0, checking for Mono bug #18599 returned positive.");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,"You are running an old and unsupported version of Mono with a known bug. You should upgrade to a higher version");
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"mono version is less than 3.10, upgrade for improved stability");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,$"Your Mono version {monoVersion} has a bug that causes issues connecting to indexers/download clients. You should upgrade to a higher version");
}
if(monoVersion>=newVersion("3.10"))
{
_logger.Debug("Mono version is 3.10 or better: {0}",monoVersion);
returnnewHealthCheck(GetType());
}
returnnewHealthCheck(GetType(),HealthCheckResult.Warning,"You are running an old and unsupported version of Mono. Please upgrade Mono for improved stability.");