Matias Salimbene
Matias Salimbene
Experiencing same issue on macos M1: Somo additional contextual data: rustc --version cargo 1.73.0 (9c4383fb5 2023-08-26) rustc 1.73.0 (cc66ad468 2023-10-03) ```sh ./iroha_client_cli -c config.json domain list all Error: 0: Failed...
@mersalin I started trying other compose files and starting the network with docker-compose.dev.yml did work. docker-compose.yml and docker-compose.stable.yml failed with the ParityScale error for me.
Hello! These links appear empty: - packages/docs-recipes/src/5.1.register-asset.ts - packages/docs-recipes/src/5.2.mint-registered-asset.ts So there are no samples for registering assets. In particular, I'm looking for an example of working with stores. There seems...
With more contextual information, and changing log level I get to see the following error:: `error: linking with "cc" failed: exit status: 1` details below: ```bash Running `/home/compulab/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin/rustc --crate-name build_script_build...
As per @6r1d suggestion, I review the device's swap memory configuration. It had none, thus after setting up a swap file of 2GB (1GB wasn't enough) the build process continued...
yeah, it’s really old. I thought that could be the problem. I will ask if the upgrade its possible.
@achingbrain I tested agains a newversion using kubo ipfs 0.27, but exact same error. Could it be that I’m setting Noise as encryption in libp2p, but no encryption is setup...
This is the exact err message: ```bash at TCP.onStreamRead (node:internal/stream_base_commons:217:20) { errno: -54, code: 'ECONNRESET', syscall: 'read' } +14s CodeError: read ECONNRESET at DefaultUpgrader._encryptOutbound (file:///Users/salimbene/dev/ipfs/node_modules/libp2p/dist/src/upgrader.js:520:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async...
I’ve tried different encryption settings on my side (libp2p) and I get different errors under code `ERR_ENCRYPTION_FAILED`, see below: - Trying with no encryption method I get `CodeError: At least...
@achingbrain It appears that the version is actually the problem here. I’ve got a kubo-ipfs 0.27 deployed and I was able to connect to it. (I also need pass a...