Giter Club home page Giter Club logo

Comments (11)

rkahne avatar rkahne commented on July 30, 2024 14

Try this:
rD <- rsDriver(browser="firefox", port=4555L, verbose=F, chromever = NULL)

The issue appears to be with the chrome driver for me, and running a firefox browser and setting the chrome driver to null allowed me to start the server.

from rselenium.

tpcovino avatar tpcovino commented on July 30, 2024 4

I am continuously getting "Undefined error in httr call. httr output: Failed to connect to localhost port 14415 after 0 ms: Connection refused". I've tried every work around I've found on the internet. Has anyone found a definitive solution to this issue?

from rselenium.

dfe-nt avatar dfe-nt commented on July 30, 2024 1

I'm also getting this issue and none of the work arounds suggested here or that I have found on stack overflow have worked for me. This occurred on a new machine so all packages installed are up to date. It occurs with both the chrome and firefox browsers, although not with phantomjs.

Very keen to find a solution to this as I'm somewhat dependant on being able to load javascript generated content.

from rselenium.

jcutlerbiostats avatar jcutlerbiostats commented on July 30, 2024 1

Yep that worked! I actually tried Firefox yesterday, as it happens. I've given up on Chrome. Firefox worked immediately with no additional fuss.

Thanks!

from rselenium.

chriscarrollsmith avatar chriscarrollsmith commented on July 30, 2024

On second thought, this fix worked for me once, but now I can't reproduce it and am continuing to get the same error message.

from rselenium.

alberto-martin avatar alberto-martin commented on July 30, 2024

Just to say that I encountered the same issue this week, in two different machines.

from rselenium.

chriscarrollsmith avatar chriscarrollsmith commented on July 30, 2024

Thanks. Nice to know I'm not crazy. :)

from rselenium.

chriscarrollsmith avatar chriscarrollsmith commented on July 30, 2024

Others apparently solved this issue by rolling back wdman from version 0.2.6 to 0.2.5:

remove.packages("wdman") install.packages("remotes") library(remotes) install_version("wdman", "0.2.6")

I was actually able to get it working with version 0.2.6 by updating all of the packages that wdman is dependent upon. It appears that I had some pretty old versions of packages like yaml and jsonlite that hadn't been updated in a long time. Once I updated all of these, rsDriver started working again.

from rselenium.

jcutlerbiostats avatar jcutlerbiostats commented on July 30, 2024

I would love to find a solution as well. I've tried the solutions on stackoverflow and nothing works.

from rselenium.

abuhamour avatar abuhamour commented on July 30, 2024

This worked for me as well, thanks very much @rkahne !!

from rselenium.

ZHANGZ1YUE avatar ZHANGZ1YUE commented on July 30, 2024

For anyone who tried every solutions (including the above one) but still couldn't make it work, try to see if JAVA is installed properly.

from rselenium.

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.