urischwartz-cb

Results 4 comments of urischwartz-cb

I believe this is because a 1001 error is not considered an unexpected connection closure and therefore the retry logic would not be triggered. See [here](https://github.com/coinbase/coinbase-advanced-py/blob/master/coinbase/websocket/websocket_base.py#L528-L530) on how `ConnectionClosedOK` errors...

The JWT token will be automatically generated when you subscribe to channels using the WSClient. There is no need to generate it yourself. What channels are you trying to subscribe...

Heartbeats channel does not require authentication. More details in our docs here: https://docs.cdp.coinbase.com/advanced-trade/docs/ws-channels#heartbeats-channel It's possible you have a typo. Try using 'heartbeats' rather than 'heartbeat'

Hi, can you please send your exact import codes? To import the RESTClient you should be running: `from coinbase.rest import RESTClient` There is no Auth package. If you want to...