orbit icon indicating copy to clipboard operation
orbit copied to clipboard

"error: socket hung up", "Error: ECONNRESET"

Open haadcode opened this issue 7 years ago • 0 comments

Orbit currently throws errors seemingly random. "error: socket hung up", "Error: ECONNRESET" are shown in the UI's console (devtools in Electron).

These are caused by "too many files open" error in go-ipfs. @whyrusleeping is a aware of the bug and will hopefully get it fixed for 0.4.5.

Current workaround is to run the go-ipfs daemon withIPFS_FD_MAX set to 4096, https://github.com/haadcode/orbit/blob/master/package.json#L27.

haadcode avatar Dec 03 '16 07:12 haadcode