-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
internalWebError: operation not supported #6203
Comments
Is that hash a symlink? |
It's a HAMT sharded directory. Try running |
@magik6k doesn't reading a sharded directory work without enabling the sharding experiment? If not, we should probably make it work. |
Here's parts of my settings. "Experimental": {
"FilestoreEnabled": true,
"Libp2pStreamMounting": true,
"P2pHttpProxy": true,
"QUIC": true,
"ShardingEnabled": true,
"UrlstoreEnabled": true
} "DisableBandwidthMetrics": false,
"DisableNatPortMap": false,
"DisableRelay": false,
"EnableAutoNATService": true,
"EnableAutoRelay": true,
"EnableRelayHop": true Pretty much everything else was left as default + badgerds. |
Is there a peer providing this file that I could connect to? |
Hi! Bug DescriptionWhat I try to do is to implement some kind of mirror of the archlinux package archive.
I can access this path via the ipfs-webui and see all files listed that are also on my local drive. But I can not look at this folder with one of the following link:
Here I get But I can list that files via the cli tool:
But I can not look into any of that files.
I can look at the direct location where the symlink is pointing to.
If you want to try a reproduction of that bug(?) feel free to connect to my node via Software Versions
|
Ah. So, the issue is that:
|
Version information:
Type: Bug
Description:
When I try to access this hash specifically, I get
internalWebError: operation not supported
. It also happens with plenty other public nodes.The hash was found here : ipfs-inactive/package-managers#18 (comment)
Affected
Ok
The text was updated successfully, but these errors were encountered: