Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/9fe8477a40d4ac0b866830c6fea9113560f26597?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Now logging nzb&torrent response sizes.

pull/6/head
Taloth Saldono 10 years ago
parent 794a7957ef
commit 9fe8477a40

@ -125,6 +125,8 @@ namespace NzbDrone.Core.Download
}
torrentFile = response.ResponseData;
_logger.Debug("Downloading torrent for episode '{0}' finished ({1} bytes from {2})", torrentFile.Length, torrentUrl);
}
catch (HttpException ex)
{

@ -48,6 +48,8 @@ namespace NzbDrone.Core.Download
try
{
nzbData = _httpClient.Get(new HttpRequest(url)).ResponseData;
_logger.Debug("Downloaded nzb for episode '{0}' finished ({1} bytes from {2})", nzbData.Length, url);
}
catch (HttpException ex)
{

Loading…
Cancel
Save