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

Fixed: Error occurred while executing task ProcessMonitoredDownloads

pull/388/head
Mark McDowall 5 years ago committed by ta264
parent bc395860bb
commit f9af5e2502

@ -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