You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 get_cookie
return cookies[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
marieell
added a commit
to marieell/google-books-downloader
that referenced
this issue
Feb 12, 2022
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 get_cookie
return cookies[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: