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 | |
---|---|---|---|---|
Connection closed after few minutes: defunct connection Address | 4 | 2503 | July 20, 2020 | |
Failed to read from defunct connection (Jupyter notebook, python driver ) | 3 | 1479 | November 10, 2023 | |
Getting the error Failed to read from defunct connection IPv4Address(('test-poc-nlb-3428510bf0ef3f90.elb.eu-west-2.amazonaws.com', 7687)) (ResolvedIPv4Address(('52.56.138.72', 7687))) ------- | 1 | 868 | March 1, 2024 | |
Python driver connection not working | 7 | 1169 | January 18, 2024 | |
Debugging neobolt.exceptions.ServiceUnavailable error | 2 | 1951 | June 23, 2020 |