Peter Lai

Results 157 comments of Peter Lai

Hi @KevinBaudin It worked for me, it seems the `nonce` (previous `u`) is smaller than `deltaStart - 1`. Would you like to add `verbose` and paste detail logs for websocket...

Hi @ShieldTrade You can only set depth when initiate okx for now: ```python exchange = ccxt.pro.okx({ 'options': { 'watchOrderBook': { 'depth': 'bbo-tbt' } } }) ```

It works for me and not slow. Might be the network or binance api issue?!

Hi @fl0wo The tsconfig looks fine...... Can you paste code? BTW, there are bundled common js files in dist directory (`ccxt.cjs` and `ccxt.bundle.cjs`). You can also import that file directly.

Hi @CharlesFr I think connection reset error happened when remote server close the connection, it's probably from tcp. Can you check your proxy server?

Hi @babbarc It looks like php react issue we had solved before. Which ccxt version did you use and how do you build docker container?

Hi @interenet It looks like the baseVolume wasn't in the data: https://www.bitget.com/api-doc/spot/websocket/private/Order-Channel, we may need to use size.

@block98ct You may need to add the address to whitelist. Details on their doc: https://huobiapi.github.io/docs/spot/v1/en/#error-code-4 ![image](https://github.com/ccxt/ccxt/assets/10494397/4b6f999c-d0f4-460a-bb3a-7b9f600de5e1)

Yes, you probably need to ask htx about the settings.

Hi @x1i4b1x2 It works for me. Can you paste the verbose log?