Empty or No response from websocket.

I’m using fyersv2==2.0.4

I’m using a depreciated version because websocket don’t work in latest version.
I tried using 2.0.4 and it was working fine. But today when I tried to run it for following symbols it gave empty response everytime and sometimes don’t give any response at all.

symbols:

Response:

@vishnu_bharath any clue?

Same Problem

use the latest python module i.e. version 2.0.5

copy the code from

https://github.com/FyersDev/fyers-api-sample-code/blob/sample_v2/My%20API%20Sample%20Script(GET%20STARTED)/websocket%20sample%20script/websocket_foreground.py

Make modification to the custom_message function and access the data as

symbol = msg[0]['symbol']
ltp = msg[0]['ltp']