Snugug / reparo

Repository maintainer
https://reparo.herokuapp.com/
MIT License
8 stars 3 forks source link

GHE instance not generating labels #25

Open tay1orjones opened 8 years ago

tay1orjones commented 8 years ago

The GHE instance of this isn't working for me 😕

First thing - homepage (before login) js error, possibly unrelated: app.js:187 - Uncaught TypeError: Cannot read property 'addEventListener' of undefined

Steps to reproduce:

Labels are unchanged on the repo, no style guide wiki generation, no branch, no PR.

Not getting any errors client side during submission, so I'm a bit stumped. Wondering if it's something server side? On post to https://reparo.mybluemix.net/labels, I get a 302 status. Request payload details here because it's a wall of text. Image for reference: screen shot 2016-09-08 at 11 13 16 am

Snugug commented 8 years ago

If it's not confidential, can you post the name of the org/repo you're trying to use this on? Does it effect all repos you try with, or just one?

tay1orjones commented 8 years ago

Unfortunately confidential. 😕 That said, I tested it on a test personal repo, and I didn't have any issues. The repo I'm attempting to configure is owned by an org that I'm an admin within.

I thought the issue might somehow stem from having the master branch protected, but I removed that and still no dice.