We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to run the trade websocket example, I always get the following message:
INFO:root:Connection with URL: wss://stream.binance.com:9443/ws INFO:root:Start to connect.... 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
After that it tries again for four times and doesn't print any messages. All dependencies are installed. On the testnet it doesn't work neither.
Do you have any ideas how to solve it?
The text was updated successfully, but these errors were encountered:
Hi @RepoUse, can you check this closed issue with similar report? #57
Sorry, something went wrong.
No branches or pull requests
When trying to run the trade websocket example, I always get the following message:
After that it tries again for four times and doesn't print any messages. All dependencies are installed. On the testnet it doesn't work neither.
Do you have any ideas how to solve it?
The text was updated successfully, but these errors were encountered: