Hi, I'm getting this error after trying to initiate integration on a newly created bot:
Bot Issue: error. Build Service Error.
Issue: Failed to connect to api.github.com: Connection refused (-1).
Integration Number: 1.
Integration URL: https://REDACTED/xcode/bots/C373308/integrations
Description: Failed to connect to api.github.com: Connection refused (-1).
Tracing the code in Xcode, the problem is that the xbot returned is nil and the error status is "checkout-error" (printed here)
Not sure why there's a checkout error or what's the flow, I can manually checkout the code on my computer and I can manually create a bot for this project, it's just not working with XBotBuilder...
Hi, I'm getting this error after trying to initiate integration on a newly created bot:
Tracing the code in Xcode, the problem is that the xbot returned is nil and the error status is "checkout-error" (printed here)
Not sure why there's a checkout error or what's the flow, I can manually checkout the code on my computer and I can manually create a bot for this project, it's just not working with XBotBuilder...