Hi QC Team and community,

 

My live paper trading algorithm has been unable to deploy since last night. Every deployment attempt (both via UI and API) immediately crashes with:

 

docker: Error response from daemon: client version 1.53 is too new. Maximum supported API version is 1.42

 

Details:

  • Project ID: 29142497
  • - Node: NY7 (LN-54d90d209a785cf1a5f591dd7df4310f)
  • - LEAN Version: 2.5.0.0.17577
  • - I also tried creating a brand new project (29275485) - same error
  • - API deployments return HTTP 500

This appears to be a Docker daemon version mismatch on the NY7 server. The LEAN container requires Docker API v1.53 but the host only supports v1.42. The algorithm compiles successfully - this is purely an infrastructure issue.

 

I only have one live node and it's assigned to NY7, so I cannot work around this.

 

Is anyone else experiencing this? Is there a way to request a node migration to a different server?

 

This is urgent as I need the algorithm running before market open today (Monday 3/23).

 

I've also submitted a support ticket. Any help appreciated. Thank you.