Marcin Rataj

Results 1311 comments of Marcin Rataj

Duplicate of https://github.com/ipfs/ipfs-desktop/issues/2854#issuecomment-2344622872 Please follow suggestion from that comment.

Your system has an ancient versions of software, please update to latest version from: - https://github.com/ipfs/ipfs-desktop/releases/latest If nfor some reason you also use Kubo CLI (`ipfs`) in custom version, make...

@Aritra15 seems that you manually edited `C:\Users\Asus\.ipfs\config` file and introduced an error. If you did not, then your hard drive/filesystem has an error. If you want to manually fix this...

@BIOHac9D3 you seem to have miss-configure your node by setting `https://ipfs.io` in a place which expects a multiaddrs. Please revert that change.

Latest IPFS Desktop ([v0.42](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.42.0)) shipped with updated webui, which includes CAR (https://github.com/ipfs/ipfs-webui/issues/2323) and Bulk CID import (https://github.com/ipfs/ipfs-webui/issues/2307).

@newyorkthink this seems to be problem specific to Kali Linux, and this repository is only for bugs and feature requests in the ipfs-desktop. This project project provides generic packages on...

Duplicate of https://github.com/ipfs/ipfs-desktop/issues/2836 Try following workaround from https://github.com/ipfs/ipfs-desktop/issues/2849#issuecomment-2344641734, it it did not help, please reach out to support forums at https://discuss.ipfs.tech/c/help/13

Thank you for reporting. I believe this is being tracked in - https://github.com/ipfs/boxo/issues/458

triage notes - @gammazero need to lean on you being the most familiar what are the next steps here

@jclab-joseph any reason why you can't pass a [context.WithTtimeout](https://pkg.go.dev/context#WithTimeout)? This is idiomatic way of making tasks time-bound, no? https://github.com/ipfs/boxo/blob/a19e342de9c63fcf55eee628ed498b64eeefc6cd/bitswap/bitswap.go#L28-L29