bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

sockets issue, 'error': 'some error in get req' #86

Open npenkar opened 2 years ago

npenkar commented 2 years ago

Facing issue for sockets. image image attached above. code: `from bitbnspy import bitbns bitbnsObj = bitbns.publicEndpoints()

print(bitbnsObj.fetchTickers())

data = bitbnsObj.getOrderBookSocket(coinName = 'BTC', marketName = 'INR') print("datahere===> ", data) socket = data['socket'] @socket.event def news(data): print(data)`