Benjamin Degenhart

Results 13 comments of Benjamin Degenhart

It seems the parameters to pass to `RequestBody.create()` are in the wrong oder: ![Screenshot 2021-07-03 at 18 37 21](https://user-images.githubusercontent.com/5141792/124361119-c57ee980-dc2d-11eb-9f47-1941ded5d7ba.png)

Good idea @wetneb, thanks. I am not sure if the correct OkHTTP version gets used in my case. When I run `mvn dependency:tree` I get: ``` [INFO] \- org.wikidata.wdtk:wdtk-wikibaseapi:jar:0.12.1:compile [INFO]...

When I remove the `wdtk-wikibaseapi` dependency from my `pom.xml`, these two external libraries vanish: ``` com.squareup.okhttp3:okhttp:3.14.9 com.squareup.okhttp3:okhttp-urlconnection:3.14.9 ``` So no other dependency of mine is using them. I also removed...

My solution for now is to have a `public class FixedBasicApiConnection extends BasicApiConnection` that overrides `sendRequest()` and passes the parameters in swapped order to `RequestBody.create()`, then it works. If this...

Hi Kay, thanks for your reply. The login works now indeed with `https://login.inrupt.com`, thanks. However, when trying to write my name I get a `failed: [403] [Forbidden]` error in the...

Thank you both, much appreciated. `jena-fuseki-webapp` sounds like a good alternative! I am getting `ERROR Can't find resourceBase (tried webapp, target/webapp...` though. I will experiment more with the arguments to...

+1 for supporting SPARQL-star syntax 👍 As a workaround until then I'd be grateful for help how to allow the SPARQL-star syntax of ``>`` in my editor. Via a plugin...

Love the new Contacts feature! 🌟 As a DApp developer I would love to be able to have a way to use the contacts throughout Browser-DApps as well. Not just...