rubik12023

Results 2 issues of rubik12023

Hi, I am trying to test the example but I have the following errors: `INFO: Started reloader process [902] using WatchFiles Connected to MongoDB... Process SpawnProcess-1: Traceback (most recent call...

Hi, I am trying to connect but I get a certificate error: I have solved: main.py app.mongodb_client = MongoClient(config["ATLAS_URI"], ssl=True, ssl_cert_reqs=ssl.CERT_NONE) app.database = app.mongodb_client[config["DB_NAME"]]