HistoricalBarsRequest broken

when attempting (batching through symbols 100 at time):

HistoricalBarsRequest barRequest = new HistoricalBarsRequest(symbols.AsEnumerable(), startTime,endTime,BarTimeFrame.Minute);

barRequest.Adjustment = Adjustment.SplitsOnly;

I receive a Internal ServerError/500. When i remove the bold section, there is no error.

I’m looking for adjusted data so there are not wide price gaps.

I’ve checked this scenario on my side and I’m unable to reproduce it on my side. If I request all active assets on the Paper environment (in 100 item batches) all requests are completed successfully. In any case, the HTTP 500 error is a server-side problem, and the client-side SDK is unable to do anything useful with it.