Strider-CD / strider-bitbucket

Bitbucket git provider for Strider
17 stars 15 forks source link

Cannot checkout from Bitbucket using Strider #42

Open mark-norgate opened 7 years ago

mark-norgate commented 7 years ago

I am launching Strider quite successfully using pm2. I have the strider-bibucket plugin installed which appears to be functioning inasmuch as the repos are appearing from my Bitbucket account.

However, when trying to checkout, or pull, the repository using the Add button and specifying the project type, I receive a red toastie error box like this:

Error creating project for repo company/product: {"results":[],"status":"error","errors":[{"code":500,"reason":"Failed to setup repo: undefined"}]}

Anyone have any idea what this pertains to and how to solve it?

vinaydate commented 7 years ago

After DEBUG=strinder*, I am getting 'Setting up repository "myTeamName/myRepoName" failed! undefined undefined' at server end. And

Error creating project for repo myTeamName/myRepoName: {"results":[],"status":"error","errors":[{"code":500,"reason":"Failed to setup repo: undefined"}]}

at client side.

knownasilya commented 7 years ago

Sounds like your bitbucket about doesn't have admin access on that repo. It's required to add webhooks.