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
TypeError: 'Database' object is not callable
2024-02-27 11:14:04,867 [ERROR] mongo_connector.util:98 - Call to Database(MongoClient(host=['localhost:27019', 'localhost:27018'], document_class=dict, tz_aware=False, connect=True, replicaset='shardA'), 'database_names') failed too many times in retry_until_ok
Traceback (most recent call last):
File "/home/vagrant/.local/lib/python3.7/site-packages/mongo_connector/util.py", line 79, in retry_until_ok
return func(*args, **kwargs)
TypeError: 'Database' object is not callable
Getting below error while running command mongo-connector -m localhost:27017 -t localhost:27030 -d mongo_doc_manager
The text was updated successfully, but these errors were encountered: