Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/660a162b7e2ef70a50f6e03d0177aef0d0892f91?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
_logger.Debug("CardigannIndexer ({0}): Download selector {1}'s torrent file is invalid, retrying with next available selector",_definition.Id,querySelector);
_logger.Debug("{0}: Download selector {1}'s torrent file is invalid, retrying with next available selector",_definition.Id,querySelector);
_logger.Debug("{0} CardigannIndexer ({1}): An exception occurred while trying selector {2}, retrying with next available selector",ex,_definition.Id,querySelector);
_logger.Error(ex,"{0}: An exception occurred while trying selector {1}, retrying with next available selector.",_definition.Id,querySelector);
}
catch(Exceptione)
{
_logger.Error("{0} CardigannIndexer ({1}): An exception occurred while trying selector {2}, retrying with next available selector",e,_definition.Id,querySelector);
thrownewCardigannException($"An exception occurred while trying selector: {querySelector}");
}
}
}
}
thrownewCardigannException($"Download selectors didn't match for {link}");