Hi, While buildin conn object using conn = pg8000.connect(database=database, host=host, port=port, user=user, password=password, ssl=True) I got error message "('communication error', gaierror(-2, 'Name or service not known'))" Any idea why?
Hi,
While buildin conn object using
conn = pg8000.connect(database=database, host=host, port=port, user=user, password=password, ssl=True)
I got error message
"('communication error', gaierror(-2, 'Name or service not known'))"
Any idea why?