Description
I have the default output folder specified (VitalSource/ISBN) and the ISBN folder is completely empty after running the script, logging in, and pressing enter.
When I do login - in both chrome and chromium - and press enter, I'm automatically sent to the book corresponding to the ISBN I entered. However, no changes are made in the folder or browser following running python vitalsource2pdf.py --isbn *ISBN* --chrome-exe /usr/bin/google-chrome-stable
. Could it be possible the specific ISBN/book on vitalsource is resistant to the script?
System: Arch Linux
I'm using a python venv and have ran both pip install -r requirements.txt
and paru -S ocrmypdf jbig2dec
.
Also, selenium boots into an insecure https connection and I've tried the above after both accepting and denying cookies from the site.
I assume this is a problem with the script, however my experience with selenium has been limited and I'm unsure how to troubleshoot in order to move forward.