Found the issue and solution
since today , while fetching the instrument code from Kite connect the return value is a float and not an integer.
try converting the instrument code to int and then run your code. hope it should work.
Running The following code on Websocket
subscribe =[]
trd_portfolio = {}
sht = wb.sheets['dStream2']
mode = 'MODE_QUOTE'
#function to read symbols from dStream portfolio
def read_excel():
for x in range (3,1305):
name = sht.range('A'…