Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/3a938e18fa33971dad03cd9d7d232017f8bfaa42
You should set ROOT_URL correctly, otherwise the web may not work correctly.
returnnewNzbDroneValidationFailure(propertyName,"Folder does not exist")
{
DetailedDescription="The folder you specified does not exist or is inaccessible. Please verify the folder permissions for the user account that is used to execute NzbDrone."
DetailedDescription=string.Format("The folder you specified does not exist or is inaccessible. Please verify the folder permissions for the user account '{0}', which is used to execute Sonarr.",Environment.UserName)
_logger.Error("Folder '{0}' is not writable.",folder);
returnnewNzbDroneValidationFailure(propertyName,"Unable to write to folder")
{
_logger.Error("Folder '{0}' is not writable.",folder);
returnnewNzbDroneValidationFailure(propertyName,"Unable to write to folder")
{
DetailedDescription="The folder you specified is not writable. Please verify the folder permissions for the user account that is used to execute NzbDrone."
};
}
DetailedDescription=string.Format("The folder you specified is not writable. Please verify the folder permissions for the user account '{0}', which is used to execute Sonarr.",Environment.UserName)
returnnewHealthCheck(GetType(),HealthCheckResult.Error,"Unable to update, running from write-protected folder");
returnnewHealthCheck(GetType(),HealthCheckResult.Error,string.Format("Cannot install update because startup folder '{0}' is not writable by the user '{1}'.",_appFolderInfo.StartUpFolder,Environment.UserName));
thrownewApplicationException(string.Format("Cannot install update because startup folder '{0}' is not writable by the user '{1}'.",_appFolderInfo.StartUpFolder,Environment.UserName));