Hey team, I'm running into an issue when attemptin...
# help-connector-development
q
Hey team, I'm running into an issue when attempting to test some connector changes on our instance of Airbyte. I am building the connector with gradle and then using docker to tag and push the build up to our mitodl/destination-s3-glue. When I try to upgrade the connector in the UI, I get an error message
Sorry. Something went wrong...
Looking at our airbyte-worker logs, I see a more specific error message:
Copy code
Error while getting spec from image mitodl/destination-s3-glue:0.1.7-d
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, I can point you to some relevant information from past support conversations that might help you troubleshoot the issue. In a similar situation, a user faced an "Internal Server Error: Get Spec job failed" message when trying to add a custom connector in the Airbyte UI. The support team suggested checking the logs of the spec job and ensuring that the image was pulled to the machine before attempting to add the connector [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1666713517970759). Another user faced a similar issue when trying to update a custom connector. They resolved the issue by building the Docker image with
--platform linux/amd64
, which fixed the compatibility issue between their computer and Airbyte [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1670252832457049). If these suggestions don't help, you can refer to the [Airbyte documentation](https://docs.airbyte.com) for more information and guidance.
q
Here is a link to the pull request I am working on with my changes: https://github.com/airbytehq/airbyte/pull/25769/files