-
Notifications
You must be signed in to change notification settings - Fork 137
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
Windows File Paths don't work in Input #226
Comments
If you're still having trouble please list the full command you're running and attach a sample html file. |
I fixed it on my end. This was my hack if you are interested: Basically, if it's on windows, the url parsing module assumes that your drive i.e. C:// is the protocol. |
Thanks, that's interesting. I'll leave this issue open. Feel free to submit a PR if you'd like. |
This was confusing the hell out of me for too long. TY! |
@attapurposevc thank you for this hint! |
Hi everyone,
I'm having issues using windows file paths such as C:\Users\aUser\AppData\Local\Temp\stuff.html
The script fails silently and doesn't load anything in the pdf
The text was updated successfully, but these errors were encountered: