Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/76285a8ccd5183430e235d49cc1591b477bf8c21 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add additional link logging to DownloadService

pull/1051/head
Qstick 3 years ago
parent a6b499e4a5
commit 76285a8ccd

@ -114,6 +114,7 @@ namespace NzbDrone.Core.Download
public async Task<byte[]> DownloadReport(string link, int indexerId, string source, string host, string title)
{
_logger.Trace("Attempting download of {0}", link);
var url = new Uri(link);
// Limit grabs to 2 per second.

Loading…
Cancel
Save