('communication error', gaierror(-2, 'Name or service not known'))
Open
- Dominant language
- Python
- Stars
- 58
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the reported pg8000.connect call and its database, host, port, user, password, and ssl arguments. Reproduce the connection error with the same inputs and determine whether the issue identifies a project change or only a configuration problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100