Page MenuHomePhabricator

CiviCRM Drupal: cURL error 28: Operation timed out after 5000 milliseconds with 637009 bytes received
Closed, DeclinedPublic

Description

When running:

drush cvapi extension.download key=dataprocessor install=1

We obtain:

> 
> Array
> (
>      [is_error] => 1
>      [error_message] => cURL error 28: Operation timed out after
> 5000 
> milliseconds with 637009 bytes received (see 
> https://curl.haxx.se/libcurl/c/libcurl-errors.html)
> )

Reported by Samuele Masetto.

Event Timeline

Since it says to have received 637KB I think it's a slowdown of the Drupal extension server.

Maybe the default 5 seconds timeout too low. Let's say 30 seconds?

I don't know now where we can set this new limit.

I think yes, thanks Stefano. Let's close for now. Feel free to reopen to further discuss if needed, when we discover more details.