ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
21 stars 15 forks source link

Analysis broken one some Indexes #49

Closed Qup42 closed 1 month ago

Qup42 commented 2 years ago

Analysis works with e.g. Wikidata but is broken for e.g. FreebaseEasy. I would guess that the cause is that FreebaseEasy is running an older executable of QLever.

The uncommited code crashes when displaying the analysis (helper.js:59). The reason is that for the affected Index QLever does not return the field runtimeInformation/status in the result. AFAIK these fields were last changed with ad-freiburg/qlever#746. qlever-ui.js also has uncommited changes in the area the causes the problem. So I think that it might just be an old executable that is still running which doesn't return the required information.

Qup42 commented 1 month ago

Seems to be fixed.