Getting below issue in Algo api @Tradehull_Imran & @RahulDeshpande

Issue 1 :

Hi, @Tradehull_Imran & @RahulDeshpande when i am trying to use this Order Slicing dhan Api than i am getting below error could you please help me which mandatory fields are missing

'Got exception in place_order as {‘status’: ‘failure’, ‘remarks’: {‘error_code’: ‘DH-905’, ‘error_type’: ‘Input_Exception’, ‘error_message’: ‘Missing required fields, bad values for parameters etc.’}, ‘data’: {‘errorType’: ‘Input_Exception’, ‘errorCode’: ‘DH-905’, ‘errorMessage’: ‘Missing required fields, bad values for parameters etc.’}}

image.png

issue 2:-
running my algo on AWS earlier it is working fine but some time it giving FINNifty data for this ITM strike selection and inside print you can see latest latest file all_instrument 2025-03-24.csv is downloaded but still it giving data for FINNIFTY. i debug the code as well but still getting same result.

issue is that when we have monthly expiry is there so Nifty and FinNifty date is same and both contains Nifty inside their name so instead of nifty it picking finNifty. if expiry date is diff than it is working fine only issue with monthly expiry
image.png