Has anyone else been running into this issue?

If I run any backtests before the year 2022, they crash and burn with a stack overflow. Here is an example of a backtest from Jan 1st 2022 - Feb 1st 2022. 2023 and newer tests run without any issues.

PS: Cannot attach backtests becaused crashed backtests do not show up in the dropdown when you click the “attach backtest button”

[ERROR] FATAL UNHANDLED EXCEPTION:Stack overflow.,Repeat 174498 times:,--------------------------------, at QuantConnect.Lean.Engine.DataFeeds.ZipEntryNameSubscriptionDataSourceReader.OnInvalidSource(QuantConnect.Data.SubscriptionDataSource, System.Exception),--------------------------------, at QuantConnect.Lean.Engine.DataFeeds.ZipEntryNameSubscriptionDataSourceReader+<Read>d__6.MoveNext(), at QuantConnect.Lean.Engine.DataFeeds.SubscriptionDataReader.MoveNext(), at QuantConnect.Lean.Engine.DataFeeds.Enumerators.SynchronizingEnumerator`1+<GetBruteForceMethod>d__15[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext(), at QuantConnect.Lean.Engine.DataFeeds.Enumerators.SynchronizingEnumerator`1[[System.__Canon, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext(), at QuantConnect.Lean.Engine.DataFeeds.Enumerators.FillForwardEnumerator.MoveNext(), at QuantConn