socket is already opened
Package:
websocket-client
2702
Exception Class:
WebSocketException
Raise code
if ping_timeout and ping_interval and ping_interval <= ping_timeout:
raise WebSocketException("Ensure ping_interval > ping_timeout")
if not sockopt:
sockopt = []
if not sslopt:
sslopt = {}
if self.sock:
raise WebSocketException("socket is already opened")
thread = None
self.keep_running = True
self.last_ping_tm = 0
self.last_pong_tm = 0
def teardown(close_frame=None):
""" """
Links to the raise (1)
https://github.com/websocket-client/websocket-client/blob/f7480f6781e7e81248f108a1993ac639255d9d45/websocket/_app.py#L275NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix