Hi ...I am trying to create a custom connector and...
# connector-development
a
Hi ...I am trying to create a custom connector and everytime I try to deploy Custom connector it gives me an error "Internal Server Error: Get Spec job failed". I have tried with docker image on docker hub repository and azure container repository both.....but still no success.CAn somebody help me resolving this issue?
o
loading...
a
Hi @Alpana Shukla, are you using our Python CDK? If so, what's the output when you locally run
python main.py spec
?
a
Hi, Augustin, I am using C#SDK.
a
Allright, I'm not familiar with this CDK. Maybe @Menno Hamburg has a clue 😄
m
@Alpana Shukla, hi, can you share a log file when this issue took place. Just to have some context
a
I am not sure where can i find the logs for this error
m
That is interesting, does spec and check work locally?
m
If possible share the server logs or the response from the API to help us debugging:
m
I checked your docker image (alpana2712/aquillio) and I am not sure which dockerfile was used because I cannot find your compiled connector being part of this docker file. There is an app folder, but this one is empty. The template makes use of different path: /airbyte/integration_code The template can be found here: https://github.com/mrhamburg/airbyte.cdk.dotnet/blob/main/airbyte-integrations/connector-templates/source-dotnet-http-api/Dockerfile.hbs