-
-
Notifications
You must be signed in to change notification settings - Fork 164
COINM Futures AggTrade doesnt work #208
New issue
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
Comments
Maybe CoinM Futures are affected by this bug too: #196 just try installing websockets 9.1 instead of 10.0 and start it again! Does it work now? |
Yes it works fine with websockets 9.1 Perhaps thats why python-binance restricted it to 9.1 as well in one of their latest releases, here is the log after changing to websockets 9.1 if it helps you: example_binance_coin_futures.py.log Summary:
|
for sure it is, i know the issue on python-binance. we are doing the same. i think till ubwa 1.33.1 we used websockets 9.1 and i swapped to websockets 10.0 with 1.34.0. then we recognized this bug, reported it to websocket libs and they found out an issue in binance and AWS api gateway and they reported it to AWS and i reported it to binance. binance confirmed the issue and is planing to release an update on their futures api in the end of october 2021. then the new "optimization feature" (which is provocation this bug) will be supported by binance and we can use it. till then i disabled the new feature of websockets 10.0 in ubwa for future endpoints. i will release 1.34.2 soon with a fix for coin-futures and websockets 10.0. |
I see thanks Oliver, any chance you can edit the requirements and setup.py for websockets==9.1? That way poetry can resolve correctly on your main branch |
Check this or we will delete your issue. (fill in the checkbox with an X like so: [x])
Select one:
Environment
What kind of internet connection do you have?
Average system load (CPU)
Hardware specification
Operating System? (include version)
Options
Which endpoint do you connect?
Python Version Requirement
Exact Python Version?
Pip Version?
Dependencies
Run
pip list > pip_list.txt
and upload the file.UNICORN Binance WebSocket API Version?
Description of your issue
After cloning your master branch yesterday, I've used your example "example_binance_coin_futures.py" and commented out lines 64 to 74 and 79 to 83. (This leaves aggTrade being the only channel subscribed)
Here's the summary after 1 minute, (no packets are ever received):
The text was updated successfully, but these errors were encountered: