Ive downloaded and am using the IPFS CLI Terminal on my Mac. Ive initialized and set up the daemon. It is running.
Then in a new window i ran the command
ipfs get QmYxZ1nd2v8vndskhsVUPx3kEVEpe28gM1nHTQD692tXp9
This is a CID to my folder with 70 GB. Its a large file. However the terminal only ever allows me to download a max of 250MB After that it stays stuck. The Percentage never increases and the time slowly counts down to 0. The weird part is i tried downloading with IPFS desktop instead and same result. I get a download package on 250MB.
On the “Files” tab of IPFS desktop I see that “Total Blocks” is also 250MB. So something is happening that is preventing me to download more than 250MB.
What seems likely is the first 250MB are highly available, but the rest isn’t. It’s possible your node simply can’t find the other 65.5GB. That said, I seem to be able to poke around that collection just fine so I’m not sure.
If I had to guess it’s trying to download everything in a specific order, and not able to find certain blocks. For example I can poke around in the collection just fine, but if I run ipfs get on it, I only get the first 20MiB.
Yeah exactly, tell them your CID, that you’ve tried to download it using IPFS directly, and try to get their advice on how to best do that. I’m sure they’ll be happy to help out .
Super weird too because if i try to get a specific file with
ipfs get QmYxZ1nd2v8vndskhsVUPx3kEVEpe28gM1nHTQD692tXp9/1000.jpg
It hangs on the CLI Terminal and nothing happens. I can even tell where the cut-off happens.
In the file
It downloaded the files one by one starting from the top. (I have on my computer) all the files up til 4395.jpg. (have to scroll down a bit on the file to see it)
After that nothing downloads, even if i try to download it individually. Super weird.
Anyways i sent them a message… hopefully we can solve