mikepqr / resume.md

Write your resume in Markdown, style it with CSS, output to HTML and PDF
MIT License
569 stars 229 forks source link

chrome branch fails on windows #14

Closed paloblanco closed 2 years ago

paloblanco commented 3 years ago

The python script is able to detect my chrome install, but fails at making the pdf. This fails regardless of whether or not the pdf already exists:

Wrote resume.html
Found Chrome or Chromium at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[0419/104241.939:ERROR:headless_shell.cc(595)] Writing to file resume.pdf was unsuccessful, could not open file: FILE_ERROR_ACCESS_DENIED

The program hangs at this point, and I need to interrupt it to gain control again.

amandal1810 commented 3 years ago

A detailed discussion on #13

Neurrone commented 2 years ago

I'm seeing this as well on Windows.

mikepqr commented 2 years ago

I believe #19 fixes this. Please let me know if not. (And thanks to @amandal1810 for the clue. I will try to find time to take a look at the rest of your PR asap.)