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: module 'liquidtap' has no attribute 'Client' #4

Open
spngspng opened this issue Nov 13, 2021 · 0 comments
Open

AttributeError: module 'liquidtap' has no attribute 'Client' #4

spngspng opened this issue Nov 13, 2021 · 0 comments

Comments

@spngspng
Copy link

hi, was trying to run the sample code and came back with following error, any advice please.

Traceback (most recent call last):
File "liquidtap.py", line 10, in
tap = liquidtap.Client()
AttributeError: module 'liquidtap' has no attribute 'Client'

=========================

import liquidtap

def update_callback(data):
print(data)

def on_connect(data):
tap.pusher.subscribe("price_ladders_cash_btcjpy_buy").bind('updated', update_callback)

if name == "main":
tap = liquidtap.Client()
tap.pusher.connection.bind('pusher:connection_established', on_connect)
tap.pusher.connect()

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

1 participant