-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to lookup address information: nodename nor servname provided, or not known #141
Comments
The protocol |
I also tried to use mongo atlas and it was throwing the same error |
Can you please confirm the date of this feature? thanks |
This seem to be a issue related to macOS, I also met it. |
closed by #198 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have this error
error: Uncaught (in promise) Error: failed to lookup address information: nodename nor servname provided, or not known at processResponse (core.js:223:11) at Object.jsonOpAsync (core.js:240:12) at async Object.connect (deno:cli/rt/30_net.js:224:13) at async MongoClient.connect (client.ts:20:18)
Trying connect with Atlas using the following code:
const client = new MongoClient();
await client.connect(
mongodb+srv://${env.dbUser}:${env.dbPass}@${env.dbHost}/
,);
deno 1.5.4
mongo@v0.20.0
The text was updated successfully, but these errors were encountered: