FyersApi Issue: Receiving different symbol name through websocket

I have received uncommon symbol names multiple times and specially when I encounter with the reconnecting and other socket errors.

This is the commonly used one:NSE:NIFTYXXXXXPE

This is uncommon: NIFTYXXXXPXXXX

'NSE:NIFTY2410421550PE',
'NIFTY04JAN24P21550'
{"level":"DEBUG","location":"[:1644] data_ws","message":"Response:Attempting reconnect 1 of 5...","timestamp":"2023-12-29 13:18:24,811+0530","service":"FyersDataSocket"}

{"level":"DEBUG","location":"[:1644] data_ws","message":"Response:Attempting reconnect 2 of 5...","timestamp":"2023-12-29 13:18:27,217+0530","service":"FyersDataSocket"}

{"level":"ERROR","location":"[exception:108] fyers_logger","message":"'sf|nse_fo|42206'","timestamp":"2023-12-29 13:18:30,730+0530","service":"FyersDataSocket","exception":"Traceback (most recent call last):\n  File \"/home/ubuntu/.local/lib/python3.10/site-packages/fyers_apiv3/FyersWebsocket/data_ws.py\", line 1151, in __datafeed_resp\n    self.resp[topic_name][\"symbol\"] = self.symbol_token[topic_name]\nKeyError: 'sf|nse_fo|42206'","exception_name":"KeyError"}

And still encounter the reconnecting issue daily.

Last query link: https://community.fyers.inhttps://fyers.in/community/t/fyersapi-issue-response-attempting-reconnect-1-of-5/20120

Hi @KDTPMva1DF

As checked , it is working fine from my end , could you please elaborate on the issue faced and the symbol selected to fetch the data

okay, The issue is I encounter with reconnecting to server issue daily and later on not able to receive any data from web socket. This is killing my program daily, not able to fetch the right data. Sometime along this issue I receive this uncommon symbol names too. Which eventually disturbing for me.
In this program I am fetch option chain(5 options) data.