Skip to content

Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:61285 #8

Closed
@badabam

Description

@badabam

I install without errors and run a simple test, I get this error:

1) Scenario: Google search for nothing specific - features/google-search.feature:6
   Step: When I search Google for "nothing specific" - features/google-search.feature:7
   Step Definition: step-definitions/google-search-steps.js:3
   Message:
     Error: ECONNREFUSED connect ECONNREFUSED 127.0.0.1:61285
         at ClientRequest.<anonymous> (/Users/me/some-project/node_modules/selenium-webdriver/http/index.js:238:15)
         at emitOne (events.js:96:13)
         at ClientRequest.emit (events.js:189:7)
         at Socket.socketErrorListener (_http_client.js:358:9)
         at emitOne (events.js:96:13)
         at Socket.emit (events.js:189:7)
         at emitErrorNT (net.js:1280:8)
         at _combinedTickCallback (internal/process/next_tick.js:74:11)
         at process._tickCallback (internal/process/next_tick.js:98:9)
     From: Task: WebDriver.createSession()
         at Function.createSession (/Users/me/some-project/node_modules/selenium-webdriver/lib/webdriver.js:777:24)
         at Function.createSession (/Users/me/some-project/node_modules/selenium-webdriver/chrome.js:709:29)
         at createDriver (/Users/me/some-project/node_modules/selenium-webdriver/index.js:167:33)
         at Builder.build (/Users/me/some-project/node_modules/selenium-webdriver/index.js:639:16)
         at getDriverInstance (/Users/me/some-project/node_modules/selenium-cucumber-js/runtime/world.js:62:16)
         at /Users/me/some-project/node_modules/selenium-cucumber-js/runtime/world.js:149:29

I am on latest stable macOS and Chrome 57 (also did not work with 56 though).

Any idea where to look at to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions