Closed mifunetoshiro closed 3 years ago
Fixed it by changing https://github.com/pmaji/crypto-whale-watching-app/blob/master/gdax_book.py#L12 to:
super(GDaxBook, self).__init__(url="wss://ws-feed.pro.coinbase.com", products=[self.product], channels=["ticker"])
and https://github.com/pmaji/crypto-whale-watching-app/blob/master/gdax_book.py#L21 to:
sequence = message.get('sequence', -1)
Not going to close & pull a request because I don't know if this is a legitimate fix or just a dirty workaround, but it works!
This did fix it! Thanks for this @mifunetoshiro ; excellent find! I'm updating master post test shortly.
Doesn't plot any graph, doesn't load any data.
Error here:
And doesn't load any data:
Edit: I see this is also mentioned in bugs #112 and #113
I tested both on Windows and Linux, same issue. Maybe related to https://github.com/danpaquin/coinbasepro-python/issues/365 ?