Analysis broken one some Indexes
Qup42 opened this issue · 1 comments
Qup42 commented
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
Seems to be fixed.