You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as the data processing job starts we are getting
2023-03-06T18:05:25.1195165Z ERROR:: MapFile.SafeMapFileRowRead(): File: /Data/equity/usa/map_files/abh.csv System.ArgumentException: The provided 'IDataProvider' instance is null. Are you missing some initialization step?
2023-03-06T18:05:25.1196042Z ERROR:: at QuantConnect.Extensions.ReadLines(IDataProvider dataProvider, String file)+MoveNext()
2023-03-06T18:05:25.1196265Z ERROR:: at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
2023-03-06T18:05:25.1196466Z ERROR:: at System.Linq.Enumerable.WhereEnumerableIterator`1.ToList()
2023-03-06T18:05:25.1196664Z ERROR:: at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
2023-03-06T18:05:25.1196915Z ERROR:: at QuantConnect.Data.Auxiliary.MapFile.SafeMapFileRowRead(String file, String market, SecurityType securityType, IDataProvider dataProvider)
We are probably missing to initialize the data provider correctly
The text was updated successfully, but these errors were encountered:
As soon as the data processing job starts we are getting
We are probably missing to initialize the data provider correctly
The text was updated successfully, but these errors were encountered: