Hello everyone. I have an issue with a Python library. I'm using an async driver/session. Initially, I created the driver and closed it during app shutdown, creating a session per request and closing the session at the end. I encountered this error: Failed to read from defunct connection IPv4Address(('XXX.neo4j.io', 7687)) (ResolvedIPv4Address(('XXX', 7687))). After that, I started creating the driver and session per request, closing the session first and then the driver, but the error persists. Could you help me resolve this issue? Thank you.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Failed to read from defunct connection (Jupyter notebook, python driver ) | 3 | 1534 | November 10, 2023 | |
Error with the Neo4j Python driver : ImportError: sys.meta_path is None, Python is likely shutting down | 9 | 1397 | July 3, 2023 | |
Error in python when running query (but query executed) | 6 | 736 | August 20, 2023 | |
Connection issue via py2neo not working | 2 | 1737 | March 7, 2019 | |
Need help of pyhon driver。 | 1 | 524 | December 11, 2019 |