-
Notifications
You must be signed in to change notification settings - Fork 490
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
File → menu → Download buffers entire file into a blob #1887
Comments
Hi @ZeroCool22! Thanks for the bug report. I could not reproduce it, which makes me think it may be related to RAM memory. I see you have 32 GB of RAM and that it reaches ~60% usage before crashing. How large is the file? Could you also try checking the developers console when it happens (CTRL+SHIFT+I)? |
Here you go: |
No help? I really want to use IPFS... :( |
@ZeroCool22 thank you for recording the demo, it is very useful. Let us know if this works with your 7GB file. @hacdias my understanding of the problem is that we need to change how "Download" context action of a single file is implemented on the Files screen. It reads correct URL from I believe creating a blob via Today it is not necessary, and as we can see harms UX when a big file is downloaded. We should remove blob freation and leverage regular URL with added Will you have time to submit a fix? |
@lidel I think one of the issues is the directory: there's no way of downloading a directory via the gateway and the API is POST only (unless that changed recently) Ref ipfs/kubo#7746 |
@hacdias afaik |
🎉 This issue has been resolved in version 2.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
https://streamable.com/9z175t
To Reproduce
Steps to reproduce the behavior:
Log files:
combined.log
error.log
PD: I tried reinstalling, but same problem.
The text was updated successfully, but these errors were encountered: