pymongo.errors.ServerSelectionTimeoutError: 172.17.0.1:27017 code example
Example: pymongo.errors.ServerSelectionTimeoutError: localhost:27017
# maybe your server inactive state check that onces
service mongodb status
#if Active: inactive then start your server up and run
service mongodb start
# after that exicute your code