-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github hook's handling fails with a 503 error #572
Comments
@pnatashap maybe you can help? |
rewind is deleted also from rack 3.0, will check for hotfix |
[#572] add RewindableInput for rewind
the same |
fix is merged but not released |
@rultor release, tag is |
@rultor stop |
@rultor release, tag is |
@nergal-perm @yegor256 Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 1hr) |
@nergal-perm @yegor256 Oops, I failed. You can see the full log here (spent 3min) |
@pnatashap I released a new version manually |
@yegor256 , @pnatashap , the result is still 503, but the error text changed:
|
@nergal-perm new version released, please try again (changes: a627116) |
@yegor256 HTTP code 400, error message is |
@nergal-perm this message is a pretty reasonable one. Are you sending this POST request manually or through Github webhook? |
I've tried it both ways - manually and redelivering last unsuccessful Github webhook. Both gave that response. I should try to push some commits to |
@nergal-perm if it fails, please attach a screenshot from Github webhooks page |
Failed. |
@nergal-perm as a temporary solution, use this URL for webhook: |
@yegor256 , it's all the same, seems that problem is not in the rehttp service. |
@nergal-perm workaround is to change content-type for webhook to application/json (and can return back rehttp). It will work in both cases, will check what happens with application/x-www-form-urlencoded message type, params are really not parsed |
@nergal-perm the puzzle #591 is still not solved. |
After fixing #567 I am able to see my puzzles again, but now 0pdd web service answers with HTTP code 503 to all the POST requests (Github hooks). The response body contains an HTML with the following error:
So, right now no added/removed puzzle markers are handled for my project (https://github.com/nergal-perm/java-decita).
Attachments:
The text was updated successfully, but these errors were encountered: