You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up a new webhook service on GitHub, it sends a Ping event to the service to test the connection. The webhook service provided here doesn't support this, and gives an HTTP 500 error and a bunch of HTML with the issue. It looks like the problem is with line 84 of the webhook code:
I will add this to the next version of the webhook, I need to create some feature tickets for this and supporting their secret instead of the basic auth it does not. I have mostly been waiting to write beaker tests for this as changing the webhook can effect quite a few people and spec tests won;t cut it.
When setting up a new webhook service on GitHub, it sends a Ping event to the service to test the connection. The webhook service provided here doesn't support this, and gives an HTTP 500 error and a bunch of HTML with the issue. It looks like the problem is with line 84 of the webhook code:
ref and refChanges don't exist in a ping event, so this explodes.
The text was updated successfully, but these errors were encountered: