-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Stopped Grabbing Results #18
Comments
It's still working for me. |
Update it to latest and try. It's working now |
I will do that, thank you very much. |
Updated and the image array is still showing up empty, is there any way of checking the response from Google? maybe there is something i need to change on my side. |
i checked again and it's working fine for me. Can you show me your code? |
yes, a simple search as the example shows as empty:
|
|
Your code is working fine for me i think you are not passing the keywords correctly. Try below code code.
|
thank you, i changed it up a bit because this test is a laravel command. I printed the result using this code and using the argument "apple": ` ` got this response:
|
sorry, i'm not github saavy, i dont know how to style code properly |
Go to your vendor folder and in "/buchin/google-image-grabber/src/GoogleImageGrabber.php" show me the code from line 109 to 167. |
Below you'll find from 109 until the end of the file `
} |
I told you to update the repo to latest version. run composer update from your terminal to update it to latest. |
I am sorry, i suppose the update didn't go through, below you'll see what the composer.lock file has: ` ` |
As i said run composer update and it will update everything including this repo. If its still not work then clear your composer cache using command composer clear-cache or download this repo manually and replace your vendor GoogleImageGrabber.php with the one you downloaded. |
thank you, i did run composer update a bunch of times, even before continuing with the thread, also clearing the cache. I ended up doing the replacing of the GoogleImageGrabber.php manually. it is working now, I appreciate the great work. |
Add on Composer JSON this: `"require-dev": { "require-dev": { Later remplace content of GoogleImageGrabber.php with the github content. Work for me. |
First of all, thanks for this amazing tool.
About a week ago, we stopped grabbing images from Google, it seems that something changed in the query that has to be sent, have you experienced anything?
The text was updated successfully, but these errors were encountered: