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

Fixed: Don't hang on parsable, non-matched releases

pull/4531/head
Qstick 5 years ago
parent 40b5702ca6
commit 7120a20984

@ -111,7 +111,7 @@ namespace NzbDrone.Core.Download
var outputPath = trackedDownload.DownloadItem.OutputPath.FullPath;
if (trackedDownload.RemoteMovie == null)
if (trackedDownload.RemoteMovie?.Movie == null)
{
trackedDownload.State = TrackedDownloadState.ImportPending;
trackedDownload.Warn("Unknown Movie", outputPath);

Loading…
Cancel
Save