You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to reproduce the code here,I ran into a problem that looked like an authentication file (in config.cfg format) was missing to access the database. The error message is as follows:
pymongo.errors.ServerSelectionTimeoutError: rmg.mit.edu:27018: [Errno -2] Name or service not known, Timeout: 30s, Topology Description: <TopologyDescription id: 6388a7abbf21b29a7bc4e82e, topology_type: Single, servers: [<ServerDescription ('rmg.mit.edu', 27018) server_type: Unknown, rtt: None, error=AutoReconnect('rmg.mit.edu:27018: [Errno -2] Name or service not known')>]>
The text was updated successfully, but these errors were encountered:
When I tried to reproduce the code here,I ran into a problem that looked like an authentication file (in config.cfg format) was missing to access the database. The error message is as follows:
pymongo.errors.ServerSelectionTimeoutError: rmg.mit.edu:27018: [Errno -2] Name or service not known, Timeout: 30s, Topology Description: <TopologyDescription id: 6388a7abbf21b29a7bc4e82e, topology_type: Single, servers: [<ServerDescription ('rmg.mit.edu', 27018) server_type: Unknown, rtt: None, error=AutoReconnect('rmg.mit.edu:27018: [Errno -2] Name or service not known')>]>
The text was updated successfully, but these errors were encountered: