-
Notifications
You must be signed in to change notification settings - Fork 173
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
GoogleImageCrawler: TypeError: 'NoneType' object is not iterable #96
Comments
Sorry for the inconvenience, could you please try to clone this project and build it manually? |
I don't have the time to build it either. I just wanted to quickly test your library to see if it was suitable for my use case. And I'm probably not the only one having this problem either. Should all users now build this manually? |
Sorry again for the inconvenience, I have updated the package on pypi |
It works now! Thank you were much :) |
I have the same problem. Works with Bing and Baidu, but does not work with Google. I keep getting the following errors: |
This is not relevant to this issue, looks like #107 |
seem's this problem is back |
Any solution for this problem? |
Looks like some or many website's hosts are identifiying bots and asking for human validation, causing the problem. |
@ZhiyuanChen sorry I was wrong. @OxFF00FF's change did fix it, but I didn't reload the module properly. Now google crawler works. I still don't understand why @OxFF00FF's change works. Can anyone explain? Both before and after the change, a list of uris is returned from Thanks. |
Please let me know if 0.6.8 fixes this issue~ |
Hi there, I just tried out your library, but unfortunately, I get an error:
But I just use your example code:
How can I fix the problem?
The text was updated successfully, but these errors were encountered: