-
Notifications
You must be signed in to change notification settings - Fork 525
Closed
hugomrdias/pull-to-stream
#1Description
Describe the bug
Uploading a file > 1MB fails, with the error:
Uncaught Error: stream.push() after EOF
at new NodeError (errors-browser.js:30)
at readableAddChunk (_stream_readable.js:269)
at PullDuplexStream.push../node_modules/readable-stream/lib/_stream_readable.js.Readable.push (_stream_readable.js:240)
at next (index.js:55)
at FileReader.loaded (index.js:22)
I think the size is only relevent in so far as it is large enoug that it needs to be split into chunks. I can't recreate the issue with smaller files.
of note, I do not get this error uploading the same ~1MB flie to the 2.4.4 release that is in the current stable IPFS Dektop 0.7 release.
To Reproduce
Steps to reproduce the behavior:
- Using the lastest build on webui.ipfs.io or ee3764d
- Upload an ~80MB file
- See an error in the logs. the file is not added to the MFS dir.
Expected behavior
File should be added to the dir
Desktop (please complete the following information):
- OS: macOS
- Browser FF and Chrome
Metadata
Metadata
Assignees
Labels
No labels