shrimpy-python
shrimpy-python copied to clipboard
Stuck on handshake
ticker = client.get_ticker('bittrex')
stuck on.
File "/usr/lib/python3.9/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
It's hard to say what the culprit is. A blocked handshake often indicates a network or a server problem. Either something went wrong between the client and the server or the server refuses to finalize the handshake.