We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently upgraded my project to version 4.5.16 of web3j and now I am getting the following error:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.web3j.protocol.http.HttpService.performIO(HttpService.java:154)
The following method did not exist:
okhttp3.RequestBody.create(Ljava/lang/String;Lokhttp3/MediaType;)Lokhttp3/RequestBody;
The method's class, okhttp3.RequestBody, is available from the following locations:
jar:file:/home/usuario/.m2/repository/com/squareup/okhttp3/okhttp/3.14.4/okhttp-3.14.4.jar!/okhttp3/RequestBody.class
It was loaded from the following location:
file:/home/usuario/.m2/repository/com/squareup/okhttp3/okhttp/3.14.4/okhttp-3.14.4.jar
Action:
Correct the classpath of your application so that it contains a single, compatible version of okhttp3.RequestBody
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I recently upgraded my project to version 4.5.16 of web3j and now I am getting the following error:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The method's class, okhttp3.RequestBody, is available from the following locations:
It was loaded from the following location:
Action:
Correct the classpath of your application so that it contains a single, compatible version of okhttp3.RequestBody
The text was updated successfully, but these errors were encountered: