You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
yes, it was a bug in the app: it was trying to clone from [email protected], I had to manually change the code in GitHubXBotSync.swift:191, to something like this:
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...
The text was updated successfully, but these errors were encountered: