-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub OAuth returned 500 Internal Server Error #289
Comments
I had the same issue, to fix this:
|
I'd hope that this is fixed with #292. |
@willirath @gpvidal The same problem still exists after I installed the newest versioin, I already changed my tornado version to I checked the error log when I tried to login with github:
I'm not sure if I missing any steps or configuration, do I have to create an user with the same username as my github account before I use github authentication? Or are there extra steps reqiured so that Jupyterhub will create a local user when github authenication is successful? |
I have the same issue with GitHub Auth - Is there a workaround? |
I had this exact issue. It turned out I was upgrading the wrong Tornado. Per
That was the clue I needed - Once I got into that virutal environment:
Worked! |
#313 bumps oauthenticator, so maybe that'll help too. Are you still having this issue, @andrewresearch @yuyueugene84? |
@yuvipanda I have tried that and it still does not fix the issue, so I swtiched back to the original jupyterhub instead, thanks anyway for the concern. |
I was able to reproduce this today. It looks like the cause is tornado's SimpleHTTPClient. Installing pycurl in the hub environment fixed it. We should ship with that by default. |
It's generally more bugfree and performant. We install dependencies of pycurl, including build-essential. build-essential is used by many other dependencies as well - particularly psutil for nbresuse. Fixes jupyterhub#289 Fixes jupyterhub#286
This should be fixed now |
I set up the Github Oauth using this guide
But after I tried to login with github, Jupyterhub kept showing the following error:
The text was updated successfully, but these errors were encountered: