Skip to content

unknown Bson binary subtype 2 #5

@wojtnar

Description

@wojtnar

I'm getting this error:

unknown Bson binary subtype 2

http://api.mongodb.org/python/current/api/bson/binary.html
bson.binary.OLD_BINARY_SUBTYPE = 2
Old BSON binary subtype for binary data.

Is it just the matter of adding the following case in Data,Bson,Binary?
0x02 -> return $ Bin (Binary b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions