在 mongodb 中插入文档时出错
我遇到了这个奇怪的错误
type 0x64 not support: 00 07 5f 69 64 00
在 mongodb 中插入文档时, 。我已经用谷歌搜索了它,但找不到这个错误背后的原因以及如何修复它。 任何建议。
I have this strange error
type 0x64 not supported: 00 07 5f 69 64 00
while inserting a document in mongodb. I have googled it but couldn't find the reason behind this error and how to fix it.
Any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BSON 规范 有一系列可用的元素类型。
0x64
不是这些类型之一。您使用什么驱动程序?
您有一些生成此错误的示例代码吗?
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?