-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unfortunately all 20 could not be downloaded because some images were not downloadable #360
Comments
ex) Item no.: 3 --> Item name = Beaches Unfortunately all 20 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter! Errors: 0 |
Hi @livewithsjsj , Have you tried the Joeclinton1's fork who can setup with the 2 commands in the first post of #298 ? If you still have the issue with this fork, could you provide us additional information like I am unable to reproduce the issue :
Thanks in advance. |
from google_images_download import google_images_download #importing the library
and the result.. root@goorm:/workspace/crawlling-google-ima# python google-image-crowlling.py Unfortunately all 20 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter! |
and i tryed to Joeclinton1's method but it didnt works |
Hi @livewithsjsj , I tried again with a new conda environment with Python 3.7.4 on Ubuntu 18.04 LTS, and I have still no issue. My full test conda environment
The only thing I see to try to help you is to compare the raw result you get to the mine. Please use this version of google_images_download/google_images_download.py, it will export the raw results in raw_google_data/ directory if you replace the 3rd line of your script by
You can share me one of the 3 json file with website like https://jsonblob.com/ P.S : Before replacing google_images_download/google_images_download.py by my version, you can check with a diff, there is only something like that in diff. |
I have the same problem. Did you resolve the issue? |
Hi @NareshBisht @livewithsjsj , I had the same problem. Some step below fixed the issue in my case:
This works in my case and I hope it will also help you. |
Having this same issue, first time user of the module.. I followed two different examples and both returned the same error.. |
I have been getting this issue as well both on my bare metal Windows PC as well as the latest available python container from docker hub... Running that I get the same error. |
When I tried Joeclinton1's on my bare metal PC it gave me the same error. |
I had the same issues, when using pip, instead go into the terminal and use the following commands,
|
when I run the command line googleimagesdownload --keywords "Polar bears, baloons, Beaches" --limit 20, it just doesn't work...
The text was updated successfully, but these errors were encountered: