Code Monkey home page Code Monkey logo

Comments (3)

muhammedtufekyapan avatar muhammedtufekyapan commented on May 10, 2024

Hi everyone,

I fix this issue but now I stuck with ChromeDriver on Heroku. I got the following error;

Selenium::WebDriver::Error::WebDriverError: unable to connect to chromedriver 127.0.0.1:9515

Is there anybody knows how to fix this issue?

from kimuraframework.

johnphamvan avatar johnphamvan commented on May 10, 2024

@muhammedtufekyapan You likely need to use your own Docker container with chromedriver and headless chrome installed on it. Heroku's default stacks do not have chrome or chromedriver. See https://devcenter.heroku.com/articles/stack-packages

from kimuraframework.

bubbaspaarx avatar bubbaspaarx commented on May 10, 2024

Have a look here too. Might help with the driver locations for Chrome and Chromedriver. They have to be manually set for Heroku to pick them up. Set them as ENV variables and reference them as per this link.
https://milk1000cc.hatenablog.com/entry/2019/11/04/114351

from kimuraframework.

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.