Chris
Chris
Thanks for the update @vasco-santos I upgraded ipfs-car ``` └─┬ [email protected] └── [email protected] ``` The upload got further along, this time I saw the console.log which shows the cid I...
I tried on a local machine with success, although `onChunkStored` is still not called. I would be happy to provide a stacktrace, but I'm not sure how to do that...
@vasco-santos good catch on the `onStoredChunk` function name! I opened a PR in the docs repo to fix that. https://github.com/web3-storage/docs/pull/159 Yes, I had several failed upload attempts where the disk...
I noticed a lot of noise in that dmesg (from docker, especially), so I spun up a new VPS for just this task. Here's the dmesg of the new vps...
I just updated my node packages and tried again. Still seeing the same `Killed` behavior wth [email protected] and [email protected]
I switched over to `filesFromPath` ```js import { Web3Storage, filesFromPath } from 'web3.storage' // ... async function getFiles(path) { let files = []; for await (const f of filesFromPath(path)) {...
> I have enough storage on the VM, is there a way i can use that Directly instead of swap? I think you're asking if there's a way to increase...
@gregorym My workaround right now is that I spin up a 16GB VPS specifically for web3 upload.
That's not an argument, that's a querystring. I'm looking to pass a JWT via querystring too, but I don't think it's possible with this library.
I tried to reproduce but there are dependency resolution issues in that repo unrelated to slinkity. `npm install` fails due to lanyon deps. If you share a minimal reproducible example...