You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
FetchError: request to http://35.189.196.74:4000/ failed, reason: socket hang up
And on the server:
nomidot-server is failing with FetchError: request to http://10.0.9.43:4466/ failed, reason: read ECONNRESET at ClientRequest. (/server/node_modules/cross-fetch/node_modules/node-fetch/lib/index.js:1393:11) at ClientRequest.emit (events.js:196:13) at ClientRequest.EventEmitter.emit (domain.js:471:20) at Socket.socketErrorListener (_http_client.js:402:9) at Socket.emit (events.js:196:13) at Socket.EventEmitter.emit (domain.js:471:20) at emitErrorNT (internal/streams/destroy.js:91:8) at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) at processTicksAndRejections (internal/process/task_queues.js:83:17)
deleting the nodewatcher pod usually solved the problem.
Next time this happens we need to kubectl -n nodewatcher-staging describe pod/<pod-name> next time this happens.
The text was updated successfully, but these errors were encountered:
The pod show no error:
But connecting to it fails, on chain-db watcher:
And on the server:
nomidot-server is failing with FetchError: request to http://10.0.9.43:4466/ failed, reason: read ECONNRESET at ClientRequest. (/server/node_modules/cross-fetch/node_modules/node-fetch/lib/index.js:1393:11) at ClientRequest.emit (events.js:196:13) at ClientRequest.EventEmitter.emit (domain.js:471:20) at Socket.socketErrorListener (_http_client.js:402:9) at Socket.emit (events.js:196:13) at Socket.EventEmitter.emit (domain.js:471:20) at emitErrorNT (internal/streams/destroy.js:91:8) at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) at processTicksAndRejections (internal/process/task_queues.js:83:17)
deleting the nodewatcher pod usually solved the problem.
Next time this happens we need to
kubectl -n nodewatcher-staging describe pod/<pod-name>
next time this happens.The text was updated successfully, but these errors were encountered: