We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go-ipfs version: 0.4.18- Repo version: 7 System version: amd64/windows Golang version: go1.11.1
run ipfs dns ipfs.io on the terminal
ipfs dns ipfs.io
OR go to: https://ipfs.io/api/v0/dns?arg=ipfs.io
Both are showing the exact same error so I assume they're coming from the same place.
Expected behavior is that it should give an ipns path something like /ipns/website.ipfs.io
/ipns/website.ipfs.io
The text was updated successfully, but these errors were encountered:
resolve: recurse by default
fded3bc
This is what users expect. fixes #5635 fixes #5585 fixes #4181 fixes #4293 fixes #6086 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
"ipfs name resolve" run into the same error Error: could not resolve name (recursion limit exceeded)
The Site_ID is containing 1446 directories and 39254 sub CID in total... Where is the limit?
It opens in web browser (DNSLink procedure) but every directory is 404.
Sorry, something went wrong.
@zicmama please file a new issue (and include additional information like your IPFS version).
Stebalien
Successfully merging a pull request may close this issue.
Version information:
go-ipfs version: 0.4.18-
Repo version: 7
System version: amd64/windows
Golang version: go1.11.1
Type: bug
Description:
run
ipfs dns ipfs.io
on the terminalOR go to: https://ipfs.io/api/v0/dns?arg=ipfs.io
Both are showing the exact same error so I assume they're coming from the same place.
Expected behavior is that it should give an ipns path something like
/ipns/website.ipfs.io
The text was updated successfully, but these errors were encountered: