开发者

Errors while inserting document in mongodb

开发者 https://www.devze.com 2023-03-04 11:01 出处:网络
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

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消