Bruno Pini
05/24/2024, 8:58 PMkapa.ai
05/24/2024, 8:59 PMairbyte/source-facebook-marketing:2.1.7 is indeed available locally. You can do this by running: sh docker images | grep airbyte/source-facebook-marketing If the image is listed, it means it is available locally. 3. Run Docker with Admin Privileges: Sometimes, running Docker commands with administrative privileges can resolve permission-related issues. Try running Docker Desktop and the docker-compose commands with admin rights. 4. Reinstall Docker Desktop: If the issue persists, consider reinstalling Docker Desktop. This has worked for some users facing similar issues. You can find more details in the [Docker forums](https://forums.docker.com/t/docker-is-unable-to-find-image-locally/99504). 5. Use the Airbyte Script: As a workaround, you can use the Airbyte script to start the platform. This has been reported to work even when docker-compose up fails: sh ./run-ab-platform.sh -b After running this script, if you restart the server, you may need to run docker compose down followed by ./run-ab-platform.sh -b to resume normal operation. 6. Check for Specific Issues: Review the logs for any specific error messages that might give more insight into what is going wrong. For example, the error message Unexpected error while checking connection indicates that the issue occurs during the connection check phase. For more detailed discussions and potential solutions, you can refer to the following sources: - [Github Issue #37433](https://github.com/airbytehq/airbyte/issues/37433) - [Forum Post on Airbyte Discuss](https://discuss.airbyte.io/t/1803) If none of these steps resolve the issue, you might want to open a new issue on the Airbyte GitHub repository or seek further assistance on the Airbyte community forums.