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

panic: qtls.ClientHelloInfo doesn't match #157

Closed
Peltoche opened this issue Apr 25, 2022 · 2 comments
Closed

panic: qtls.ClientHelloInfo doesn't match #157

Peltoche opened this issue Apr 25, 2022 · 2 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@Peltoche
Copy link

Hello,

I tried to run the binary fs-repo-migration but it panics with the following output:

panic: qtls.ClientHelloInfo doesn't match

goroutine 1 [running]:
github.com/ipfs/fs-repo-migrations/ipfs-10-to-11/_vendor/github.com/marten-seemann/qtls-go1-15.init.0()
	/home/peltoche/go/pkg/mod/github.com/ipfs/[email protected]/ipfs-10-to-11/_vendor/github.com/marten-seemann/qtls-go1-15/unsafe.go:20 +0x132

ipfs version: 0.12.2
go version: go1.18.1 linux/amd64
I have installed fs-repo-migration with the following command: go install github.com/ipfs/fs-repo-migrations@latest

@Peltoche Peltoche added the need/triage Needs initial labeling and prioritization label Apr 25, 2022
@Peltoche
Copy link
Author

I don't know how to resolve the error source but I found a quickfix if you only want to run the migration:

You can go to the distribution page and fetch directly the binary here.

@aschmahmann
Copy link
Contributor

See #156. Basically you need to build with Go 1.15 or Go 1.16 for that migration. Downloading the precompiled binaries does that for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants