
pymongo.errors.ServerSelectionTimeoutError: ac-72x5ii8-shard-00-01.mj7bh1h.mongodb.net:27017: connection closed,ac-72x5ii8-shard-00-00.mj7bh1h.mongodb.net:27017: connection closed,ac-72x5ii8-shard-00-02.mj7bh1h.mongodb.net:27017: connection closed, Timeout: 30s, Topology Description: <TopologyDescription id: 62fc303533b2f632dc56519d, topology_type: ReplicaSetNoPrimary, servers: [<ServerDescription ('ac-72x5ii8-shard-00-00.mj7bh1h.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-72x5ii8-shard-00-00.mj7bh1h.mongodb.net:27017: connection closed')>, <ServerDescription ('ac-72x5ii8-shard-00-01.mj7bh1h.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-72x5ii8-shard-00-01.mj7bh1h.mongodb.net:27017: connection closed')>, <ServerDescription ('ac-72x5ii8-shard-00-02.mj7bh1h.mongodb.net', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('ac-72x5ii8-shard-00-02.mj7bh1h.mongodb.net:27017: connection closed')>]>
라는 에러메시지가 떴는데...이 경우 문제 해결 방법이 있나요?

