haaksmash / flowhub

Based on git-flow, but with GitHub.
22 stars 5 forks source link

Unable to validate credentials: "scopes are invalid: user,repo,gist" #64

Closed lmacken closed 11 years ago

lmacken commented 11 years ago

flowhub init keeps saying Invalid username/password combination, but it's actually catching this exception behind the scenes:

422 {u'message': u'Validation Failed', u'errors': [{u'field': u'scopes', u'message': u'scopes are invalid: user,repo,gist', u'code': u'custom', u'resource': u'OauthAccess'}]}
Invalid username/password combination.
lmacken commented 11 years ago

Running PyGithub 1.11.1 and flowhub 0.4.6

haaksmash commented 11 years ago

welp, looks like it's about time to buckle down and write some real tests! :smile: