question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pgcli doesn't reconnect on SSL SYSCALL error: EOF detected

See original GitHub issue

The ability to reconnect was added in #210 but it doesn’t seem to reconnect when SSL SYSCALL error: EOF detected is received.

foo@mydb:mydb> SELECT count(1) FROM account;
SSL SYSCALL error: EOF detected

foo@mydb:mydb> SELECT count(1) FROM account;
connection already closed

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
amjithcommented, Mar 1, 2017

Thanks Karl. I’ll take a stab at this tonight. I appreciate the commands to repro this case. 😃

0reactions
relistancommented, Mar 7, 2017

Thanks @amjith @j-bennet !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solve Postgres error "Error: SSL SYSCALL error: EOF detected"
In this blog post we look at the cause and solution of the Postgres error "Error: SSL SYSCALL error: EOF detected".
Read more >
Postgres SSL SYSCALL error: EOF detected with python and ...
The error: psycopg2.operationalerror: SSL SYSCALL error: EOF detected. The setup: Airflow + Redshift + psycopg2. When: Queries take a long time to execute ......
Read more >
PostgreSQL: SSL SYSCALL error: EOF detected
SSL SYSCALL error: EOF detected connection to server was lost. Regarding the possible memory issue, I don't know how to troubleshoot it.
Read more >
Python Examples of psycopg2.ProgrammingError
if msg.pgerror in ('SSL SYSCALL error: EOF detected',): # Ideally we'd like to check against msg.pgcode values # but certain odd ProgrammingError exceptions ......
Read more >
pg.InternalError: SSL SYSCALL error: EOF detected-postgresql
Coding example for the question pg.InternalError: SSL SYSCALL error: EOF detected-postgresql.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found