Open ashwathan opened 2 years ago
hey @ashwathan
did you manage to resolve the above problem? If so, can you share the solution?
I am also seeing this issue whilst running py2neo
Same issue here. Anyone got any resolution?
@richylyq @ggeorg02 I could not get it working with py2neo. But I did not face this problem using neo4j driver. https://neo4j.com/docs/python-manual/current/
try Graph("neo4j://...:7687",...
Hi Everyone, I have created a flask application which connects to
Neo4j AuraDB Free
graph database instance. I have a global Graph instance which connects my neo4j db. I have the below configuration in my code.I'm using python 3.7.8 and py2neo 2021.2.3.
It works fine for 8 hours or so. After that I start to see an error message
py2neo.errors.ServiceUnavailable: Cannot connect to any known routers
. If I restart my flask server it starts working fine. I really need help in fixing this issue. Here is the error stack: