HWIOAuthBundle: connection timed out after 5000 milliseconds with Curl
I get this after logging in with Facebook
request.CRITICAL: Uncaught PHP Exception Buzz\Exception\ClientException: "Connection timed out after 5000 milliseconds" at /home/website/public_html/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php line 29 {"exception":"[object] (Buzz\\Exception\\ClientException: Connection timed out after 5000 milliseconds at /home/website/public_html/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php:29)"} [] [2014-09-23 15:13:18] security.DEBUG: Write SecurityContext in the session [] []
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 15 (1 by maintainers)
Even increasing the timeout cannot always solve the problem (it just delays it to
%client.timeout%seconds intead of 5…).If this exception is thrown, I think a redirection with a proper catchable exception on the client part should be done, so that this exception can be managed…
This ticket probably needs reopening or making a new one ? cc @stloyd