mysteriumnetwork / node

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
https://mysterium.network
GNU General Public License v3.0
1.11k stars 311 forks source link

Payment engine error #3960

Closed etherunit closed 2 years ago

etherunit commented 3 years ago

Describe the bug

Provider: 0x204493ef1d70c9973ea74c65e564630eef77ed75

core/service/session_manager.go:316 > Payment engine error error="sending of invoice failed: did not get a new exchange message but peers continue to receive pings and failed to properly clean up the session. Overlapped with node going offline. Provider needed to restart node to restore services.

2021-09-15T23:44:16.648 ERR core/service/session_manager.go:316      > Payment engine error error="sending of invoice failed: did not get a new exchange message"
2021-09-15T23:44:16.649 INF services/wireguard/service/service_unix.go:170 > Cleaning up session e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:31.113 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:36.155 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:41.186 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:46.251 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:51.325 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:45:56.358 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:01.417 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:06.504 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:11.544 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:16.586 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:21.635 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493
2021-09-15T23:46:26.679 DBG core/service/session_manager.go:365      > Received p2p keepalive ping with SessionID=e0488fc7-3935-4f89-815e-0162f4eed493

Expected behavior Peer is disconnected and node stays online.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context https://my.mysterium.network/admin/issues/download/3670

etherunit commented 3 years ago

FYI. this continue to happen 1-2 times a day and requires a restart. Latest logs from this provider: mysterium-node.log

tomasmik commented 3 years ago

While this is caused by the payment issue error, it seems that the reason everything breaks after that isn't really related to payments. I'll drop the issue for now.

Donatas-MN commented 2 years ago

Closing due to inactivity.