Skip to content
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

AttributeError: 'BinanceSocketManager' object has no attribute 'start_symbol_ticker_socket' #3

Open
lrisley opened this issue May 10, 2021 · 2 comments

Comments

@lrisley
Copy link

lrisley commented May 10, 2021

I've been googling it but have not found any answers so far.

@lrisley
Copy link
Author

lrisley commented May 10, 2021

I added a few print statements to see what it was trying to pass (see BTCUSDT and <function .... lines below)
python news-analysis.py
BTCUSDT
<function ticker_socket at 0x00000225D6603F78>
Traceback (most recent call last):
File "news-analysis.py", line 162, in
conn_key = bsm.start_symbol_ticker_socket(coin+PAIRING, ticker_socket)
AttributeError: 'BinanceSocketManager' object has no attribute 'start_symbol_ticker_socket'

@bkdao1109
Copy link

I receive same error now while doing this tutorial. Anyone has already a solution? T

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants