Manuel Mourato
04/16/2020, 4:40 PM$ prefect create project "Test-Project"
....
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "python3.6/site-packages/urllib3/connectionpool.py", line 416, in _make_request
httplib_response = conn.getresponse()
File "python3.6/http/client.py", line 1354, in getresponse
response.begin()
File "python3.6/http/client.py", line 307, in begin
version, status, reason = self._read_status()
File "python3.6/http/client.py", line 268, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
As anyone experienced this before?nicholas
04/16/2020, 4:42 PMflow.register()
as opposed to flow.register(project_name="some_project")
Manuel Mourato
04/16/2020, 4:47 PMflow.register()
, but I am getting a very similar error requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
I mentioned the create project command , because I saw I got a very similar error and might be easier for someone to test,nicholas
04/16/2020, 4:50 PMManuel Mourato
04/16/2020, 4:54 PM2020-04-16T16:47:30.191Z Error fetching GraphQL health: FetchError: request to <http://graphql:4201/health> failed, reason: connect ETIMEDOUT 172.18.0.4:4201
2020-04-16T16:47:30.191Z Error: Could not safely build a schema!
As is the graphql server:
Could not upgrade the database!
Error: (psycopg2.OperationalError) could not connect to server: Connection timed out
Is the server running on host "postgres" (172.18.0.2) and accepting
TCP/IP connections on port 5432?
The postgres instance however does not seem to have any issuesnicholas
04/16/2020, 4:56 PMManuel Mourato
04/16/2020, 5:04 PMnicholas
04/16/2020, 5:05 PMJeremiah
04/16/2020, 5:12 PMManuel Mourato
04/17/2020, 11:54 AMJeremiah
04/17/2020, 12:43 PM