Getting the following error when attempting to backtest local cli.  Runs fine when doing a cloud backtest.  There something I need to include or import when running this with lean cli?  

 

2022-07-06T18:34:45.3829031Z TRACE:: Config.GetValue(): show-missing-data-logs - Using default value: False
2022-07-06T18:34:45.8735724Z ERROR:: Error downloading custom data source file, skipped: RemoteFile: Csv https://data.nasdaq.com/api/v3/datasets/OECD/KEI_LOLITOAA_OECDE_ST_M.csv?order=asc&api_key=your_api_key Error: The reader was empty for source: $https://data.nasdaq.com/api/v3/datasets/OECD/KEI_LOLITOAA_OECDE_ST_M.csv?order=asc&api_key=your_api_key
2022-07-06T18:34:46.2022421Z TRACE:: UniverseSelection.AddPendingInternalDataFeeds(): Adding internal benchmark data feed SPY,#0,SPY,Hour,TradeBar,Trade,Adjusted,OpenInterest,Internal
2022-07-06T18:34:46.3748653Z TRACE:: Debug: Warning: SetBenchmark(SPY): no existing symbol found, benchmark security will be added with Equity type.
Algorithm starting warm up...

Author