Issue with the aura python demo
closed
Aman Singh
marked this post as
closed
Prasuna Dornadula
I am getting the same error when I am running the demo code "example.py", Here is the error:
result = session.execute_write(
AttributeError: 'Session' object has no attribute 'execute_write'
I replaced the code with write_transaction. But I am getting error
Here is the code:
result = session.write_transaction(
self._create_and_return_friendship, person1_name, person2_name)
Here is the error:
Unable to retrieve routing information
Transaction failed and will be retried in 1.0382267911048813s (Unable to retrieve routing information)
Unable to retrieve routing information
Transaction failed and will be retried in 2.100781818282707s (Unable to retrieve routing information)
Unable to retrieve routing information
Transaction failed and will be retried in 3.7582299625952285s (Unable to retrieve routing information)
Unable to retrieve routing information
Alistair Roche
Same with me. It's the one at: