oura icon indicating copy to clipboard operation
oura copied to clipboard

Oura v2: handshake refused, version data mismatch

Open will-break-it opened this issue 2 months ago • 0 comments

Connecting to anything other than mainnet fails with the following error:

ERROR stage{stage="source"}:bootstrap: pallas_network::facades: handshake refused reason=Refused(13, "version data mismatch: NodeToNodeVersionData {networkMagic = NetworkMagic {unNetworkMagic = 2}, diffusionMode = InitiatorAndResponderDiffusionMode, peerSharing = PeerSharingEnabled, query = False} /= NodeToNodeVersionData {networkMagic = NetworkMagic {unNetworkMagic = 764824073}, diffusionMode = InitiatorOnlyDiffusionMode, peerSharing = PeerSharingDisabled, query = False}")

This is my config:

[source]
type = "N2N"
peers = ["preview-node.world.dev.cardano.org:30002"]

[intersect]
type = "Tip"

[[filters]]
type = "SplitBlock"

[[filters]]
type = "ParseCbor"

[sink]
type = "Stdout"

will-break-it avatar Jun 11 '24 15:06 will-break-it