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

Log where the torrent request is being redirected to

pull/6/head
Mark McDowall 10 years ago
parent 4fd8fce4a5
commit 3055b90178

@ -102,6 +102,8 @@ namespace NzbDrone.Core.Download
{
var locationHeader = (string)response.Headers.GetValueOrDefault("Location", null);
_logger.Trace("Torrent request is being redirected to: {0}", locationHeader);
if (locationHeader != null)
{
if (locationHeader.StartsWith("magnet:"))

Loading…
Cancel
Save