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
Downgrading to github.com/libp2p/go-libp2p-kad-dht to v0.28.2 and as a consequence also github.com/libp2p/go-libp2p-record to v0.2.0 (v0.3.0 didn't work) solved the problem. Here's the roll-back commit.
I presume it's related to the recent protobuf update: #975
I've not yet looked closely at this, but at a glance I believe it may be a local issue where Nebula is using the go-msgio/protoio package intended for use with gogo protobuf types for a type that is not gogo protobuf (instead it is now the Google protobuf type).
I updated Nebula dependencies last week and decoding protobuf messages from other peers panic:
Downgrading to
github.com/libp2p/go-libp2p-kad-dht
tov0.28.2
and as a consequence alsogithub.com/libp2p/go-libp2p-record
tov0.2.0
(v0.3.0 didn't work) solved the problem. Here's the roll-back commit.I presume it's related to the recent protobuf update: #975
It panics when I do the following:
Does the change require me to decode messages differently?
The text was updated successfully, but these errors were encountered: