My node has got this error today. Log shows:
2|ark-forger | [2020-02-15 11:21:45.160] WARN : Request to 127.0.0.1:4001<p2p.internal.getCurrentRound> failed, because of 'Socket emit "p2p.internal.getCurrentRound" : timed out (4000ms)'.
The relay still receives blocks but once every 1 min.
could be to do with the new transmission codec, since this didn't happen on 2.5 - alessio said
Possible Solution
- Restart core
or
- Excute this command:
pkill -f worker.js
in the event that it happens regularly and isn't fixed soon, a temporary solution could be to make a script to check for that error in the logs and if so, execute the kill command - alessio said
My node has got this error today. Log shows:
2|ark-forger | [2020-02-15 11:21:45.160] WARN : Request to 127.0.0.1:4001<p2p.internal.getCurrentRound> failed, because of 'Socket emit "p2p.internal.getCurrentRound" : timed out (4000ms)'.The relay still receives blocks but once every 1 min.
Possible Solution
or
pkill -f worker.js