Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payment engine error #3382

Closed
etherunit opened this issue May 13, 2021 · 1 comment
Closed

Payment engine error #3382

etherunit opened this issue May 13, 2021 · 1 comment
Labels

Comments

@etherunit
Copy link
Collaborator

Got this shortly after upgrading to 0.46.x. There were some "timeout waiting for reply to "p2p-keepalive": p2p send timeout" messages above it. Possibly related to payment engine error error="sending of invoice failed: did not sent a new exchange message"

panic: close of closed channel

goroutine 1679 [running]:
github.com/mysteriumnetwork/node/services/wireguard/service.statsPublisher.stop(...)
    /go/src/github.com/mysteriumnetwork/node/services/wireguard/service/stats_publisher.go:69
github.com/mysteriumnetwork/node/services/wireguard/service.(*Manager).ProvideConfig.func1()
    /go/src/github.com/mysteriumnetwork/node/services/wireguard/service/service_unix.go:183 +0x20a
github.com/mysteriumnetwork/node/core/service.(*SessionManager).providerService.func1(0x0, 0x171ec71)
    /go/src/github.com/mysteriumnetwork/node/core/service/session_manager.go:309 +0x28
github.com/mysteriumnetwork/node/core/service.(*Session).Close.func1()
    /go/src/github.com/mysteriumnetwork/node/core/service/session.go:62 +0x1fc
sync.(*Once).doSlow(0xc0000b2178, 0xc000744f68)
    /usr/local/go/src/sync/once.go:66 +0xe3
sync.(*Once).Do(...)
    /usr/local/go/src/sync/once.go:57
github.com/mysteriumnetwork/node/core/service.(*Session).Close(0xc0000b2000)
    /go/src/github.com/mysteriumnetwork/node/core/service/session.go:54 +0x6a
github.com/mysteriumnetwork/node/core/service.(*SessionManager).paymentLoop.func2(0x1e457e0, 0xc000258c00, 0xc0000b2000)
    /go/src/github.com/mysteriumnetwork/node/core/service/session_manager.go:286 +0xb1
created by github.com/mysteriumnetwork/node/core/service.(*SessionManager).paymentLoop
    /go/src/github.com/mysteriumnetwork/node/core/service/session_manager.go:282 +0x29a
@etherunit etherunit added the bug label May 13, 2021
@etherunit etherunit changed the title panic Payment engine error error May 13, 2021
@etherunit etherunit changed the title Payment engine error error Payment engine error May 13, 2021
@tomasmik
Copy link
Contributor

I should have already fixed this here: https://github.com/mysteriumnetwork/node/pull/3352/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants