Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

ndb doesn't start (ECONNRESET) #240

Closed
romgrk opened this issue Feb 21, 2019 · 2 comments
Closed

ndb doesn't start (ECONNRESET) #240

romgrk opened this issue Feb 21, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@romgrk
Copy link

romgrk commented Feb 21, 2019

Steps to reproduce

Tell us about your environment:

  • ndb version: 1.0.27 and up don't work. 1.0.26 works
  • Platform / OS version: Ubuntu 18.10
  • Node.js version: 11.10.0

What steps will reproduce the problem?

  1. npm i -g [email protected]
  2. ndb .

What is the expected result?
ndb starts.

What happens instead?

events.js:193
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:1031:13)
    at Pipe.onread (net.js:619:25)
@felixdrp
Copy link

Have you try to close all your Chrome browser processes and start ndb?
It let me start ndb when Chrome is closed.Issue #239

@alexkozy
Copy link
Contributor

One possible root of the issue is resolved in 1.0.47. Fix for another is coming soon (#260). I will close this one for now as duplicate of #248 .

@alexkozy alexkozy added the bug Something isn't working label Jun 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants