This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
add with 1MB file triggers Uncaught Error: stream.push() after EOF #967
Description
Uploading a file > 1MB, as a pull-stream 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)
The issue is occuring in master on webui.ipfs.io since upgrading v30.1.2 from v29.1.0
See: ipfs/ipfs-webui#1010