I get the same problem. I tried using the latest version of github and getting the same exception. I am performing a sample from the documentation, i.e. A simple call:
Map<String, EntityDocument> results = wbdf.getEntityDocuments("Q80", "P31");
The code does not seem to check for a specific cookie. I added verification, recompiled and everything works.
Go to ApiConnection.javahaps43
if (headerCookies != null)
for (String cookie : headerCookies) {
There is no guarantee!: -)
source
share