You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to upload a video to the videos folder, It fails like this:
Impact
Cannot seem to upload files, or perhaps it's a file size limit? The UI does not really say what's going on. This was a 2GB video, but I also tried with some audio files that are a few MB.
Solution
A bug fix, or at least a more informative error message.
Detail
Describe the bug
01:00:54.220 out of memory 4 index.ts:256:10
ibe index.ts:256
im index.ts:237
To Reproduce
Open Fission Drive (in Firefox 115?)
Try to upload files.
Expected behavior
File is uploaded and added to directory.
Screenshots
Desktop (please complete the following information):
OS: Gnu Guix
Browser: Firefox
Version: 115
The text was updated successfully, but these errors were encountered:
Erudition
changed the title
Out of Memory
"Out of Memory" when uploading most files
Oct 27, 2023
Erudition
changed the title
"Out of Memory" when uploading most files
"Out of Memory" when uploading files
Oct 27, 2023
Cannot seem to upload files, or perhaps it's a file size limit? The UI does not really say what's going on. This was a 2GB video, but I also tried with some audio files that are a few MB.
Hm. Weird. It seems to work for me in Firefox. A 2GB file will... have some issues. The way it's coded at the moment it would have to load the whole thing into memory to decrypt, but I've just tested it with a 40+MB video file and that seems to work, although it'd take some time to play.
Some tiny files triggered the same error, so I guess it's not about size. I notice that extra symbols in the filename can cause a crash too.
More specific error messages would help here :)
Summary
Problem
When trying to upload a video to the videos folder, It fails like this:
Impact
Cannot seem to upload files, or perhaps it's a file size limit? The UI does not really say what's going on. This was a 2GB video, but I also tried with some audio files that are a few MB.
Solution
A bug fix, or at least a more informative error message.
Detail
Describe the bug
To Reproduce
Open Fission Drive (in Firefox 115?)
Try to upload files.
Expected behavior
File is uploaded and added to directory.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: