Pablo Criado-Perez

Results 69 comments of Pablo Criado-Perez

Is this needed? If I understand correctly as we pass the `trust_env` to the constructor (https://github.com/ccxt/ccxt/blob/master/python/ccxt/async_support/base/exchange.py#L92) we can already pass in the proxy using the environment variables (HTTP_PROXY, HTTPS_PROXY, WS_PROXY...

Hi @JesseWeiFJ I opened a PR to include it in the official documentation (https://github.com/ccxt/ccxt/pull/16545) So I think we can close this PR. Thanks for bringing this up!

Would love some help on this one. When connecting with JS to the spot url it connects and receives the message '40' (connected) successfully. However with python and php no...

I think this might be happening due to interrupting the script with Ctrl + C. i would try to gracefully shut it down whenever you wish to close the script...

Hi @x1i4b1x2, I tested on both okx and bybit using ts, python and php and worked for me in all cases. Are you able to provide a snippet of code...

Hi, I'm trying to reproduce the error but haven't been successfull so far. - I've tried simulating client errors by calling `client.onError` and `client.onReset` - Received errors `1000`, `1006`, `Timeout...

In the sandbox it does work for me correctly. I'll ask if someone in the team has production keys to test too.

Hi @makarid , for the apiKey error you can set the params.depth to 'books' and that should fix it. I also opened a PR to default to it

Hi @makarid , I believe I found the problem, I think your api keys don't have VIP4 permission to use the depth channel `books50-l2-tbt` and the library wasn't throwing the...