Closed pbut closed 5 years ago
This issue was ultimately caused by an update to the Binance API https://github.com/binance-exchange/binance-java-api/issues/221 The above issue was opened and closed, updating BinanceApiConstants.DEFAULT_RECEIVING_WINDOW to the appropriate number allowing the API call to work correctly.
Does this issue still exist? Because i stumbled onto it. Any advice? I'm new to the API
[INFO] 2019-08-16 05:41:27,511 [main] com.mtheory7.WyattApplication main - Starting Wyatt_v7.2.8... Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) Caused by: com.binance.api.client.exception.BinanceApiException: 'recvWindow' must be less than 60000. at com.binance.api.client.impl.BinanceApiServiceGenerator.executeSync(BinanceApiServiceGenerator.java:77) at com.binance.api.client.impl.BinanceApiRestClientImpl.getAccount(BinanceApiRestClientImpl.java:174) at com.binance.api.client.impl.BinanceApiRestClientImpl.getAccount(BinanceApiRestClientImpl.java:179)