Lhaaits

Results 19 comments of Lhaaits

This thread and the wikimedia bug seem to have died. But I just ran into the same issue. I would like to add uselang as an optional property to WbGetEntitiesSearchData...

I ran into the same exact problem just now. The only okhttp dependency in my tree comes from the wbtk-wikibaseapi: ```[INFO] +- org.wikidata.wdtk:wdtk-wikibaseapi:jar:0.13.3:compile [INFO] | +- org.wikidata.wdtk:wdtk-util:jar:0.13.3:compile [INFO] | |...

What's the status of this bug? I guess it's related to reverting 536?

I'm kind of confused what I would need to exclude. I'm only using the wdtk-wikibaseapi. Not sure where okhttp 5 would be coming from... ``` org.wikidata.wdtk wdtk-wikibaseapi 0.13.3 ```

I tried this, but this just caused my project to miss okhttpClient. I think the quickest fix is to switch the RequestBody.create(.. arguments on line 447 of ApiConnection, though I...

0.13.4? Still same exception: ``` An attempt was made to call a method that does not exist. The attempt was made from the following location: org.wikidata.wdtk.wikibaseapi.ApiConnection.sendRequest(ApiConnection.java:447) The following method did...

```mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] --------------------------< nl.kb.kbga:emma >--------------------------- [INFO] Building EMMA 0.0.4-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-dependency-plugin:3.2.0:tree (default-cli) @ emma --- [INFO] nl.kb.kbga:emma:jar:0.0.4-SNAPSHOT [INFO]...

3.14.9 is the only version of okhttp being imported. Still not sure why RequestBody.create in BasicApiConnection is expecting java.lang.String, okhttp3.MediaType

![image](https://user-images.githubusercontent.com/28875766/177108807-f718439d-8759-4b02-bda9-58023f679393.png)