I am trying to deploy a script from Papertrading to Interactive Brokers for the first time and I'm getting the following message:

 

System.TimeoutException: InteractiveBrokersBrokerage.Connect(): Operation took longer than 15 seconds. at QuantConnect.Brokerages.InteractiveBrokers.InteractiveBrokersBrokerage.Connect () [0x00355] in <760890b11546449d82bf5939eafc7fbd>:0 at QuantConnect.Lean.Engine.HistoricalData.BrokerageHistoryProvider.Initialize (QuantConnect.Data.HistoryProviderInitializeParameters parameters) [0x00001] in Lean.Engine.HistoricalData.BrokerageHistoryProvider.Initialize (QuantConnect.Data.HistoryProviderInitializeParameters parameters) [0x00001] in <84454424c99040969f8d97159e06b05a>:0 at QuantConnect.Lean.Engine.Engine.Run (QuantConnect.Packets.AlgorithmNodePacket job, QuantConnect.Lean.Engine.AlgorithmManager manager, System.String assemblyPath) [0x003d6] in Lean.Engine.AlgorithmManager manager, System.String assemblyPath) [0x003d6] in <84454424c99040969f8d97159e06b05a>:0

Is this likely a configuration issue with IAB or something not coded correctly in my QC code?

 

Thanks.

 

 

Author