I am trying to connect to my Neo4j database, but I encountered an error. Could anyone assist me?I will be very grateful.
<code>os.environ["OPENAI_API_KEY"] = "***"
os.environ["NEO4J_URI"] = "neo4j+ssc://c48f666c.databases.neo4j.io"
os.environ["NEO4J_USERNAME"] = "neo4j"
os.environ["NEO4J_PASSWORD"] = "***"
</code>
<code>os.environ["OPENAI_API_KEY"] = "***"
os.environ["NEO4J_URI"] = "neo4j+ssc://c48f666c.databases.neo4j.io"
os.environ["NEO4J_USERNAME"] = "neo4j"
os.environ["NEO4J_PASSWORD"] = "***"
</code>
os.environ["OPENAI_API_KEY"] = "***"
os.environ["NEO4J_URI"] = "neo4j+ssc://c48f666c.databases.neo4j.io"
os.environ["NEO4J_USERNAME"] = "neo4j"
os.environ["NEO4J_PASSWORD"] = "***"
<code>Failed to read from defunct connection ResolvedIPv4Address(('34.66.78.163', 7687)) (ResolvedIPv4Address(('34.66.78.163', 7687)))
Unable to retrieve routing information
ServiceUnavailable: Unable to retrieve routing information
</code>
<code>Failed to read from defunct connection ResolvedIPv4Address(('34.66.78.163', 7687)) (ResolvedIPv4Address(('34.66.78.163', 7687)))
Unable to retrieve routing information
ServiceUnavailable: Unable to retrieve routing information
</code>
Failed to read from defunct connection ResolvedIPv4Address(('34.66.78.163', 7687)) (ResolvedIPv4Address(('34.66.78.163', 7687)))
Unable to retrieve routing information
ServiceUnavailable: Unable to retrieve routing information
New contributor
lan lan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.