ef-labs / stash-hook-mirror

An Atlassian Stash repository hook for mirroring to one or more remote git repositories.
MIT License
77 stars 58 forks source link

Bitbucket Enable Screen not showing properly #66

Open GreemDev opened 5 years ago

GreemDev commented 5 years ago

Not entirely sure if this is the right place to put this.

Whenever I try and enable the plugin on my BitBucket server repo, I just get this. Any help would be appreciated, and even more so, if this is not the right place to put this I will gladly go wherever you point me. Thanks for this great plugin!

adrianluisgonzalez commented 5 years ago

Haven't seen that before. If you look at the http trace do you see any pending requests or failed responses? I would guess a json file is failing to load or something like that.

GreemDev commented 5 years ago

appears it's using deprecated modules, from what I'm getting from the traces.

GreemDev commented 5 years ago

https://gist.github.com/GreemDev/4a8e8ef6614561ffb335449cee004e05 - Gist with the errors. Appears there's a JSON parse error there as well, @adrianluisgonzalez.