Bindambc / whatsapp-business-java-api

Whatsapp business api SDK, written in java. This SDK implements the Official Whatsapp Cloud API and WhatsApp Business Management API. These allows you to: manage your WhatsApp Business Account assets, such as message templates and phone numbers; send messages to your contacts, such as simple text messages, messages with buttons...
https://bindambc.github.io/whatsapp-business-java-api/
MIT License
137 stars 69 forks source link

NoSuchMethodError while uploadMedia #100

Open lilaboc opened 11 months ago

lilaboc commented 11 months ago

I got this error when trying to uploadmedia

java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.MultipartBody.create(byte[], okhttp3.MediaType)' at com.whatsapp.api.impl.WhatsappBusinessCloudApi.uploadMedia(WhatsappBusinessCloudApi.java:71) ~[whatsapp-business-java-api-v0.3.2.jar:na]

solved by adding okhttp3 4.11.0 into dependency

Perhaps stable version of okhttp3 is preferred?

github-actions[bot] commented 11 months ago

Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!

Bindambc commented 11 months ago

Hello @lilaboc , I'm looking into this issue.