Getting Error while connecting to websocket
-
I am logged in successfully but while calling tick data from websocketv2 it shows me error and tell me how to resolve this issue:
Traceback (most recent call last):
File "10. Data with timestamp.py", line 60, in <module>
sws.connect()
File "E:\AB\SmartWebSocketv2.py", line 264, in connect
raise e
File "E:\AB\SmartWebSocketv2.py", line 261, in connect
self.wsapp.run_forever(sslopt={"cert_reqs": ssl.CERT_NONE}, ping_interval=self.HEAR_BEAT_INTERVAL,
TypeError: run_forever() got an unexpected keyword argument 'ping_payload' -
@Vkrm Any solution on this?