Skip to content
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

Stderr limit is reached and the processing stalls #59

Open
peckanthony opened this issue Jan 16, 2024 · 1 comment
Open

Stderr limit is reached and the processing stalls #59

peckanthony opened this issue Jan 16, 2024 · 1 comment

Comments

@peckanthony
Copy link

Hi,

https://github.com/shebinleo/pdf2html/blame/79f4eff672ad924094acf971687ecf75f108385b/index.js#L22

By not listening to this event, the stderr filled up with warnings about fonts that were not installed and, according to this issue, this is why my processing stopped, the 'close' event was never sent.

Could you possibly listen to the event again or be able to pass an option for the stdio param? This has solved the issue on my system.

Thanks!

@kriskratz
Copy link

Can confirm. Uncommenting the stderr lines to clear the buffer fixed the hanging forever problem for me too.

Thanks @peckanthony

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants