binance-connector-java icon indicating copy to clipboard operation
binance-connector-java copied to clipboard

java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)'

Open 1024ping opened this issue 2 years ago • 1 comments

java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)' at com.binance.connector.client.utils.RequestBuilder.buildApiKeyRequest(RequestBuilder.java:56) at com.binance.connector.client.utils.RequestHandler.sendApiRequest(RequestHandler.java:48) at com.binance.connector.client.utils.RequestHandler.sendSignedRequest(RequestHandler.java:77) at com.binance.connector.client.impl.spot.Wallet.fundingWallet(Wallet.java:448)

1024ping avatar Aug 10 '22 07:08 1024ping

Please install the correct version of OKHTTP3 listed in pom.xml

chairz avatar Aug 11 '22 02:08 chairz