-
Notifications
You must be signed in to change notification settings - Fork 7
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
IndexError: list index out of range #7
Comments
Hi, fixed |
I still have this error. |
Could you debug extract_image(upload_response: str) from image_uploader.py and send me "upload_response" string |
It's a problem with google consent page, I faced it as well in my own google lens scraper, haven't found straightforward solution yet. |
@Vorrik please take on this consent page problem if possible |
Hm, will check later. Before, I had to use proxy to face the problem and it was fixed for me by this way |
Hi, I am wondering if the structure of the output of the Lens request has changed because I am getting:
IndexError: list index out of range on id_2 = py_obj['ds:0']['request'][1][7][0] inside https://github.com/Vorrik/Google-Reverse-Image-Search/blob/master/src/google_img_source_search/image_uploader.py
The text was updated successfully, but these errors were encountered: