You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 openedEven sleeping 2 secs causes the same exception.