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
from MeteorClient import MeteorClient
client = MeteorClient('wss://biscoint.io/sockjs/818/tpplurnw/websocket')
client.connect()
File "/usr/local/lib/python3.9/site-packages/MeteorClient.py", line 55, in connect
self.ddp_client.connect()
File "/usr/local/lib/python3.9/site-packages/DDPClient.py", line 119, in connect
self.ddpsocket.connect()
File "/usr/local/lib/python3.9/site-packages/ws4py/client/__init__.py", line 217, in connect
self.sock.connect(self.bind_addr)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1342, in connect
self._real_connect(addr, False)
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1333, in _real_connect
self.do_handshake()
File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)
The text was updated successfully, but these errors were encountered:
Hi,
Im trying connect with this but get error:
The text was updated successfully, but these errors were encountered: