Skip to content
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

Missleading error when wrong password #12

Closed
pnowojski opened this issue Jul 13, 2015 · 1 comment
Closed

Missleading error when wrong password #12

pnowojski opened this issue Jul 13, 2015 · 1 comment

Comments

@pnowojski
Copy link
Collaborator

Enter your Github password (will not be stored anywhere):
Traceback (most recent call last):
File "/home/piotr/py27-hfab/bin/gifi", line 11, in
sys.exit(main())
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/main.py", line 68, in main
_main(args)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/main.py", line 75, in _main
result = command(*args)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/command.py", line 35, in call
return self.commands.get(commandName)(_commandArgs)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/command.py", line 35, in call
return self.commands.get(commandName)(_commandArgs)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/command.py", line 9, in call
return self.callable(_args, *_kwargs)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/git_hub.py", line 20, in _authorize
_create_authorization(config, config_level, gh)
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/git_hub.py", line 28, in _create_authorization
_handle_github_exception(e, 'create an authorization')
File "/home/piotr/py27-hfab/local/lib/python2.7/site-packages/gifi/git_hub.py", line 33, in _handle_github_exception
error = ', '.join(map(_map_github_error, e.data['errors']))
KeyError: 'errors

@kokosing
Copy link
Owner

Fixed in version 0.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants