Git-Auto-Deploy
Git-Auto-Deploy copied to clipboard
Unable to process incoming request
Since a few days ago I have started getting this in the log file whenever I push to GitHub:
2018-03-18 04:13:11,682 [INFO ] Incoming request from 192.30.252.39:61143
2018-03-18 04:13:11,683 [INFO ] Handling the request with GitHubRequestParser
2018-03-18 04:13:11,684 [INFO ] Received 'push' event from GitHub
2018-03-18 04:13:11,685 [INFO ] 1 candidates matches the request
2018-03-18 04:13:11,685 [INFO ] 1 candidates matches after applying filters
2018-03-18 04:13:11,686 [INFO ] 192.30.252.39 - code 400, message Unprocessable request
2018-03-18 04:13:11,686 [INFO ] 192.30.252.39 - "POST / HTTP/1.1" 400 -
2018-03-18 04:13:11,687 [WARNI] Unable to process incoming request from 192.30.252.39:61143
And here is the payload it didn't like: payload.txt.
I'm using ssh to get the respository from GitHub, and the webhook goes through HTTPS, which has worked up until recently. Maybe GitHub changed something on their end and the parser stopped working?
Anybody fix this, after 2 years? :rofl:
Haha, I don't think so. I've moved on and I'm using Github Actions now for this kind of flow