2
Issue with the aura python demo
closed
Aman Singh
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:
John Kennedy
Thanks for contacting us Spanarchian,
This feels like a question that the community could help you with directly, rather than a Product feature request or feedback.
Can you elaborate on which Python demo you are referring to specifically?
John