Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
4+2 =