-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontfaces error #6
Comments
I can successfully download the example given in the instructions https://www.scribd.com/book/322011391/The-Subtle-Art-of-Not-Giving-a-F-ck-A-Counterintuitive-Approach-to-Living-a-Good-Life However, I am getting an error with a different URL python3 ~/Desktop/run.py https://www.scribd.com/book/436275554/InterActions-Performing-Actual-and-Virtual-Spaces-as-Stages-of-Inter-est |
Update: I have a workaround but it's not pretty and I'm not sure if it'll work in all cases. Add
|
Seems some pages don't have |
Building and clarifying on what else has been posted here, I was able to download a book which presented the same error by:
Worked for me! Thanks to all who have contributed here. |
just did this but i get a OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect can you provide your run.py for me? this only happens after adding the ?mode=standard |
You need a "\" before the "?mode". It got deleted from my post. So step 3 should be:
|
worked great. grabbed about 50 of them. only a few are still not working returning this error: waiting for locator("div.vertical_page[data-page="0"]") to be visible i thought maybe i could try the orginal run.py but that returns the old fontfaces error. |
when trying to download it goes to "loading viewer" and after a little bit it stops with this error: "waiting for locator("#fontfaces")"
The text was updated successfully, but these errors were encountered: