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

Fixed: Error occurred while executing task ProcessMonitoredDownloads

pull/3606/head
Mark McDowall 5 years ago
parent 15d84046db
commit 385c7fb0ce

@ -16,14 +16,14 @@ namespace NzbDrone.Core.Download
private readonly IFailedDownloadService _failedDownloadService;
private readonly ITrackedDownloadService _trackedDownloadService;
private readonly IEventAggregator _eventAggregator;
private readonly ILogger _logger;
private readonly Logger _logger;
public DownloadProcessingService(IConfigService configService,
ICompletedDownloadService completedDownloadService,
IFailedDownloadService failedDownloadService,
ITrackedDownloadService trackedDownloadService,
IEventAggregator eventAggregator,
ILogger logger)
Logger logger)
{
_configService = configService;
_completedDownloadService = completedDownloadService;

Loading…
Cancel
Save