-
Notifications
You must be signed in to change notification settings - Fork 233
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
Error populating query using the examples #367
Comments
I was seeing the same problem then noticed that the first two queries returned fine and only the 3rd one failed:
It looks like the 3rd example query is sql while the first two are aql:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I was following the examples given in aresdb/examples to populate the database with the tables, data and queries. Both the table and data worked fine, but the example for the query resulted in
panic: query failed with status code 400
. I have attached the full error here: error.log.To Reproduce
Follow the example code given at aresdb/examples:
Expected behavior
Expected the database to respond with the response from the queries.
Desktop (please complete the following information):
Additional context
I am using the docker image of the AresDB.
The text was updated successfully, but these errors were encountered: