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
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: