This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Sometimes ECONNRESET Error is thrown #69
Closed
Description
Only sometimes I get this error on ipfs.ls(<hash>, cb )
and sometimes on ipfs.pin
. In special when a set of executions is run.
I20151004-17:56:25.538(2)? catched error on ipfs ls { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }
W20151004-17:56:25.539(2)? (STDERR) Possibly unhandled Error: read ECONNRESET
W20151004-17:56:25.539(2)? (STDERR) at errnoException (net.js:905:11)
W20151004-17:56:25.539(2)? (STDERR) at TCP.onread (net.js:559:19)
Any Idea what this could be?