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
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