We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.连接单机mongo 是没有任何问题的 2.尝试连接MongoDB Atles 副本级集群时报错 经代码复现以pymongo==3.11.0版本以 'client.db.authenticate'方式连接是行不通的,所以是否现在还不支持mongo 副本级集群或者集群呢?
pymongo.errors.ServerSelectionTimeoutError: connection closed, Timeout: 30s, Topology Description: <TopologyDescription id: 62cbccxxxxxb16668d10c21ae3, topology_type: Single, servers: [<ServerDescription ('pl-0-us-west-xxxxx.mongodb.net.', 1026) server_type: Unknown, rtt: None, error=AutoReconnect('connection closed',)>]>
1.8.5
Docker
mongo: 4.4
The text was updated successfully, but these errors were encountered:
当我点击”SQL检测“也出现了类似的报错
Sorry, something went wrong.
这个pr应该可以修复这个问题 #1845
No branches or pull requests
重现步骤
1.连接单机mongo 是没有任何问题的
2.尝试连接MongoDB Atles 副本级集群时报错
经代码复现以pymongo==3.11.0版本以 'client.db.authenticate'方式连接是行不通的,所以是否现在还不支持mongo 副本级集群或者集群呢?
预期外的结果
日志文本
版本
1.8.5
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
mongo: 4.4
The text was updated successfully, but these errors were encountered: