binance_futures_bot icon indicating copy to clipboard operation
binance_futures_bot copied to clipboard

Binance API Error Started at 31 May 2022 5:15AM UTC

Open githubUser101010 opened this issue 2 years ago • 2 comments

Started receiving this error today out of nowhere when calling candle stick data from Binance API. Are there any updates I should know of? Anyone having the same problem?

Error:

raise JSONDecodeError(“Expecting value”, s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

githubUser101010 avatar May 31 '22 23:05 githubUser101010

Same issue also!

It is also stated here : https://t.me/binance_api_english and there is a temporary fix but i didn't try it.

Necipking66 avatar Jun 01 '22 01:06 Necipking66

settings.json

"api_url" : "https://fapi.binance.com/" = X

"api_url" : "https://fapi.binance.com" = O

From the 31st, there will be one more / after the url.

If I delete the / after the old url, it works fine.

Sanaikimdojin avatar Jun 02 '22 02:06 Sanaikimdojin