Skip to content
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

Does not work with any search terms. #370

Open
Zoltanio opened this issue Nov 6, 2022 · 4 comments
Open

Does not work with any search terms. #370

Zoltanio opened this issue Nov 6, 2022 · 4 comments

Comments

@Zoltanio
Copy link

Zoltanio commented Nov 6, 2022

Item no.: 1 --> Item name = dogs
Evaluating...
'NoneType' object is not subscriptable
Image objects data unpacking failed.

It used to work just fine a few months ago.

@Tritaya
Copy link

Tritaya commented Nov 6, 2022

Same issue

@ishandutta2007
Copy link

why are so few people commenting. is it working for others ?

@porcherface
Copy link

just downloaded, used in this snippet:

from google_images_download import google_images_download
argument = {"keywords":"templar assassin,drow ranger,mirana","limit":100,"print_urls":True}
response = google_images_download.googleimagesdownload()
absolute_image_paths = response.download(argument)

OUTPUT:

Item no.: 1 --> Item name = templar assassin
Evaluating...
Starting Download...

Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

Item no.: 2 --> Item name = drow ranger
Evaluating...
Starting Download...

Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

Item no.: 3 --> Item name = mirana
Evaluating...
Starting Download...

Unfortunately all 100 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

@NicolasGrosjean
Copy link

Hi, you can try the Joeclinton1's fork.

To install it, you can see #298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants