shrimpy-python icon indicating copy to clipboard operation
shrimpy-python copied to clipboard

client.subscribe(subscribe_data, handler) not printing

Open hliunanoeng opened this issue 4 years ago • 0 comments

Hi,

I am trying to follow the websocket price ticker Python example here: https://blog.shrimpy.io/blog/how-to-make-a-crypto-trading-bot-using-python But upon running client.subscribe(subscribe_data, handler), nothing was printed to the console. I noticed that client.connect() doesn't return any promise. I am not sure if this is the root of the problem and how to fix it.

Any advice will be greatly appreciated.

hliunanoeng avatar Oct 27 '21 13:10 hliunanoeng