ERROR:root:Could not open GeoLite2-City.mmdb. Will proceed without GeoIP data ERROR:root:[Errno 2] No such file or directory: u'/Users/mattdahl/Desktop/yeti-master/plugins/analytics/public/GeoLite2-City.mmdb' [+] Yeti started. Point browser to http://localhost:5000/ [2017-03-20 14:49:53,199] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "/Library/Python/2.7/site-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() File "/Library/Python/2.7/site-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) File "/Library/Python/2.7/site-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) File "/Library/Python/2.7/site-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1610, in full_dispatch_request rv = self.preprocess_request() File "/Library/Python/2.7/site-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1831, in preprocess_request rv = func() File "/Users/mattdahl/Desktop/yeti-master/core/web/webapp.py", line 53, in frontend_login_required if not current_user.is_active and (request.endpoint and request.endpoint != 'frontend.static'): File "/Library/Python/2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/local.py", line 343, in __getattr__ return getattr(self._get_current_object(), name) File "/Library/Python/2.7/site-packages/Werkzeug-0.11.15-py2.7.egg/werkzeug/local.py", line 302, in _get_current_object return self.__local() File "/Library/Python/2.7/site-packages/Flask_Login-0.4.0-py2.7.egg/flask_login/utils.py", line 26, in current_user = LocalProxy(lambda: _get_user()) File "/Library/Python/2.7/site-packages/Flask_Login-0.4.0-py2.7.egg/flask_login/utils.py", line 302, in _get_user current_app.login_manager._load_user() File "/Library/Python/2.7/site-packages/Flask_Login-0.4.0-py2.7.egg/flask_login/login_manager.py", line 313, in _load_user return self._load_from_request(request) File "/Library/Python/2.7/site-packages/Flask_Login-0.4.0-py2.7.egg/flask_login/login_manager.py", line 370, in _load_from_request user = self.request_callback(request) File "/Users/mattdahl/Desktop/yeti-master/core/web/webapp.py", line 44, in api_auth return User.objects.get(api_key=request.headers.get('X-Api-Key')) File "build/bdist.macosx-10.10-intel/egg/mongoengine/queryset/manager.py", line 37, in __get__ queryset = queryset_class(owner, owner._get_collection()) File "build/bdist.macosx-10.10-intel/egg/mongoengine/document.py", line 206, in _get_collection cls.ensure_indexes() File "build/bdist.macosx-10.10-intel/egg/mongoengine/document.py", line 836, in ensure_indexes collection.create_index(fields, background=background, **opts) File "build/bdist.macosx-10.10-intel/egg/pymongo/collection.py", line 1529, in create_index self.__create_index(keys, kwargs) File "build/bdist.macosx-10.10-intel/egg/pymongo/collection.py", line 1417, in __create_index with self._socket_for_writes() as sock_info: File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() File "build/bdist.macosx-10.10-intel/egg/pymongo/mongo_client.py", line 823, in _get_socket server = self._get_topology().select_server(selector) File "build/bdist.macosx-10.10-intel/egg/pymongo/topology.py", line 214, in select_server address)) File "build/bdist.macosx-10.10-intel/egg/pymongo/topology.py", line 189, in select_servers self._error_message(selector)) ServerSelectionTimeoutError: localhost:27017: [Errno 61] Connection refused