I'm running into error 047 - Not enough bars, when trying to start a system I recently developed.

I'm using PRELOAD, and I have downloaded M1 data from Oanda up until 2017-06-20 using the Download script, so just two days missing. My issue now is that even though the last two days prices ARE available on the history server, I'm getting

Code:
Login IG... at UTC 06-22 04:35
Load USD/JPY prices.. 7740+74 h
V 1.580 on Thu 17-06-22 07:24:58
Error 047: not enough bars (74 missing)
Logout.. ok



Since I'm the developer of the IG plugin, I have double checked and can see that the prices are indeed returned.

I also tried to use the Download script again two download the last two days, using both IG and Oanda, but it looks like it's not even trying to download the missing data.

Example output from IG using download script

Code:
Login IG... at UTC 06-22 05:29
Download...
Load AssetsFix
USD/JPY 2017 complete
Ok
V 1.580 on Thu 17-06-22 07:29:54
No bars generated
Quit
Logout.. ok


Any suggestions on next steps?

Last edited by Dalla; 06/22/17 06:26.