This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dennis Sweeney
Recipients Dennis Sweeney, cvickery, piro
Date 2022-01-05.19:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641410787.55.0.588595989117.issue46256@roundup.psfhosted.org>
In-reply-to
Content
I'm getting this:

Traceback (most recent call last):
  File "/mnt/c/Users/sween/Source/Repos/cpython2/cpython/delbug.py", line 65, in <module>
    conn = psycopg.connect('dbname=cuny_curriculum')
  File "/home/sween/.local/lib/python3.10/site-packages/psycopg/connection.py", line 572, in connect
    raise ex.with_traceback(None)
psycopg.OperationalError: connection is bad: No such file or directory
        Is the server running locally and accepting connections on that socket?

Is there a self-contained way to reproduce the issue without a DB up and running? Or to somehow shrink the reproducer down to its cpython-relevant bare essentials?
History
Date User Action Args
2022-01-05 19:26:27Dennis Sweeneysetrecipients: + Dennis Sweeney, piro, cvickery
2022-01-05 19:26:27Dennis Sweeneysetmessageid: <1641410787.55.0.588595989117.issue46256@roundup.psfhosted.org>
2022-01-05 19:26:27Dennis Sweeneylinkissue46256 messages
2022-01-05 19:26:27Dennis Sweeneycreate