David Strouk
David Strouk
Any news regarding this? I know this thread is old, but I have the exact same issue.
I had the same issue on Mac OS 10.14.6 with google-images-download==2.8.0, and the solution is to run this command: `/Applications/Python\ 3.6/Install\ Certificates.command` Of course you have to change Python version...
I guess it's the same error as #268. See my answer there.
What is the command you sent? It will help to debug and try to understand the issue.
The issue is related to line 922 in google_images_download.py file: `print(iteration.encode('raw_unicode_escape').decode('utf-8'))` @hardikvasa on commit 18cc56b3ed8e06148fbacaf98b37a24c3f4a635c why did you have to add the encode/decode ? Without this it will also work...
+1 Today we return `None` as part of the `key_func` function in order to bypass the limit, instead of using the `exempt_when` function. Then we get the error `kipping limit:...