Skip to content

EADDRINUSE after force-quitting stub-rpc-server #2

Open
@tinybike

Description

@tinybike

Getting an unusual error from ethrpc's tests. I force-quit (CTRL+C) the test suite during a run-thru and now I get the following error:

  1) tests that work against any node (test or live) IPC "before each" hook:
     Uncaught Error: listen EADDRINUSE testrpc.ipc
      at Object.exports._errnoException (util.js:1022:11)
      at exports._exceptionWithHostPort (util.js:1045:20)
      at Server._listen2 (net.js:1249:19)
      at listen (net.js:1298:10)
      at Server.listen (net.js:1382:7)
      at new IpcServer (node_modules/ethereumjs-stub-rpc-server/source/ipc-server.js:38:25)
      at Object.createStubServer (node_modules/ethereumjs-stub-rpc-server/source/index.js:8:14)
      at Context.<anonymous> (test/any-node.js:14:29)

(Not sure if this is an ethrpc issue or an ethereumjs-stub-rpc-server issue.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions