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

Futures testnet api does not work....

Open mahdial opened this issue 3 years ago • 4 comments

Hi, Today this library give me this error :

Message=APIError(code=0): Invalid JSON error message from Binance:

502 Bad Gateway
502 Bad Gateway
nginx

But yesterday it worked

mahdial avatar Jun 09 '22 10:06 mahdial

Now it's ok again

mahdial avatar Jun 09 '22 16:06 mahdial

5xx response codes indicate server side error, not a client one.

halfelf avatar Jun 10 '22 06:06 halfelf

I need a website that reflect status of servers will be valuable Today I have the same problem:

binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance:

502 Bad Gateway

pimpdev avatar Aug 05 '22 11:08 pimpdev

.venv/lib/python3.10/site-packages/binance/client.py", line 368, in _handle_response raise BinanceAPIException(response, response.status_code, response.text) binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance:

502 Bad Gateway

502 Bad Gateway


nginx

Acutapugione avatar Nov 01 '23 11:11 Acutapugione