conventional-changelog/releaser-tools

Error Not Found

ajsb85 opened this issue · 2 comments

[ { state: 'rejected',
    reason:
     { [Error: {"message":"Not Found","documentation_url":"https://developer.github.com/v3"}]
       message: '{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}',
       code: 404 } },
  { state: 'rejected',
    reason:
     { [Error: {"message":"Not Found","documentation_url":"https://developer.github.com/v3"}]
       message: '{"message":"Not Found","documentation_url":"https://developer.github.com/v3"}',
       code: 404 } } ]

@ajsb85 I'm not as familiar with that GitHub error message.

It's not specific to conventional-github-releaser.

From what I could find on the internet, it could be caused by one of several things; including invalid auth token, or invalid repository URL.

Hi @hbetts

Yes, it's an invalid token.
We should handle this type of error.

Thank you.