aws / aws/studio-lab-examples

Unable to connect to MongoDB

Open
#51 12 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.