Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/7dc64c595cfcf97965eb01ca1f414b58958c4b49?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Torznab indexer?",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Torznab indexer?",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
returnfalse;
}
}
else
{
_logger.Warn("{0} does not contain {1}, found {2}.",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Newznab indexer?",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{0} does not contain {1}, found {2}, did you intend to add a Newznab indexer?",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);
returnfalse;
}
}
else
{
_logger.Warn("{0} does not contain {1}, found {2}.",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);