bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Two Factor Auth doesn't seem to submit correctly #58

Closed kilmc closed 9 years ago

kilmc commented 10 years ago

I'm getting prompted for 2FA but when I submit the code I get the beach-ball for a second or two and then the field pops up again. I checked my history in GitHub and the submissions are showing up from my IP address.

OSX 10.9 ST3b Build 3047

Let me know if there's anything I can do to get it working. Also, thanks for making this plugin!

bgreenlee commented 10 years ago

Could you go to Preferences -> Package Settings -> GitHub -> Settings - User, and add the key "debug": true, try again, then open your Sublime console (ctrl-`) and send me the output?

kilmc commented 10 years ago

It worked just now but I went back through my logs to see if I could see the error from before. It might be helpful for you if there actually was a bug.

reloading plugin sublime-github.commandline reloading plugin sublime-github.github reloading plugin sublime-github.sublime_github reloading plugin sublime-github.sublime_requests found 5 files for base name Main.sublime-menu 2013-12-09 11:48:54,558 Root CA cert bundle not found at /Users/[user]/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests. error: Your GitHub Gist access token needs to be configured.

Click OK and then enter your GitHub username and password below (neither will be stored; they are only used to generate an access token). 2013-12-09 11:49:22,965 Root CA cert bundle not found at /Users/[user]/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests. 2013-12-09 11:49:57,998 Root CA cert bundle not found at /Users/[user]/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests. 2013-12-09 11:50:24,146 Root CA cert bundle not found at /Users/[user]/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests. 2013-12-09 11:51:34,932 Root CA cert bundle not found at /Users/[user]/Library/Application Support/Sublime Text 3/Packages/sublime-github/ca-bundle.crt! Not verifying requests.

Note: Replaced my username in the paths with [user]

Dayjo commented 10 years ago

Just to let you know two-factor submission worked for me first time.

bgreenlee commented 9 years ago

Closing for lack of reproducability. Feel free to reopen if it happens again.