miguel250 / MZMailChimpBundle

[UNMAINTAINED] Symfony2 mailchimp bundle
54 stars 26 forks source link

Buzz-RequestException #38

Open medy36 opened 9 years ago

medy36 commented 9 years ago

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);
mariuszgil commented 9 years ago

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