Open OnlyACatOfADifferentCoat opened 3 months ago
Hi, fixed
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
@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 https://stackoverflow.com/questions/70560247/bypassing-eu-consent-request (second answer)
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