strider-bitbucket icon indicating copy to clipboard operation
strider-bitbucket copied to clipboard

Cannot checkout from Bitbucket using Strider

Open mark-norgate opened this issue 9 years ago • 2 comments

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?

mark-norgate avatar Aug 14 '16 16:08 mark-norgate

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.

vinaydate avatar Jan 15 '17 10:01 vinaydate

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

knownasilya avatar Jan 15 '17 17:01 knownasilya