pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 8] nodename nor servname provided, or not known
When I try to insert data into mongodb, the error appears.
mongodb service is already started.
I can't open 'localhost' only on Safari, can open it on Chrome.(can open '127.0.0.1' on both).
my hosts '127.0.0.1 localhost'
This is a pymongo configuration error. Make sure dnspython module is installed:
pip install dnspython
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With