-
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
TypeError: 'NoneType' object is not subscriptable #356
Comments
Hi @rafarios, Have you the same issue with the Joeclinton1 version which is more up to date ? You can install it with
|
'183836587' is no longer included in 'image_object'.
|
Thanks @is0356xi Now it works! |
I implemented a fix in the most recent commit by changing the location of image_host. Should work now :) |
I cannot get it to work: Item no.: 1 --> Item name = Polar bears testGDI.py is: from google_images_download import google_images_download #importing the library response = google_images_download.googleimagesdownload() #class instantiation arguments = {"keywords":"Polar bears,baloons,Beaches","limit":20,"print_urls":True} #creating list of arguments |
Hi. Using 2.8.0, It was working properly yesterday, buy today I receive this error. Can you review it?
Traceback (most recent call last):
File "/usr/local/bin/googleimagesdownload", line 11, in
load_entry_point('google-images-download==2.8.0', 'console_scripts', 'googleimagesdownload')()
File "/usr/local/lib/python3.7/dist-packages/google_images_download-2.8.0-py3.7.egg/google_images_download/google_images_download.py", line 1134, in main
File "/usr/local/lib/python3.7/dist-packages/google_images_download-2.8.0-py3.7.egg/google_images_download/google_images_download.py", line 952, in download
File "/usr/local/lib/python3.7/dist-packages/google_images_download-2.8.0-py3.7.egg/google_images_download/google_images_download.py", line 1087, in download_executor
File "/usr/local/lib/python3.7/dist-packages/google_images_download-2.8.0-py3.7.egg/google_images_download/google_images_download.py", line 888, in _get_all_items
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: