Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

upgrading to v0.1.10 breaks quic setup #96

Closed
j1v opened this issue Mar 17, 2022 · 1 comment · Fixed by #97
Closed

upgrading to v0.1.10 breaks quic setup #96

j1v opened this issue Mar 17, 2022 · 1 comment · Fixed by #97

Comments

@j1v
Copy link

j1v commented Mar 17, 2022

After upgrading to v0.1.10 starting bid bot with the old config that used to work for months dies with :

2022-03-17T11:37:34.434+0200	FATAL	cli	cli@v1.0.2/cli.go:142	starting service: 1 error occurred:
	* creating peer: 1 error occurred:
	* creating peer: 1 error occurred:
	* setting up libp2p%!(EXTRA *errors.errorString=transports already registered for protocol(s): quic)

When a disable quic in the config : "quic": true, to "quic": false, bidbot starts and seems to run fine.

@jsign
Copy link
Contributor

jsign commented Mar 17, 2022

@j1v , thanks for the report. I found the same problem in another system that also used QUIC and fixed it yesterday.
I'll create a PR with the fix and tag a new version for QUIC users.

Thanks!

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

Successfully merging a pull request may close this issue.

2 participants