Roberto Tyley
Roberto Tyley
Yeah, the feedback to users through the web interface needs to be improved!
I had in mind automatic _label-with-correct-colour_ creation, like done with Prout: https://github.com/guardian/prout/blob/7cc505268/app/lib/RepoSnapshot.scala#L227 ...I don't think there's similar code in gu:who, ie there's nothing in https://github.com/guardian/gu-who/blob/df697a8/app/lib/AccountRequirement.scala that has a colour associated...
Very strange- looks like the problem is occurring when gu:who tries to Git clone your `people` repo. Can you try cloning that repo yourself, using the credentials that you supply...
Running off master now should give you the explanation you need - there was no `users.txt` file in your repo! The `users.txt` file is a list of 'sponsored' users -...
You can pull the latest version from master and show us the updated log output, though the logging added is pretty minimal, as I'm not sure where else I can...
> The log I posted was from the updated version that day. It doesn't look like it includes the logging information added with b32ccf5 nine hours ago? Would be good...
Could you do another run with this branch: https://github.com/guardian/gu-who/compare/wip-tolerate-issue-creation-exception Again, this is just code to help us diagnose the problem - it just means that an exception creating an issue...
@timmattison I've added a little more logging on the `wip-tolerate-issue-creation-exception` branch with commit 87914f3 in response to your observation that _gu:who_ is only able to create issues for users in...
@timmattison - looks like the `all` team ended up in a bad state, and that's the root of your problems! This line from the logs you sent me: ``` [info]...
> But the `GoogleServiceAccount` class requires **clientEmail** to be set (see code [here](https://github.com/googleapis/google-auth-library-java/blob/v0.22.0/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java#L138) ) _(slightly confusing typo here, I think you mean "**`ServiceAccountCredentials`** class requires clientEmail to be set")_ That's...