Code Monkey home page Code Monkey logo

Comments (4)

Szpadel avatar Szpadel commented on August 11, 2024 1

Thanks, I found the issue:

Page.navigate starts rendering page, but promise for loadEventFired is created after that.
For very simple pages, this is enough time to miss that event in meantime.

But there is no need to start counting budget after load event.

I ran your docker in loop with that fix, and it looks like it is resolved now.

Thanks for your effort!

from chrome-headless-render-pdf.

Szpadel avatar Szpadel commented on August 11, 2024

I'll try to dig deeper into this issue.
IMO your change shouldn't change anything.
Do you tried to use different chrome versions?

from chrome-headless-render-pdf.

wioux avatar wioux commented on August 11, 2024

I have a similar problem on Chrome 64/Alpine Linux running on a different machine, but I see there was another issue with that version of (#22) so maybe it's not the same thing.

Right now we can reproduce it pretty readily (~50% of the time) on Ubuntu 16.04/Chrome 65 with the following steps on master:

$ yarn run build                                                                          
yarn run v1.6.0
$ babel index.js cli/chrome-headless-render-pdf.js --presets env --plugins transform-runtime --out-dir dist/
index.js -> dist/index.js
cli/chrome-headless-render-pdf.js -> dist/cli/chrome-headless-render-pdf.js
Done in 0.98s.

$ cat test.html 
<html>
  <body>
    <h1>hello world</h1>
  </body>
</html>

$ node dist/cli/chrome-headless-render-pdf.js --url=file://$(pwd)/test.html --pdf test.pdf
Using chromium-browser
Waiting for chrome to became available
Connected!
Connected to HeadlessChrome/65.0.3325.181, protocol 1.2
Opening file:///home/peter/Projects/chrome-headless-render-pdf/test.html
[ ... hangs ...]

from chrome-headless-render-pdf.

wioux avatar wioux commented on August 11, 2024

I created a Dockerfile[1] which can reproduce the issue on both linux and macs, in case that helps.

[1] https://gist.github.com/wioux/dd0869e26c6140ef09b25375bcc93fa5

from chrome-headless-render-pdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.