во время работы API я сталкиваюсь с проблемой чтения ECONNRESET - PullRequest
0 голосов
/ 26 июня 2018
Browse your REST API at http://localhost:3000/explorer
Web server listening at: http://localhost:3000/
Connection fails:  { Error: read ECONNRESET
    at _errnoException (util.js:1022:11)
    at TCP.onread [as _originalOnread] (net.js`enter code here`:628:25) code: 'ECONNRESET', errno
: 'ECONNRESET', syscall: 'read' }
It will be retried for the next request.
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:1022:11)
    at TCP.onread [as _originalOnread] (net.js:628:25)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...