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
Hey I wanted to use some of this code to compare to mine and see if the issue I'm having lies in my implementation. I just installed binance-connector on a new conda enviroment and I cant seem to connect to any of binance's servers. My code uses the standard requests library for the REST endpoint and websocket-client library for handling websockets and I don't get any of these issues.
Anyway I keep getting this error (theres a refrence to it here : ccxt/ccxt#882 with even more refrencing it but no solutions that worked at least for me): WARNING:root:WebSocket connection closed: connection was closed uncleanly (SSL error: certificate verify failed (in tls_process_server_certificate)), code: 1006, clean: False, reason: connection was closed uncleanly (SSL error: certificate verify failed (in tls_process_server_certificate)) ERROR:root:Lost connection to Server. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.]. Retrying: 1
Any help would be greatly appreciated as after searching around and googling I went so far as to uninstall anaconda, remove any left over files including my previous environments, reinstall anaconda and all necessary packages and previous environments and still nothing.
Thank you.
The text was updated successfully, but these errors were encountered:
I got it working finally so I decided to close. Part of the solution is explained here . Although that brought up different issues, some of which I did not record for this post as I was trying to fix them, sorry, however the linked thread should be able to help.
Hey I wanted to use some of this code to compare to mine and see if the issue I'm having lies in my implementation. I just installed binance-connector on a new conda enviroment and I cant seem to connect to any of binance's servers. My code uses the standard requests library for the REST endpoint and websocket-client library for handling websockets and I don't get any of these issues.
Anyway I keep getting this error (theres a refrence to it here : ccxt/ccxt#882 with even more refrencing it but no solutions that worked at least for me):
WARNING:root:WebSocket connection closed: connection was closed uncleanly (SSL error: certificate verify failed (in tls_process_server_certificate)), code: 1006, clean: False, reason: connection was closed uncleanly (SSL error: certificate verify failed (in tls_process_server_certificate))
ERROR:root:Lost connection to Server. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.]. Retrying: 1
Any help would be greatly appreciated as after searching around and googling I went so far as to uninstall anaconda, remove any left over files including my previous environments, reinstall anaconda and all necessary packages and previous environments and still nothing.
Thank you.
The text was updated successfully, but these errors were encountered: