This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.

此MongoDB部署不支持可重试写入。请将retryWrites=false添加到连接字符串中。

如下设置即可
client = MongoClient("192.168.52.131:27017", retryWrites="false")

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
猜你喜欢
  • 2022-01-15
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
相关资源
相似解决方案