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

failed to parse multiaddr: unknown protocol http-path #492

Open
bajtos opened this issue Dec 6, 2024 · 2 comments
Open

failed to parse multiaddr: unknown protocol http-path #492

bajtos opened this issue Dec 6, 2024 · 2 comments

Comments

@bajtos
Copy link
Contributor

bajtos commented Dec 6, 2024

❯ lassie fetch -o /dev/null -v QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm
Fetching QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm
could not get retrieval candidates for QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm: failed to parse multiaddr "/dns/http.f02620.devtty.eu/https/http-path/%2Fipni-provider%2F12D3KooWNXvbyvLUUd1qQEqhzjTpVoT5fdYUZEv4RJSxZ3rDF2c7": unknown protocol http-path

I discovered this while troubleshooting a failing test. The test used to work fine until recently.

@bajtos
Copy link
Contributor Author

bajtos commented Dec 6, 2024

Version info:

  • go 1.22.6
  • lassie 0.23.2
❯ go1.22.6 version             
go version go1.22.6 darwin/arm64
❯ go1.22.6 install ./cmd/lassie
❯ lassie version
lassie version v0.23.2-d8f473e
❯ lassie fetch -o /dev/null -v QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm
Fetching QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm
could not get retrieval candidates for QmdmQXB2mzChmMeKY47C43LxUdg1NDJ5MWcKMKxDu7RgQm: failed to parse multiaddr "/dns/http.f02620.devtty.eu/https/http-path/%2Fipni-provider%2F12D3KooWNXvbyvLUUd1qQEqhzjTpVoT5fdYUZEv4RJSxZ3rDF2c7": unknown protocol http-path

@rvagg
Copy link
Member

rvagg commented Dec 9, 2024

eh, I think this means we need to get go-libipni updated. The original unofficial component was httpath but then it got registered and negotiated to http-path and made official.

This PR: ipni/go-libipni#206

Comes after the version we are currently using here: https://github.com/ipni/go-libipni/releases/tag/v0.6.6

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

No branches or pull requests

2 participants