Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Not Found error on every Pull Request #235

Open
nitay opened this issue Nov 2, 2017 · 5 comments
Open

Not Found error on every Pull Request #235

nitay opened this issue Nov 2, 2017 · 5 comments

Comments

@nitay
Copy link

nitay commented Nov 2, 2017

I have mention bot setup with a user in my org that has access to the private repo in question. I set GITHUB_TOKEN, GITHUB_USER, and GITHUB_PASSWORD. The server logs in fine, and the webhook seems to be triggering appropriately. However every time there's an open pull request nothing happens on the PR, and the message bot log dumps this error:

{ [Error: {"message":"Not Found","documentation_url":"https://developer.github.com/v3/pulls/#get-a-single-pull-request"}]
  message: '{"message":"Not Found","documentation_url":"https://developer.github.com/v3/pulls/#get-a-single-pull-request"}',
  code: 404,
  status: 'Not Found',
  headers: 
   { server: 'GitHub.com',
     date: 'Thu, 02 Nov 2017 19:50:24 GMT',
     'content-type': 'application/json; charset=utf-8',
     'content-length': '110',
     connection: 'close',
     status: '404 Not Found',
     'x-ratelimit-limit': '5000',
     'x-ratelimit-remaining': '4991',
     'x-ratelimit-reset': '1509655374',
     'x-oauth-scopes': 'public_repo',
     'x-accepted-oauth-scopes': '',
     'x-github-media-type': 'github.v3; param=diff',
     'access-control-expose-headers': 'ETag, Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval',
     'access-control-allow-origin': '*',
     'content-security-policy': 'default-src \'none\'',
     'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
     'x-content-type-options': 'nosniff',
     'x-frame-options': 'deny',
     'x-xss-protection': '1; mode=block',
     'x-runtime-rack': '0.034741',
     'x-github-request-id': '6762:7DAD:C1DB2:194CFE:59FB7700' } }
undefined

any ideas?

@jcsmorais
Copy link
Contributor

jcsmorais commented Dec 7, 2017

@nitay is this still a problem for you?
The symptoms described seem similar to #243.

@nitay
Copy link
Author

nitay commented Jun 20, 2018

@jcsmorais I updated our mention-bot to latest verison and am still seeing the error

@jcsmorais
Copy link
Contributor

@nitay I can tell you that until ~ January 2018 this was working for me.
I'm no longer using mention bot on my current company so I can't really confirm - but maybe the API error message changed again, have you checked that?

@nitay
Copy link
Author

nitay commented Jun 20, 2018

k I'll take a look - is there another tool you're using instead @jcsmorais? I noticed mention-bot is archived/deprecated at this point

@jcsmorais
Copy link
Contributor

@nitay nop, I changed companies recently and at my current company we don't need anything like that.

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

No branches or pull requests

2 participants