google-books-downloader
google-books-downloader copied to clipboard
Error
Traceback (most recent call last):
File "C:\google-books-downloader\gbd.py", line 244, in
Fixed with the right chromedriver, but with new error:
Traceback (most recent call last):
File "C:\google-books-downloader\gbd.py", line 248, in <module>
step2()
File "C:\google-books-downloader\gbd.py", line 216, in step2
cookie = get_cookie(list(all_pages.items())[0][1])
File "C:\google-books-downloader\gbd.py", line 140, in get_cookie
return cookies[0]
IndexError: list index out of range
Thanks!