the-badger / badger

Gamification platform to motivate your team with badges, adventures & other cool stuff!
MIT License
80 stars 9 forks source link

Error 500 when accepting a claimed badge #49

Closed grena closed 8 years ago

grena commented 8 years ago

=> Error 500. See log for more informations, but I think it's related to slack connector

grena commented 8 years ago

Identified. It came from a timeout to the Slack api:

request.CRITICAL: Uncaught PHP Exception GuzzleHttp\Exception\ConnectException: "cURL error 28: Operation timed out after 2001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)" at /home/ironforge/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 186 {"exception":"[object] (GuzzleHttp\\Exception\\ConnectException(code: 0): cURL error 28: Operation timed out after 2001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) at /home/ironforge/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:186)"}

We have to better handle this kind of exception :)