Marcin Rataj
Marcin Rataj
>> use the already existing path gateway on 127.0.0.1, and avoid using DNS name. > Thank you that works perfectly. Nice! Since this is not about browser context, I'm leaning...
Thank you for explanation, very useful. I've filled an upstream issue: - https://github.com/ipfs/boxo/issues/1054 An ask from my end is to not ask your users to "remove `localhost`". Just fix `localhost`...
Another one (on my private node): `2025-11-08T17:25:17.147+0100 ERROR webrtc-transport-pion webrtc/logger.go:45 Failed to accept data channel: DataChannel message Payload Protocol Identifier is value we can't handle WebRTC Binary`
This is yet another bug introduced in go-libp2p 0.44 - fix in https://github.com/libp2p/go-libp2p/pull/3426 For reference, this is cosmetic operational noise that was already fixed by @sukunrt but go-libp2p 0.44 reverted...
Does not occur often, but sometimes: - `2025-11-19T10:54:43.509+0100 ERROR webrtc-transport-pion webrtc/logger.go:45 Failed to accept data channel: DataChannel message Payload Protocol Identifier is value we can't handle WebRTC Binary` - `2025-11-19T11:08:16.923+0100...
You can write your own scripts with CLI or curl talking to [HTTP Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/), as noted in https://github.com/ipfs/kubo/issues/11087#issuecomment-3603887209, but having a flag that keeps p2p tunnel in foreground,...
@Hazematman thats the point of `--forgeround` (to give you visibility and full control). If you don't pass it, then the tunnel will work as long daemon is running or until...
Thank you for contribution, we may need to park this and https://github.com/ipfs/kubo/pull/10874 until https://github.com/ipfs/kubo/pull/10883 lands.
@pc0124 thank you for reporting, are you able to screenshot what exactly does not work in ipfs-webui? (which screen, which link)
The default [`Reprovider.Interval`](https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderinterval) is once every 22 hours. Modern Amino DHT servers remember records for 48h (https://github.com/libp2p/go-libp2p-kad-dht/pull/793), old ones remembered for 24h. There should be no reason to provide more...