Hi, I'm using open source version, and I did some ...
# ask-community-for-troubleshooting
j
Hi, I'm using open source version, and I did some steps as below: 1. clone the github repo; 2. run command "docker-compose up"; 3. I've seen the web page through http://ip:8000/ 4. I tried to create a source with Exchange rates API; 5. It's failure when I set up; Please check the log file below, any suggestions?
m
Hello Jerry, the error you got from logs is :
Copy code
2022-05-16 04:15:54 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - airbyte/source-exchange-rates:0.2.6 not found locally. Attempting to pull the image...
2022-05-16 04:15:54 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - Image does not exist.
Can you try run
docker pull airbyte/source-exchange-rates:0.2.6
locally and see what happens. Also what OS are you using? Sometimes Windows block the option to Airbyte pull from Dockerhub and you need to configure it
j
Already tried pulling the image manually,please see the log below, but the same issue happend when I was setting up the source. my os is CentOS Linux release 7.9.2009