Ошибка при нахождении значения в pymongo Mongodb
#python #database #mongodb #networking #pymongo Вопрос: Код client = pymongo.MongoClient("mongodb srv://username:password@cluster0.zcui8.mongodb.net/db?retryWrites=trueamp;w=majorityamp;ssl=trueamp;ssl_cert_reqs=CERT_NONE") db = client["db"] #this gives the error res = list(db.listings.find({}).limit(15).sort([('$natural',-1)])) Ошибка: pymongo.errors.ServerSelectionTimeoutError: No replica set members found yet Я…