View Single Post
Old 02-24-2025, 07:11 AM   #551
Keybounce
Enthusiast
Keybounce began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Aug 2019
Device: kindle (various)
Quote:
Originally Posted by DiapDealer View Post
Virtual Python environments help in this situation too:

python -m venv amzpy
Thank you. I have managed to get a virtual python setup. Things seem to be working. But neither the BulkKindleUSBDownloader, nor the Kindle_download_helper are working.

Bulk Downloader is able to create a chrome window, but never gets to the web page. Looking at the script, after "Starting browser", and assembling the options, it calls webdriver.Chrome() and that call never returns; a print() before it works, and a print() after it fails (and there is a logger call just after it as well).

The kindle.py script from download_helper is able to take my ajax cookie (stored in a file), find my account, list books, and all of them fail to download.
Keybounce is offline   Reply With Quote