Alice.search_instruments() function is not working anymore

Hi sir/Mam, I’m using alicebue python api for last 4 months without any issue but all of the suden only this function alice.search_instruments() started to throw error. i even tried with hard codeed values they mentioned in their docs here. when i try this

all_sensex_scrips = alice.search_instruments(‘BSE’, ‘SENSEX’)

get this weird key error

all_sensex_scrips = alice.search_instruments(‘BSE’, ‘SENSEX’)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “G:\lussia\venv\Lib\site-packages\pya3\alicebluepy.py”, line 776, in search_instruments
inst.append(Instrument(scrip_response[i][‘exch’],scrip_response[i][‘token’],scrip_response[i][‘formattedInsName’],scrip_response[i][‘symbol’],scrip_response[i][‘expiry’],scrip_response[i][‘lotSize’]))
~~~~~~~~~~~~~~^^^
KeyError: 0

Yes, I am facing the same error, so I switched my code to a new function.

Yes, I am facing same error, so I switch my code to new function.

Kindly recheck once again search instrument is working properly.