-
Notifications
You must be signed in to change notification settings - Fork 20
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
Doesn't work with two factor auth #17
Comments
Same error here, I've tracked it down to that line yielding an empty string, I don't know why... |
I might add that it worked on another machine yesterday, I'm trying it inside cloud9 now and it doesn't. |
So I don't know if it's the same problem for you but I had to revoke my existing token to make it work again. I also logged henrahmagix/github-oauth-prompt#11 to track the source of the problem. It's going to be a problem for people switching computers often, I don't see an alternative. |
So.... Any tips for this error, gents? [two factor related]
|
+1 create this simple go script to do it for me but you need to generate your personal oauth token |
@jaygeek's error seems to be the error response is no longer a JSON-parseable string, but probably just a regular string. @Marsup If you or anyone else has time to look into and make a pull-request (with tests) for henrahmagix/github-oauth-prompt#11 I'll be happy to review. Apologies all for missing this and henrahmagix/github-oauth-prompt#11 |
I am getting @jaygeek's error too. Is there any word on how to fix that? |
It seems github api has changed maybe, and the I have forgotten why I use http to request github. |
I was having 2-factor auth problems as well. A friend of mine mentioned that he had a Then the app worked just fine. |
See #37 to use a personal access token |
It seems it should work but it didn't for me (and error is not clear enough)
Any idea what am I doing wrong?
The text was updated successfully, but these errors were encountered: