-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection problem in JQuery getJSON. when using default web interface #608
Comments
Oh wow, this UI is obsolete and you shouldn't even see it. The red error message in the development console (F12) tells you what the problem is. Please post the full text here. In your screenshot, it is abbreviated and the part with the actual error message is missing. |
@hannahbast thx for the quick reponse. I couldn't get the qlever-ui to work ad-freiburg/qlever-ui#38 and ad-freiburg/qlever-ui#43 and mostly i resort to the sparqlquery command line now. Still i'd like to e.g try out queries and federated queries.
|
You can now use the QLever UI maximally easily as follows:
The QLever UI will then be available on port 7000, assuming that there is a QLever backend on port 7001. |
@hannahbast - thank you that docker command works but i get the same getJson error |
SELECT ?c (COUNT(?c) AS ?count)
WHERE {
?subject a ?c
}
GROUP BY ?c
HAVING (?count >100)
ORDER BY DESC(?count) |
@WolfgangFahl QLever still does not support "a", just type the equivalent "rdf:type". @Qup42 is currently working on a proper SPARQL parser, so "a" should work soon. |
Can you confirm that point 2 works for you (proper error messages with the current version of the "official" QLeverUI, then we can close this here. |
Point 3 has also been fixed with #669 |
Awesome @Qup42 thanks! |
Looks solved to me |
I have configure my server now behing a apache proxy the forwards all traffic to port 7001. Now a web ui appears but queries won't work:
The text was updated successfully, but these errors were encountered: