Open saptarsi96 opened 3 years ago
Can you please give me more details about what caused this error?
When I try to run the client I get the following error. The h2quic module has been updated to "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic". Can you try with the updated module once?
Can you try reverting the quic-go repo to a previous commit?
I get the same error while executing the older version of quic-go(Version 0.17.1). Can you please check by updating your h2quic library?
- "github.com/lucas-clemente/quic-go/h2quic"
+ "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic"
@0xVikas were you able to run it?
h2quic module has been updated to "github.com/ipsn/go-ipfs/gxlibs/github.com/lucas-clemente/quic-go/h2quic". The client function fails with the following errors. Can you please update those?