Thomas
07/14/2024, 7:12 PM2024-07-14 19:10:40 platform > Checking if airbyte/source-declarative-manifest:0.57.0 exists...
2024-07-14 19:10:40 platform > airbyte/source-declarative-manifest:0.57.0 not found locally. Attempting to pull the image...
2024-07-14 19:10:41 platform > Image does not exist.
2024-07-14 19:10:41 platform > Unexpected error while checking connection:
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-declarative-manifest:0.57.0
kapa.ai
07/14/2024, 7:12 PMairbyte/source-declarative-manifest:0.57.0
connector. This could be due to a few reasons: 1. The specified version of the connector does not exist. You can verify this by checking the available versions of the connector on Docker Hub. 2. There might be a network issue preventing Airbyte from pulling the Docker image. 3. If you're running Airbyte on a local machine or a VM, it's possible that Docker is not set up correctly or does not have the necessary permissions to pull images. Here are a few steps you can take to resolve this issue: 1. Verify that the specified version of the connector exists on Docker Hub. 2. Check your network connection and ensure that there are no firewalls or proxies that might be blocking Docker from accessing the internet. 3. If you're running Airbyte on a local machine or a VM, ensure that Docker is installed and configured correctly. You might also need to check the Docker daemon logs for any error messages. 4. If the issue persists, you might want to consider opening a new issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte/issues) to get help from the Airbyte community. Please note that the specific version of the connector you're trying to use (0.57.0
) does not match the versions mentioned in the provided knowledge sources. The versions mentioned in the knowledge sources are 0.79.1
for the airbyte/source-declarative-manifest
connector and 0.57.2
for the Airbyte platform. Please ensure that you're using the correct versions. Knowledge Source: [GitHub Issue 37461](https://github.com/airbytehq/airbyte/issues/37461)