Just using the standard clone and bash script I ge...
# ask-ai
j
Just using the standard clone and bash script I get this in the log:
Copy code
| 172.29.0.9 - airbyte [12/May/2023:18:14:30 +0000] "POST /api/v1/workspaces/list HTTP/1.0" 502 497 "<http://localhost:8000/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36" "172.29.0.1"
airbyte-webapp                    | 2023/05/12 18:14:30 [error] 26#26: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 172.29.0.9, server: localhost, request: "POST /api/v1/workspaces/list HTTP/1.0", upstream: "<http://172.29.0.7:8001/api/v1/workspaces/list>", host: "localhost", referrer: "<http://localhost:8000/>"
airbyte-proxy                     | 172.29.0.1 - airbyte [12/May/2023:18:14:30 +0000] "POST /api/v1/workspaces/list HTTP/1.1" 502 497 "<http://localhost:8000/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
k
A message from kapa.ai
It seems like you're encountering a connection issue with Airbyte. To troubleshoot this issue, you can check the connector logs by running the following command:
Copy code
docker logs airbyte-server
This command was suggested in a [previous support conversation on Slack](https://airbytehq.slack.com/archives/C021JANJ6TY/p1675319221925379). Additionally, if you're running Airbyte via Docker Compose on Mac, you might want to try using
host.docker.internal
as the host, as mentioned in the [Airbyte documentation](https://docs.airbyte.com/troubleshooting/new-connection#connection-refused-errors-when-connecting-to-a-local-db). If the issue persists, please provide more information about your setup, such as your operating system, Airbyte version, and deployment method, so we can better assist you.
j
found this: 2023-05-12 181540 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):269 - Ignoring exception while trying to request Temporal namespace: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline CallOptions will be exceeded in 9.999501500s.