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

Fixed WebsocketClient 'Failed to subscribe'

Open RyanKeys opened this issue 4 years ago • 0 comments

While following the documentation on cbpro.Websocket's implementation, I came across the error:

{'type': 'error', 'message': 'Failed to subscribe', 'reason': 'No channels provided'}

In order to fix this error a parameter for self.channels is required.

RyanKeys avatar Apr 12 '21 18:04 RyanKeys