aprikyan / google-books-downloader

An open-source utility to scrape Google Books
MIT License
69 stars 15 forks source link

And, no cookie for you? ;) #11

Open mrelg opened 3 years ago

mrelg commented 3 years ago

I didn't get a cookie? What could have went wrong? How to debug further? (P.S. I updated Chromedriver to 94 for myself)

_Traceback (most recent call last): File "C:\google-books-downloader-master\gbd.py", line 248, in step2() File "C:\google-books-downloader-master\gbd.py", line 216, in step2 cookie = get_cookie(list(all_pages.items())[0][1]) File "C:\google-books-downloader-master\gbd.py", line 140, in getcookie return cookies[0] IndexError: list index out of range