Open
Description
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
Labels
No labels