-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading a file results in a corrupted archive #1639
Comments
Thanks @NatoBoram - we will bring this up in our next weekly triage. |
@NatoBoram I had issues in the past with 7-zip and tar.gz files, maybe try decompressing it with winrar or similar software? Anyway, we discussed the possibility of creating a setting that disables/enables compression on downloaded files, so it can be a possible fix for your issue in future versions of webui. |
Issues with 7-zip can be reported here. I also found the downloaded archive to all have the same size despite representing different files, so I'm not sure if any program could open it. Ideally, the solution is to avoid compressing data that's going to be uncompressed the second it's downloaded, nearly triplicating the used space. Compression is usually to reduce space usage, not triplicate it. Moreover, if the data is to be stored afterwards, you bet I'm not going to use IPFS Desktop's compression scheme and I'll use my own for my own use case instead. And even then, just pinning seems like a better storage solution than duplicating its disk usage by using compression. |
Hi @NatoBoram -- we just added ipfs/ipfs-webui#1629 for discussion/implementation of improving Web UI handles download of multiple files/folders. Closing this issue with that in mind -- however, if you're able to try @rafaelramalho19's suggestion above and confirm that using another decompression tool results in usable files, that would be helpful. If you are indeed getting corrupted files (and it's not just a 7-zip problem), please re-open. Thank you! |
Tested with
Tested with
Looks like I don't have the permission to re-open issues.
Issues with 7-zip can be reported here. |
Ok, the problem here is that your browser (Electron renderer) does not handle Good news is that this bug will be fixed in next release when #1638 is merged, so all you need to do is wait for new release. |
Describe the bug
Downloading a file results in a corrupted archive.
To Reproduce
Expected behavior
Screenshots
Additional context
When I download via BitTorrent, the download files aren't compressed. This makes BitTorrent infinitely easier to download with than IPFS Desktop at the moment.
.tar.gz
The text was updated successfully, but these errors were encountered: