fotingo icon indicating copy to clipboard operation
fotingo copied to clipboard

fotingo review fails with `not found` error

Open greenkiwi opened this issue 6 years ago • 0 comments

I don't know how reproducible this is:

  1. I successfully checked out code via fotingo start DUNLOP-4560
  2. I committed new code
  3. I typed fotingo review
  4. I saw the following error
[1/7] 🚀  Initializing services...
  fotingo:github Initializing Github api +0ms
  fotingo:github User token is present. Using current authentication +0ms
  fotingo:git Initializing /Users/kiwi/dkr/dkr-httpd-dunlop repository +0ms
  fotingo:jira Initializing Jira api +0ms
  fotingo:http Performing GET https://****.atlassian.net/rest/api/2/myself?expand=groups  +0ms
[2/7] ⬆️  Pushing 'c/dunlop-4560_update_apache_image_to_use_new_paths_for_static_content' to Github...
  fotingo:git Getting authentication from SSH agent +0ms
[3/7] 🔎  Extracting issue from branch...
  fotingo:git Extracting issue from current branch +0ms
[4/7] 🐛  Getting 'DUNLOP-4560' from jira...
  fotingo:jira Getting issue from jira +0ms
  fotingo:http Performing GET https://****.atlassian.net/rest/api/2/issue/DUNLOP-4560?expand=transitions  +0ms
[5/7] 📚  Getting your commit history...
  fotingo:git Getting branch commit history +0ms
[6/7] 🔈  Creating pull request...
  fotingo:git Created history walker. Latest common commit: 68a17f****1039056 +0ms
error 💥  {"message":"Not Found","documentation_url":"https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository"}

I ran an update and tried again with the same result:

npm -g update fotingo
/Users/kiwi/.nvm/versions/node/v8.3.0/bin/fotingo -> /Users/kiwi/.nvm/versions/node/v8.3.0/lib/node_modules/fotingo/lib/fotingo.js
+ [email protected]

greenkiwi avatar May 17 '18 05:05 greenkiwi