Open jackfurmanek opened 10 months ago
I have the same question
Hello, I am facing the same issue, any help would be highly appreciated Thankx in advance
found the solution will make a pull requst soon. they forgot to make a string into a f'' string. simple fix. add f to line 90 of vitalsource2pdf.py after [home_url] + '' .
line 90 should look like
driver.get(platform_identifiers['home_url']+f'/reader/books/{args.isbn}/pageid/{page_id}')
instead of
driver.get(platform_identifiers['home_url']+'/reader/books/{args.isbn}/pageid/{page_id}')
Hello. After running the initial command, signing in, and pressing ENTER, the first link that the page loads is this:
https://bookshelf.vitalsource.com/reader/books/%7Bargs.isbn%7D/pageid/%7Bpage_id%7D
Which I don't think is correct, unless I'm mistaken. Upon loading this link, the page stalls forever, endlessly showing five pulsing loading dots and nothing else. The command line also displays nothing. Upon closing the window, the program halts with these errors:
Am I doing something wrong with using the script?
Thanks for the work you've put into this.