Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/f7f62799cd66f367520b45705e9af95fb2c0ba39
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.Warn("Feed does not contain {0}, found {1}, did you intend to add a Torznab indexer?",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]);
}
else
{
_logger.Warn("Feed does not contain {0}, found {1}.",NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,NzbEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("Feed does not contain {0}, found {1}, did you intend to add a Newznab indexer?",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]);
}
else
{
_logger.Warn("Feed does not contain {0}, found {1}.",TorrentEnclosureMimeType,enclosureTypes[0]);
_logger.Warn("{1} does not contain {1}, found {2}.",indexerResponse.Request.Url,TorrentEnclosureMimeType,enclosureTypes[0]);