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
OperationFailure, "Provided apiStrict:true, but the command "
1167
+
"count is not in API Version 1"):
1168
+
client.db.command('count', 'sales', query={})
1169
+
# Start Versioned API Example 6
1170
+
# pymongo.errors.OperationFailure: Provided apiStrict:true, but the command count is not in API Version 1, full error: {'ok': 0.0, 'errmsg': 'Provided apiStrict:true, but the command count is not in API Version 1', 'code': 323, 'codeName': 'APIStrictError'}
0 commit comments