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
Describe the bug
Document.save() fails when using a timeseries collection, returning pymongo.errors.OperationFailure: Taking test.timeseries_test lock for timeseries is not allowed, full error:
{'ok': 0.0, 'errmsg': 'Taking test.timeseries_test lock for timeseries is not allowed', 'code': 166, 'codeName': 'CommandNotSupportedOnView'}
To Reproduce
with beanie==1.26.0, pymongo==4.8.0, and motor==3.5.1 on python 3.11.5
Describe the bug
Document.save() fails when using a timeseries collection, returning pymongo.errors.OperationFailure: Taking test.timeseries_test lock for timeseries is not allowed, full error:
To Reproduce
with beanie==1.26.0, pymongo==4.8.0, and motor==3.5.1 on python 3.11.5
Expected behavior
Document is successfully inserted
Additional context
The code above does successfully insert when not using a timeseries collection
The text was updated successfully, but these errors were encountered: