You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing Binance withdrawal API. It successfully withdraws XRP from the wallet and triggers the transfer. But service response code can not be parsed correctly(maybe it is changed/updated). So it throws an exception on parsing the response of the service :
Exception in thread "main" org.knowm.xchange.exceptions.ExchangeException: null (HTTP status code: 0)
at org.knowm.xchange.binance.BinanceErrorAdapter.adapt(BinanceErrorAdapter.java:49)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:168)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:138)
at com.xxx.yyy.MarketOperationsTest.testWithdraw(MarketOperationsTest.java:51)
at com.xxx.yyy.MarketOperationsTest.main(MarketOperationsTest.java:34)
Caused by: org.knowm.xchange.binance.dto.BinanceException: null (HTTP status code: 0)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.checkApiResponse(BinanceAccountServiceRaw.java:213)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.withdraw(BinanceAccountServiceRaw.java:70)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.withdraw(BinanceAccountServiceRaw.java:48)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:160)
... 3 more
I am testing this code on the dev branch(5.0.10-SNAPSHOT).
The text was updated successfully, but these errors were encountered:
Hi,
I am testing Binance withdrawal API. It successfully withdraws XRP from the wallet and triggers the transfer. But service response code can not be parsed correctly(maybe it is changed/updated). So it throws an exception on parsing the response of the service :
Exception in thread "main" org.knowm.xchange.exceptions.ExchangeException: null (HTTP status code: 0)
at org.knowm.xchange.binance.BinanceErrorAdapter.adapt(BinanceErrorAdapter.java:49)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:168)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:138)
at com.xxx.yyy.MarketOperationsTest.testWithdraw(MarketOperationsTest.java:51)
at com.xxx.yyy.MarketOperationsTest.main(MarketOperationsTest.java:34)
Caused by: org.knowm.xchange.binance.dto.BinanceException: null (HTTP status code: 0)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.checkApiResponse(BinanceAccountServiceRaw.java:213)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.withdraw(BinanceAccountServiceRaw.java:70)
at org.knowm.xchange.binance.service.BinanceAccountServiceRaw.withdraw(BinanceAccountServiceRaw.java:48)
at org.knowm.xchange.binance.service.BinanceAccountService.withdrawFunds(BinanceAccountService.java:160)
... 3 more
I am testing this code on the dev branch(5.0.10-SNAPSHOT).
The text was updated successfully, but these errors were encountered: