-
-
Notifications
You must be signed in to change notification settings - Fork 164
Websocket error on testnet for userdata stream #143
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
Any progress? |
Could you please provide the full error trace? |
I don't have access to the desktop (one mentioned in issue desc.) Below traceback is from this config:
Websocket continues to print these stats anyway, so web socket is working (I guess), haven't tested that yet |
hm, binance dex has an other syntax then cex user data streams. look here and try again please: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/d5af8999b965e20037a322253478efb0133a0aa3/example_binance_dex.py#L79 I will try to make a better exception handling |
Select one:
Environment
What kind of internet connection do you have?
Broadband with >80Mbps network speed
Operating System? (include version)
Options
Which endpoint do you connect?
binance.org-testnet
Python Version Requirement
Exact Python Version?
python 3.8.5
Pip Version?
20.0.1
Dependencies
Run
pip list > pip_list.txt
and upload the file.UNICORN Binance WebSocket API Version?
Installed the latest version,
Description of your issue
Got this error,
AttributeError: 'BinanceWebSocketApiRestclient' object has no attribute 'path_userdata'
I tried this example with only one stream in testnet exchange "binance.org-testnet"
The text was updated successfully, but these errors were encountered: