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
Hello,
When using the sample code in the wiki: https://python-kucoin.readthedocs.io/en/latest/websockets.html
I keep on getting "sleeping to keep loop open" while in debug mode (I am using PyCharm).
Digging into the code, I also realized that at this stage of the code (res['instanceServers'][0]['endpoint']): https://github.com/sammchardy/python-kucoin/blob/develop/kucoin/client.py#L183
res['instanceServers'][0]['endpoint']
the enpoint is wss://ws-api.kucoin.com/endpoint
wss://ws-api.kucoin.com/endpoint
while according from Kucoin documentation it should be: wss://push1-v2.kucoin.com/endpoint
wss://push1-v2.kucoin.com/endpoint
Is this expected?
I forced the code to change this but it doesn't help receiving any data either...
How long am I supposed to wait before receiving any data from the websocket?
Thanks
The text was updated successfully, but these errors were encountered:
also having this issue, if you figured it out please report back
Sorry, something went wrong.
@gayjer @jejebelfort i found this https://github.com/Kucoin/kucoin-python-sdk which seems to be pretty similar from kucoin themselves. i got it working no problem
@pb360 Thanks, will give it a try!
No branches or pull requests
Hello,
When using the sample code in the wiki:
https://python-kucoin.readthedocs.io/en/latest/websockets.html
I keep on getting "sleeping to keep loop open" while in debug mode (I am using PyCharm).
Digging into the code, I also realized that at this stage of the code (
res['instanceServers'][0]['endpoint']
):https://github.com/sammchardy/python-kucoin/blob/develop/kucoin/client.py#L183
the enpoint is
wss://ws-api.kucoin.com/endpoint
while according from Kucoin documentation it should be:
wss://push1-v2.kucoin.com/endpoint
Is this expected?
I forced the code to change this but it doesn't help receiving any data either...
How long am I supposed to wait before receiving any data from the websocket?
Thanks
The text was updated successfully, but these errors were encountered: