-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 when running mongodb query #1228
Comments
Looks like you didn't structure your query as a valid JSON. Please refer to the documentation to see how valid queries should look like. Also please follow the instructions, and use the forum for further support questions. |
I didn't know that I have to use pyMongo format. Thanks before @arikfr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My query executed perfectly using Robomongo
Redash gave me error message :
"Error running query: Invalid query format. The query is not a valid JSON."
I am using Ubuntu 16.04, Google Chrome.
The text was updated successfully, but these errors were encountered: