I am following example from this repo https://github.com/mongodb-university/docs-in-use-encryption-examples/blob/main/queryable-encryption/python/exp/reader/
But got error:
Traceback (most recent call last):
File "/Users/haochen/Repos/QE/python/explicit-qe.py", line 66, in <module>
indexed_insert_payload = client_encryption.encrypt(
File "/Users/haochen/mambaforge/lib/python3.10/site-packages/pymongo/encryption.py", line 854, in encrypt
self._encrypt_helper(
File "/Users/haochen/mambaforge/lib/python3.10/site-packages/pymongo/encryption.py", line 803, in _encrypt_helper
with _wrap_encryption_errors():
File "/Users/haochen/mambaforge/lib/python3.10/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
File "/Users/haochen/mambaforge/lib/python3.10/site-packages/pymongo/encryption.py", line 105, in _wrap_encryption_errors
raise EncryptionError(exc) from None
pymongo.errors.EncryptionError: HMAC validation failure
I am using MongoDB Atlas on a dedicated cluster, version 7.0.4.