Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/c45cff87fc07ba9699622795fe9dc3411ce1dbc2?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
1 deletions
@ -1,4 +1,4 @@
using System ;
using System ;
using System.Linq ;
using System.Linq ;
using NLog ;
using NLog ;
using NzbDrone.Core.Download ;
using NzbDrone.Core.Download ;
@ -9,6 +9,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
[CheckOn(typeof(ProviderAddedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderAddedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
[CheckOn(typeof(ProviderStatusChangedEvent<IDownloadClient>))]
public class DownloadClientCheck : HealthCheckBase
public class DownloadClientCheck : HealthCheckBase
{
{
private readonly IProvideDownloadClient _downloadClientProvider ;
private readonly IProvideDownloadClient _downloadClientProvider ;