Git Product home page Git Product logo

Comments (4)

sylvaindumont avatar sylvaindumont commented on June 6, 2024

Try adding --remote-debugging-port=9222, without a remote debugging port, chromium doesn't start in headless mode.
These errors appeared in chromium 64, chromium 63 have none of these, it doesn't seem to block karma or protractor from running.

from docker-node-karma-protractor-chrome.

JohannesRudolph avatar JohannesRudolph commented on June 6, 2024

Thanks, that clears it up and I could get it working now!

from docker-node-karma-protractor-chrome.

mohyeid avatar mohyeid commented on June 6, 2024

Once I added --remote-debugging-port=9222, error is gone, but now chrome will not start. Please, help. I get the following:

Starting b03 08 2018 18:43:53.152:WARN [launcher]: Chrome have not captured in 60000 ms, killing.

I am at version: Google Chrome 64.0.3282.186

from docker-node-karma-protractor-chrome.

sylvaindumont avatar sylvaindumont commented on June 6, 2024

@mohyeid you can learn more about this error in puppeteer/puppeteer#1925, but it is not a fatal error and you don't have to worry about it.
Chrome have not captured in 60000 ms, killing. could mean chrome doesn't start, or karma can't connect to it. If I remember correctly, setting --remote-debugging-port in chrome flags makes karma unable to connect to it.
Try just removing --remote-debugging-port=9222 from your karma flags and everything should be working fine.
--remote-debugging-port=9222 is required to keep chrome running only when launched manually.

from docker-node-karma-protractor-chrome.

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.