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
Getting this error when I try to run the echo test
PHP Fatal error: Uncaught TypeError: Typed property JeroenG\Flickr\Response::$contents must be array, bool used in /home/art/vendor/jeroen-g/flickr/src/Response.php:13 Stack trace: #0 /home/art/vendor/jeroen-g/flickr/src/Api.php(38): JeroenG\Flickr\Response->__construct(Object(GuzzleHttp\Psr7\Response)) #1 /home/art/vendor/jeroen-g/flickr/src/Flickr.php(16): JeroenG\Flickr\Api->request('flickr.test.ech...', Array) #2 /home/art/vendor/jeroen-g/flickr/src/Flickr.php(24): JeroenG\Flickr\Flickr->request('flickr.test.ech...', Array) #3 /home/ar/test.php(11): JeroenG\Flickr\Flickr->echoThis('helloworld') #4 {main} thrown in /home/art/vendor/jeroen-g/flickr/src/Response.php on line 13
I've just followed the README. I've added my $key as a string.
$key
Have I missed something obvious?
The text was updated successfully, but these errors were encountered:
Can you show the code you are trying to execute? And I assume you are running the latest version of this package?
Sorry, something went wrong.
No branches or pull requests
Getting this error when I try to run the echo test
I've just followed the README. I've added my
$key
as a string.Have I missed something obvious?
The text was updated successfully, but these errors were encountered: