You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently getting this error message whenever I use the find() command:
Error: profile command failed: {
"_t": "OKMongoResponse",
"ok": 0,
"code": 115,
"errmsg": "Command is not supported",
"$err": "Command is not supported"
}
However everything still will be outputted. The message appears like 1 second after the shell has listed all results. I am not sure how to debug this. It does not appear on other operations like findOne() or if I concatenate with the count() command.
The text was updated successfully, but these errors were encountered:
The original error message is from CosmosDB, which does not fully implement the MongoDB API.
Mongo Hacker uses the profile command to determine the current slowms value for comparison with the last query execution. I've changed this to assume the default (100ms) if the profile command is not supported (or authorised).
I am currently getting this error message whenever I use the
find()
command:However everything still will be outputted. The message appears like 1 second after the shell has listed all results. I am not sure how to debug this. It does not appear on other operations like
findOne()
or if I concatenate with thecount()
command.The text was updated successfully, but these errors were encountered: