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
❯ 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.
The text was updated successfully, but these errors were encountered:
❯ 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
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.
I discovered this while troubleshooting a failing test. The test used to work fine until recently.
The text was updated successfully, but these errors were encountered: