Hello,
When trying to subscribe to all symbols i receive the following error:
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/home/fp/Documents/atl/ws/wss.py", line 138, in run self._connect() File "/home/fp/Documents/atl/ws/wss.py", line 134, in _connect self.conn.run_forever(sslopt=sslopt_ca_certs) File "/home/fp/Documents/atl/lib/python3.5/site-packages/websocket/_app.py", line 207, in run_forever raise WebSocketException("socket is already opened") websocket._exceptions.WebSocketException: socket is already opened
Even sleeping 2 secs causes the same exception.