Unable to connect to MongoDB
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 772
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to connect to MongoDB Atlas. Are certain ports blocked?
Steps to reproduce the behavior:
from pymongo import MongoClient
MONGO_URL = "xxx"
client = MongoClient(MONGO_URL)
client.db.find({})
Results in ServerSelectionTimeoutError on port 27017
Contributor guide
Assessment
This issue has not been assessed yet.