Hive badge request failing

Omega_K2Omega_K2 Join Date: 2011-12-25 Member: 139013Members, Reinforced - Shadow
Recently the badge requests to hive started to fail, so players don't seem to receive badges anymore.
[07:40:41]Error from hive get-badges response: no valid JSON value (reached the end)

Upon investigating it seems like my servers are the only ones affected, so I'm guessing there is some issues due to the multiple request from the same IP (144.76.119.131) or something? Requesting the URL from the browser does work fine, but from the server's CLI it also fails with an 500 internal server error:
curl -v http://sabot.herokuapp.com/api/get/playerData/12651207
* Adding handle: conn: 0x655e50
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x655e50) send_pipe: 1, recv_pipe: 0
* About to connect() to sabot.herokuapp.com port 80 (#0)
*   Trying 54.225.245.223...
* Connected to sabot.herokuapp.com (54.225.245.223) port 80 (#0)
> GET /api/get/playerData/12651207 HTTP/1.1
> User-Agent: curl/7.32.0
> Host: sabot.herokuapp.com
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Content-Type: text/html
< Date: Sat, 04 Jan 2014 06:51:35 GMT
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Pragma: no-cache
* Server Apache is not blacklisted
< Server: Apache
< Set-Cookie: PHPSESSID=be958foqgbskbl6rkgndjfdfl0; path=/
< Vary: Accept-Encoding,User-Agent
< X-Powered-By: PHP/5.5.7
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host sabot.herokuapp.com left intact

Considering I didn't do any changes this seems on UWE's end.

@Acedude might want to look into that?

Comments

Sign In or Register to comment.