Marcin Rataj
Marcin Rataj
`Only one usage of each socket address (protocol/network address/port) is normally permitted` and port 4001 means you've put the same address in the [`Addresses.Swarm` configuration](https://github.com/ipfs/kubo/blob/master/docs/config.md#addressesswarm). If you got this error...
Exposing this feature to end users requires polish of [`filestore`](https://github.com/ipfs/kubo/blob/master/docs/experimental-features.md#ipfs-filestore) experiment (documented known issues in https://github.com/ipfs/kubo/pull/10768)
I've stumbled uppon the same error while testing Kubo v0.35.0-rc1 in my LAN with `GOLOG_LOG_LEVEL="error,autotls=info,nat=info` ``` 2025-05-09T02:15:16.920Z INFO autotls.maintenance [..] [...] 2025-05-09T02:17:27.986Z WARN nat nat/nat.go:244 failed to establish port mapping:...
This is tracked in https://github.com/libp2p/go-libp2p/issues/3224 I was able to reproduce this with just go-libp2p (https://github.com/libp2p/go-libp2p/issues/3224#issuecomment-2866844723), we need to wait for that upstream issue to be resolved.
Fix in https://github.com/libp2p/go-libp2p/pull/3367, hoping to include in 0.38 if stars align.
Sensitive commands such as key import/export don't have HTTP RPC and are limited to CLI (require physical access to the repository and filesystem) for security reasons: - https://github.com/ipfs/ipfs-docs/issues/1397 IPFS Desktop...
Thank you for kicking this off, and filling initial state. I've incorporated specific "dag width" settings for `File`, `Directory` and `HAMTDirectory` nodes, and updated the table to reflect state from...
I tried to wrap my head around this problem space and produced a wall of text. I need to wrap some other work before going OoO, thus not able to...
Sgtm. I don't want to lose the useful context from this issue, let's keep it open, but I'll just note this: ## Notes for future implementers - If we ever...
@acul71 thank you for looking into this. Note that sending `https:///ipfs/` to [subdomain gw](https://specs.ipfs.tech/http-gateways/subdomain-gateway/) like `dweb.link` returns HTTP 301 to correct URL at `https://.ipfs.`, there is no security issue, and...