MZMailChimpBundle icon indicating copy to clipboard operation
MZMailChimpBundle copied to clipboard

Buzz-RequestException

Open medy36 opened this issue 10 years ago • 1 comments

i override the bundle following the symfony standard, after debugging and making sure that all my new methods are loaded, i got this error message, also when i try to execute a method already implemented in the MZMailChimpBundle:

 [Buzz\Exception\RequestException]             
  Connection timed out after 5001 milliseconds 

i tried to edit the makerequest method in HTTPClient class:

$curl->setOption($curl, CURLOPT_TIMEOUT, 400);

medy36 avatar Oct 16 '14 09:10 medy36

I have similiar problem. 5 seconds of timeout isn't enough.

mariuszgil avatar Jan 08 '15 13:01 mariuszgil