Boy do I feel sheepish. That was indeed the issue. I don't know how that escaped me. Thanks so much for the proof reading.
Chris On Friday, June 23, 2017 at 8:19:20 AM UTC-4, Min RK wrote: > > I'm not sure if this is the issue, but there is a typo in your > configuration: `c.GitHubOAuthenaticator` should be ` > c.GitHubOAuthenticator`. > > -Min > > On Thu, Jun 22, 2017 at 5:12 PM, chris bertinato <[email protected] > <javascript:>> wrote: > >> [I 2017-06-22 14:58:36.031 JupyterHub oauth2:37] oauth redirect: ' >> https://129.236.40.168/hub/oauth_callback' >> [I 2017-06-22 14:58:36.039 JupyterHub log:100] 302 GET /hub/oauth_login >> (@::ffff:129.236.40.167) 2.79ms >> [E 2017-06-22 14:59:19.782 JupyterHub web:1590] Uncaught exception GET >> /hub/oauth_callback?code=8695ece489e4be6d7f56 (::ffff:129.236.40.167) >> HTTPServerRequest(protocol='https', host='129.236.40.168', >> method='GET', uri='/hub/oauth_callback?code=8695ece489e4be6d7f56', >> version='HTTP/1.1', remote_ip='::ffff:129.236 >> .40.167', headers={'X-Forwarded-Host': '129.236.40.168', >> 'X-Forwarded-Proto': 'https', 'X-Forwarded-Port': '443', 'X-Forwarded-For': >> '::ffff:129.236.40.167', 'User-Agent': 'Mo >> zilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 >> (KHTML, like Gecko) Version/10.1 Safari/603.1.30', 'Accept-Encoding': >> 'gzip, deflate', 'Connection': 'close' >> , 'Accept-Language': 'en-us', 'Accept': >> 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Host': >> '129.236.40.168'}) >> Traceback (most recent call last): >> File "/opt/conda/lib/python3.6/site-packages/tornado/web.py", line >> 1511, in _execute >> result = yield result >> File >> "/opt/conda/lib/python3.6/site-packages/oauthenticator/oauth2.py", line 51, >> in get >> username = yield self.authenticator.get_authenticated_user(self, >> None) >> File "/opt/conda/lib/python3.6/site-packages/jupyterhub/auth.py", >> line 171, in get_authenticated_user >> username = yield self.authenticate(handler, data) >> File >> "/opt/conda/lib/python3.6/site-packages/oauthenticator/github.py", line 85, >> in authenticate >> resp = yield http_client.fetch(req) >> tornado.httpclient.HTTPError: HTTP 404: Not Found >> >> [E 2017-06-22 14:59:19.789 JupyterHub log:99] { >> "X-Forwarded-Host": "129.236.40.168", >> "X-Forwarded-Proto": "https", >> "X-Forwarded-Port": "443", >> "X-Forwarded-For": "::ffff:129.236.40.167", >> "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) >> AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30", >> "Accept-Encoding": "gzip, deflate", >> "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) >> AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30", >> "Accept-Encoding": "gzip, deflate", >> "Accept-Encoding": "gzip, deflate", >> "Connection": "close", >> "Accept-Language": "en-us", >> "Accept": >> "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", >> "Host": "129.236.40.168" >> } >> [E 2017-06-22 14:59:19.790 JupyterHub log:100] 500 GET >> /hub/oauth_callback?code=8695ece489e4be6d7f56 (@::ffff:129.236.40.167) >> 256.57ms >> [E 2017-06-22 14:59:34.195 JupyterHub web:1590] Uncaught exception GET >> /hub/oauth_callback?code=b0d4a493fd932b2fbf0c (::ffff:129.236.40.167) >> HTTPServerRequest(protocol='https', host='129.236.40.168', >> method='GET', uri='/hub/oauth_callback?code=b0d4a493fd932b2fbf0c', >> version='HTTP/1.1', remote_ip='::ffff:129.236.40.167', >> headers={'X-Forwarded-Host': '129.236.40.168', 'X-Forwarded-Proto': >> 'https', 'X-Forwarded-Port': '443', 'X-Forwarded-For': >> '::ffff:129.236.40.167', 'Accept-Encoding': 'gzip, deflate', 'Referer': ' >> https://github.com/login/oauth/authorize', 'Accept-Language': 'en-us', >> 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) >> AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30', >> 'Accept': >> 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', >> 'Connection': 'close', 'Host': '129.236.40.168'}) >> Traceback (most recent call last): >> File "/opt/conda/lib/python3.6/site-packages/tornado/web.py", line >> 1511, in _execute >> result = yield result >> File >> "/opt/conda/lib/python3.6/site-packages/oauthenticator/oauth2.py", line 51, >> in get >> username = yield self.authenticator.get_authenticated_user(self, >> None) >> File "/opt/conda/lib/python3.6/site-packages/jupyterhub/auth.py", >> line 171, in get_authenticated_user >> username = yield self.authenticate(handler, data) >> File >> "/opt/conda/lib/python3.6/site-packages/oauthenticator/github.py", line 85, >> in authenticate >> resp = yield http_client.fetch(req) >> tornado.httpclient.HTTPError: HTTP 404: Not Found >> >> [E 2017-06-22 14:59:34.206 JupyterHub log:99] { >> "X-Forwarded-Host": "129.236.40.168", >> "X-Forwarded-Proto": "https", >> "X-Forwarded-Port": "443", >> "X-Forwarded-For": "::ffff:129.236.40.167", >> "Accept-Encoding": "gzip, deflate", >> "Referer": "https://github.com/login/oauth/authorize", >> "Accept-Language": "en-us", >> "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) >> AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30", >> "Accept": >> "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", >> "Connection": "close", >> "Host": "129.236.40.168" >> } >> [E 2017-06-22 14:59:34.209 JupyterHub log:100] 500 GET >> /hub/oauth_callback?code=b0d4a493fd932b2fbf0c (@::ffff:129.236.40.167) >> 128.57ms >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jupyter/9145dbba-676a-4f19-92dd-a2fffc442e56%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jupyter/9145dbba-676a-4f19-92dd-a2fffc442e56%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/98c5f28d-b13c-4ccb-b9f9-5dcfa0e09cd6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
