Fatal error in guzzle when i try to create an invalidation #2349
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
guidance
Question that needs advice or information.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
When I try to createInvalidation it return a fatal error in guzzle
Fatal error: Uncaught Error: Call to undefined method TypeError::getResponse()
in /vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php on line 60
Version of AWS SDK for PHP?
aws/aws-crt-php v1.0.2 AWS Common Runtime for PHP
aws/aws-sdk-php 3.200.1 AWS SDK for PHP - Use Amazon Web Services in your PHP project
guzzlehttp/guzzle 7.4.0 Guzzle is a PHP HTTP client library
guzzlehttp/promises 1.5.1 Guzzle promises library
guzzlehttp/psr7 1.8.3 PSR-7 message implementation that also provides common utility methods
Version of PHP (
php -v
)?PHP 7.4.25 (cli) (built: Oct 22 2021 12:34:33) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.25, Copyright (c), by Zend Technologies
This is my code
When CloudfrontCreateInvalidation is launched... fatal error appears...
I do not understand why!
The text was updated successfully, but these errors were encountered: