arthur-debert / google-code-issues-migrator

A simple script to migrate issues from google code to github.
67 stars 56 forks source link

Uncaught exception for bad credentials #23

Closed danielniccoli closed 11 years ago

danielniccoli commented 11 years ago

Am I the only one around here who can't type his own password? :smiling_imp:

When I do that, this happens:

Traceback (most recent call last):
  File "migrateissues.py", line 356, in <module>
    github_repo = github_owner.get_repo(github_project)
  File "/usr/local/lib/python2.7/dist-packages/github/AuthenticatedUser.py", line 439, in get_repo
    "/repos/" + self.login + "/" + name,
  File "/usr/local/lib/python2.7/dist-packages/github/AuthenticatedUser.py", line 109, in login
    self._completeIfNotSet(self._login)
  File "/usr/local/lib/python2.7/dist-packages/github/GithubObject.py", line 62, in _completeIfNotSet
    self.__complete()
  File "/usr/local/lib/python2.7/dist-packages/github/GithubObject.py", line 69, in __complete
    None
  File "/usr/local/lib/python2.7/dist-packages/github/Requester.py", line 76, in requestAndCheck
    raise GithubException.GithubException(status, output)
github.GithubException.GithubException: 401 {u'message': u'Bad credentials'}
danielniccoli commented 11 years ago

See #24.