@admin - Thanks. Now I am using below in my code
AUTH_TOKEN -> jwtToken from response from generateSession('userid', 'password')
FEED_TOKEN -> refreshToken from response from generateSession('userid', 'password')
Please confirm if above is not correct, coz still I am getting same response from websockt i.e "Attempting to resubscribe/reconnect...
In on pong function==> b'\x00'"
I tried to troubleshoot from my end -> it failing at below step (i.e. row no 310 in smartWebsocketV2.py:
"token": SmartWebSocketV2._parse_token_value(binary_data[2:27]),
Can you help me here to understand whats wrong in my inputs ?