Bitbucket getting 500 response
Created by: rhernandog
Hi,
I integrated a chat room with a private repository in Bitbucket(BB).
I created the gitter room, created the integration with bitbucket and choose the repo I want to integrate with. Then on BB I create the webhook and paste the URL given by gitter. But the attempts return a 500 response error from gitter server.
Here's the request's details:
Response from https://webhooks.gitter.im/e/112f356c5cdfaa86b6b7 HTTP status: 500 Elapsed time: 154ms Request time: in a minute (Saturday, June 25th 2016, 2:09:34 pm) Headers content-length 58 x-powered-by Express set-cookie connect.sid=s%3A20R-iowqBjWPlmNtCyC_nEASVycEJrvx.HnGbiIRrRbnxQkj0hdQTeQzrDBpW0rBFkX5Hqpc0vqs; Path=/; HttpOnly vary X-HTTP-Method-Override server nginx connection keep-alive etag W/"3a-I+nDMl3Gg1awYCdhCUM2Nw" date Sat, 25 Jun 2016 18:09:34 GMT content-type application/json; charset=utf-8
Body
{
"error": "Internal Server Error",
"uniqueId": 1466878174552
}
Request Attempt type: Initial attempt Headers X-Request-UUID 6f49fed5-7cb3-4f98-a84a-1539e79820f8 X-Event-Key issue:created User-Agent Bitbucket-Webhooks/2.0 X-Attempt-Number 1 X-Hook-UUID a01f408f-0514-4365-9287-9a11c8f3cbd9 Content-Type application/json
I came here because BB doesn't report a problem with the integration or sending the requests. The problem apparently is with Gitter's server, for the 500 response.
Any help would be really appreciated.
Rodrigo.