We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the PHP SDK2 for glacier API access; yesterday my script was working fine, today it's not.
I'm receiving the following error:
PHP Fatal error: Uncaught exception 'Guzzle\Http\Exception\CurlException' with message 'curl 6: name lookup timed out [url] https://glacier.us-west-1.amazonaws.com/-/vaults/********** info array ( 'url' => 'https://glacier.us-west-1.amazonaws.com/-/vaults/', 'content_type' => NULL, 'http_code' => 0, 'header_size' => 0, 'request_size' => 0, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0, 'namelookup_time' => 0, 'connect_time' => 0, 'pretransfer_time' => 0, 'size_upload' => 0, 'size_download' => 0, 'speed_download' => 0, 'speed_upload' => 0, 'download_content_length' => -1, 'upload_content_length' => -1, 'starttransfer_time' => 0, 'redirect_time' => 0, 'certinfo' => array ( ), ) debug ' in phar:///var/www/clients//aws.phar/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php:561
My server is up to date and connected online (i'm able to ping).
The text was updated successfully, but these errors were encountered:
I've commented on this issue on the forums. Please let us know if my response on the forums does not resolve the issue.
Sorry, something went wrong.
No branches or pull requests
I'm using the PHP SDK2 for glacier API access; yesterday my script was working fine, today it's not.
I'm receiving the following error:
PHP Fatal error: Uncaught exception 'Guzzle\Http\Exception\CurlException' with message 'curl 6: name lookup timed out [url] https://glacier.us-west-1.amazonaws.com/-/vaults/********** info array (
'url' => 'https://glacier.us-west-1.amazonaws.com/-/vaults/',
'content_type' => NULL,
'http_code' => 0,
'header_size' => 0,
'request_size' => 0,
'filetime' => -1,
'ssl_verify_result' => 0,
'redirect_count' => 0,
'total_time' => 0,
'namelookup_time' => 0,
'connect_time' => 0,
'pretransfer_time' => 0,
'size_upload' => 0,
'size_download' => 0,
'speed_download' => 0,
'speed_upload' => 0,
'download_content_length' => -1,
'upload_content_length' => -1,
'starttransfer_time' => 0,
'redirect_time' => 0,
'certinfo' =>
array (
),
) debug ' in phar:///var/www/clients//aws.phar/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php:561
My server is up to date and connected online (i'm able to ping).
The text was updated successfully, but these errors were encountered: