<div dir="ltr">Hi,<div><br></div><div>I was able to get GithubAuth working a few days ago,</div><div>but after upgrading to buildbot 0.9.9 it is not working for me.</div><div><br></div><div>I went through the steps to configure Oauth in Github, and then based on this:</div><div><a href="http://docs.buildbot.net/latest/manual/cfg-www.html#buildbot.www.oauth2.GitHubAuth">http://docs.buildbot.net/latest/manual/cfg-www.html#buildbot.www.oauth2.GitHubAuth</a><br></div><div><br></div><div>I have something like this in master.cfg:</div><div><br></div>c['www'] = dict(port=9011,<br>               auth=util.GitHubAuth("client id", "client secret"),<br>               plugins=dict(waterfall_view={}, console_view={}, grid_view={}))<div><br></div><div>Now, when I try logging into Github, the buildbot code is trying to access a URL:</div><div><br></div><a href="https://api.github.com/api/v3/user">https://api.github.com/api/v3/user</a><div><br></div><div>but that URL is returning a 404 error, and GithubAuth completely fails for me.</div><div><br></div><div>Any ideas what the problem might be?</div><div>--</div><div>Craig</div></div>