mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 17:45:57 +03:00
[GH-ISSUE #203] log.io-server Running for a period of time, automatically throwing exceptions #171
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timosir on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/203
events.js:173
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:162:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process.internalTickCallback (internal/process/next_tick.js:72:19)
@timosir commented on GitHub (Jan 29, 2019):
[root@localhost nodejs]# npm -v
6.5.0-next.0
[root@localhost nodejs]# node -v
v11.6.0
@msmathers commented on GitHub (Jan 12, 2020):
Looks like one or more harvester processes are resetting their connections to the server. Both the harvester and server have been rewritten in v0.4.3, give those a try and report back if the same issue occurs.