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

Correct Program Name ()

pull/2/head
Luke Anderson 8 years ago committed by Leonardo Galli
parent b19fbcbb71
commit 41d3f6d7ea

@ -94,7 +94,7 @@ namespace NzbDrone.Core.MediaFiles
return ProcessFile(fileInfo, importMode, series, downloadClientItem);
}
_logger.Error("Import failed, path does not exist or is not accessible by Sonarr: {0}", path);
_logger.Error("Import failed, path does not exist or is not accessible by Radarr: {0}", path);
return new List<ImportResult>();
}

Loading…
Cancel
Save