Errors while inserting document in mongodb
I have this strange error
type 0x64 not supported: 00 07 5f 69 64 00
while inserting a document in mo开发者_开发问答ngodb. I have googled it but couldn't find the reason behind this error and how to fix it. Any suggestions.
The BSON spec has a series of available element types. 0x64
is not one of those types.
What driver are you using?
Do you have some sample code that generates this error?
精彩评论