-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
I'm encountering this error while I'm updating fields in mongo.
Traceback (most recent call last): File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/mongo_connector/util.py", line 107, in wrapped func(*args, **kwargs) File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/mongo_connector/oplog_manager.py", line 298, in run entry["o2"]["_id"], entry["o"], ns, timestamp File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/mongo_connector/doc_managers/neo4j_doc_manager.py", line 81, in update tx.commit() File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/py2neo/cypher/core.py", line 333, in commit return self.post(self.__commit or self.__begin_commit) File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/py2neo/cypher/core.py", line 288, in post raise self.error_class.hydrate(error) File "/Users/prakritidevvema/anaconda3/envs/rk/lib/python3.6/site-packages/py2neo/cypher/error/core.py", line 54, in hydrate error_cls = getattr(error_module, title) AttributeError: module 'py2neo.cypher.error.statement' has no attribute 'SyntaxError'