Webhook from Github returns error (http status 500)
I've added a Github Webhook for rubydoc.info, but Github tells me that an error occured when calling the webhook:
Headers
Request URL: http://rubydoc.info/checkout
Request method: POST
content-type: application/json
Expect:
User-Agent: GitHub Hookshot 7654321
X-GitHub-Delivery: 12345678-1234-1234-1234-123456789012
X-GitHub-Event: ping
Payload
{ "zen": "Non-blocking is better than blocking.", "hook_id":
1234567 }
The response tells me "Oops! A Problem Occurred".
How do I setup a Github webhook to update the docs after a commit?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by lsegal on 02 Jun, 2014 09:32 AM
What is the full GitHub repository?
2 Posted by dev-voko on 02 Jun, 2014 09:52 AM
https://github.com/foodcoops/foodsoft
Thanks for your fast response! If you need more info, please let me know.
Support Staff 3 Posted by lsegal on 02 Jun, 2014 09:58 AM
Generating the repo seems to work for me: http://rubydoc.info/github/foodcoops/foodsoft/master/frames
Are you still getting 500s? It might just have been a temporary issue.
4 Posted by dev-voko on 02 Jun, 2014 10:05 AM
The web interface works, but when setting up a Github webhook (to update
the documentation after a new commit), the Github interface shows that
there has been an error on the ping hook. Please see attached
screenshots for more info.
Or is it that this "ping" event is not supported?
Support Staff 5 Posted by lsegal on 02 Jun, 2014 10:08 AM
It is supported, and does work. Please use the OFFICIAL RdocInfo Service through the Add Service button. Adding a custom service won't work if you don't provide the right parameters.
6 Posted by dev-voko on 02 Jun, 2014 10:14 AM
Thank you! I hoped that there would be a pre-built service, but it did
not occur to me that Rdocinfo was the one. Thanks for your very quick help.
nap closed this discussion on 19 Aug, 2014 09:05 PM.