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
Hi!
I faced problem with serializing enums: I get bson.errors.InvalidDocument: cannot encode object: <State.Preparation: 'Preparation'>, of type: <enum 'State'> when trying to store enum.
Hi!
I faced problem with serializing enums: I get
bson.errors.InvalidDocument: cannot encode object: <State.Preparation: 'Preparation'>, of type: <enum 'State'>
when trying to store enum.What is the correct solution?
Full example code:
The text was updated successfully, but these errors were encountered: